added leagues

This commit is contained in:
2026-02-10 23:32:48 +11:00
parent dd382faa08
commit c05ecb66fe
28 changed files with 1544 additions and 89 deletions

View File

@@ -37,6 +37,7 @@ templ Layout(title string) {
>
@popup.ErrorModalContainer()
@popup.ToastContainer()
@popup.ConfirmModal()
<div
id="main-content"
class="flex flex-col h-screen justify-between"

View File

@@ -20,6 +20,7 @@ type ProfileItem struct {
func getNavItems() []NavItem {
return []NavItem{
{Name: "Seasons", Href: "/seasons"},
{Name: "Leagues", Href: "/leagues"},
}
}