feat : update scroll and style

Deskripsi:
- update api
- update globle
- update project
- update user
- update profile

No Issue
This commit is contained in:
lukman
2024-09-19 13:41:04 +08:00
parent fe5155ee37
commit 6626f92ff1
7 changed files with 70 additions and 11 deletions

View File

@@ -171,9 +171,13 @@ export default function ListTugasDetailProject() {
<Box>
<Stack pt={10}>
<SimpleGrid
cols={{ base: 3, sm: 3, lg: 3 }}
cols={{ base: 2, sm: 3, lg: 3 }}
style={{
alignContent: 'flex-start',
alignItems: 'flex-start',
}}
>
<Flex onClick={() => { setOpenDrawerStatus(true) }} justify={'center'} align={'center'} direction={'column'} >
<Flex onClick={() => { setOpenDrawerStatus(true) }} justify={'center'} align={'center'} direction={'column'} pb={20}>
<Box>
<AiOutlineFileDone size={30} color={tema.get().utama} />
</Box>

View File

@@ -59,6 +59,10 @@ export default function NavbarDetailProject() {
<Stack pt={10}>
<SimpleGrid
cols={{ base: 3, sm: 3, lg: 3 }}
style={{
alignContent: 'flex-start',
alignItems: 'flex-start',
}}
>
<Flex justify={'center'} align={'center'} direction={'column'}
style={{
@@ -67,6 +71,7 @@ export default function NavbarDetailProject() {
onClick={() => {
router.push(param.id + '/add-task')
}}
pb={20}
>
<Box>
<IoAddCircle size={30} color={tema.get().utama} />