feat(web): account page with sign in / sign up tabs
Build and Deploy / build-and-push (push) Successful in 4m12s

- Add account.html: tabbed form for login and registration, signed-in
  state with sign-out, links to leaderboard and replays
- Wire /account route in build_router_inner
- Add Account card to landing page
- Link leaderboard login prompt to /account for new users

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-13 17:09:57 -07:00
parent 4af19c4d62
commit b04781178e
4 changed files with 286 additions and 1 deletions
+8
View File
@@ -148,6 +148,14 @@
<div class="card-desc">Watch recent completed games</div>
</div>
</a>
<a class="card" href="/account">
<div class="card-icon">&#9786;</div>
<div class="card-body">
<div class="card-title">Account</div>
<div class="card-desc">Sign in or create a new account</div>
</div>
</a>
</nav>
<footer>v0.1.0</footer>