amalia/23-okt-25 #1

Merged
amaliadwiy merged 203 commits from amalia/23-okt-25 into join 2025-10-27 11:19:44 +08:00
200 changed files with 5426 additions and 1804 deletions
Showing only changes of commit 7ad846ff9c - Show all commits

View File

@@ -30,19 +30,16 @@ export default function HeaderRightProjectList() {
}} }}
/> />
} }
{ <MenuItemRow
(entityUser.role == 'supadmin' || entityUser.role == 'developer') && icon={<AntDesign name="filter" color="black" size={25} />}
<MenuItemRow title="Filter"
icon={<AntDesign name="filter" color="black" size={25} />} onPress={() => {
title="Filter" setVisible(false)
onPress={() => { setTimeout(() => {
setVisible(false) setFilter(true)
setTimeout(() => { }, 600)
setFilter(true) }}
}, 600) />
}}
/>
}
</View> </View>
</DrawerBottom> </DrawerBottom>
<ModalFilter <ModalFilter