added admin page and audit log viewing

This commit is contained in:
2026-02-11 19:07:40 +11:00
parent c05ecb66fe
commit 000eac44bb
22 changed files with 1298 additions and 155 deletions

View File

@@ -0,0 +1,14 @@
package adminview
templ RolesList() {
<div class="space-y-4">
<!-- Header -->
<div class="flex justify-between items-center">
<h1 class="text-2xl font-bold text-text">Role Management</h1>
</div>
<!-- Placeholder content -->
<div class="bg-mantle border border-surface1 rounded-lg p-8 text-center">
<p class="text-subtext0 text-lg">Roles management coming soon...</p>
</div>
</div>
}