# Event Join

## feat
- Join event
- History semua event dan event saya
### No Issuue
This commit is contained in:
2024-01-31 10:48:20 +08:00
parent ca9214d9e0
commit c01906c063
40 changed files with 682 additions and 98 deletions

View File

@@ -55,10 +55,10 @@ export default function LayoutEvent_Main({
},
{
id: "4",
name: "History",
path: RouterEvent.history,
name: "Riwayat",
path: RouterEvent.riwayat,
icon: <IconHistory />,
}
},
];
return (
<>
@@ -71,6 +71,19 @@ export default function LayoutEvent_Main({
}
footer={
<Footer height={70} bg={"dark"} sx={{ borderTop: "px solid blue" }}>
<Center>
<ActionIcon
sx={{ zIndex: 1, position: "absolute" }}
mt={-5}
size={"xl"}
radius={"xl"}
variant="transparent"
bg={"white"}
onClick={() => router.push(RouterEvent.create)}
>
<IconCirclePlus color="#347aeb" size={40} />
</ActionIcon>
</Center>
<Grid>
{listFooter.map((e, i) => (
<Grid.Col