feat: implement settings menu with umum, notifikasi, keamanan, and akses & tim sections

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-02-13 12:05:57 +08:00
parent ab2afbb27f
commit 81c138a961
12 changed files with 527 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ function RouteComponent() {
<AppShell
header={{ height: 60 }}
navbar={{
width: 250,
width: 300,
breakpoint: "sm",
collapsed: { mobile: !opened },
}}
@@ -31,8 +31,10 @@ function RouteComponent() {
</Group>
</AppShell.Header>
<AppShell.Navbar p="md" bg={navbarBgColor}>
<Sidebar />
<AppShell.Navbar p="md" bg={navbarBgColor} style={{ display: 'flex', flexDirection: 'column' }}>
<div style={{ flex: 1, overflowY: 'auto' }}>
<Sidebar />
</div>
</AppShell.Navbar>
<AppShell.Main bg={mainBgColor}>