Add permission checks

Add UI for config
This commit is contained in:
grimsi
2025-09-03 10:26:17 +02:00
parent c50c3e43bb
commit 6e86584fd8
12 changed files with 1072 additions and 1280 deletions
+5 -1
View File
@@ -108,7 +108,11 @@ export default function MainLayout() {
}
{isAdmin(auth) &&
<NavbarItem>
<ScanProgressPopover/>
<Tooltip content="View library scan results" placement="bottom">
<div>
<ScanProgressPopover/>
</div>
</Tooltip>
</NavbarItem>
}
{auth.state.user &&