updated season league view page

This commit is contained in:
2026-02-14 21:08:00 +11:00
parent 8a79533de3
commit 27915d0047
23 changed files with 791 additions and 302 deletions

View File

@@ -16,7 +16,7 @@ templ DashboardLayout(activeSection string) {
<!-- Single cohesive panel with tabs and content -->
<div class="border border-surface1 rounded-lg overflow-hidden">
<!-- Tab Navigation -->
<nav class="bg-surface0 border-b border-surface1">
<nav class="bg-surface0 border-b border-surface1" data-tab-nav="admin-content">
<ul class="flex flex-wrap">
@navItem("users", "Users", activeSection)
@navItem("roles", "Roles", activeSection)
@@ -30,6 +30,7 @@ templ DashboardLayout(activeSection string) {
</main>
</div>
</div>
<script src="/static/js/tabs.js" defer></script>
<script src="/static/js/admin.js" defer></script>
}
}