feat: add user management panel for superusers

This commit is contained in:
2026-03-31 10:24:35 -07:00
parent 0f2228b9eb
commit 2ed86dafe9
8 changed files with 981 additions and 0 deletions
+6
View File
@@ -62,6 +62,12 @@ export default function Navigation() {
>
Players
</Link>
<Link
href="/admin/users"
className="border-transparent text-gray-500 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium"
>
Users
</Link>
<Link
href="/admin/matches/upload"
className="border-transparent text-gray-500 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium"