added team overview

This commit is contained in:
2026-03-06 18:53:58 +11:00
parent cade057e42
commit 1634b27991
8 changed files with 535 additions and 10 deletions

View File

@@ -316,6 +316,11 @@ func addRoutes(
Method: hws.MethodPOST,
Handler: perms.RequirePermission(s, permissions.TeamsManagePlayers)(handlers.ManageTeamRoster(s, conn)),
},
{
Path: "/teams/{team_id}",
Method: hws.MethodGET,
Handler: handlers.TeamDetailPage(s, conn),
},
}
htmxRoutes := []hws.Route{