add / edit / delete user warrens

This commit is contained in:
2025-07-21 19:27:41 +02:00
parent 50e066f794
commit 2c26002507
86 changed files with 2197 additions and 300 deletions

View File

@@ -20,34 +20,6 @@ const route = useRoute();
<span>Administration</span>
</SidebarMenuButton>
</NuxtLink>
<SidebarMenuSub>
<SidebarMenuSubItem>
<NuxtLink to="/admin/users" as-child>
<SidebarMenuSubButton
:is-active="route.path === '/admin/users'"
>
<Icon name="lucide:users" />
<span>Users</span>
</SidebarMenuSubButton>
</NuxtLink>
<NuxtLink to="/admin/warrens" as-child>
<SidebarMenuSubButton
:is-active="route.path === '/admin/warrens'"
>
<Icon name="lucide:folder-tree" />
<span>Warrens</span>
</SidebarMenuSubButton>
</NuxtLink>
<!-- <NuxtLink to="/admin/stats" as-child>
<SidebarMenuSubButton
:is-active="route.path === '/admin/stats'"
>
<Icon name="lucide:bar-chart-3" />
<span>Stats</span>
</SidebarMenuSubButton>
</NuxtLink> -->
</SidebarMenuSubItem>
</SidebarMenuSub>
</SidebarMenuItem>
</SidebarMenu>
</template>