From 4af93cae1ca54ad7c9bc7eb4b56c010f55c4c72d Mon Sep 17 00:00:00 2001
From: Claude
Date: Fri, 20 Feb 2026 17:53:55 +0000
Subject: feat: allow viewing/spectating games without login
Make watch, ranking, game list, and tournament endpoints accessible
without authentication. Unauthenticated users can browse games and
spectate from the index page, while play/submit/preview still require
login.
https://claude.ai/code/session_019j9tNcnLsLz15e1qtbmeqe
---
frontend/app/pages/IndexPage.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'frontend/app/pages/IndexPage.tsx')
diff --git a/frontend/app/pages/IndexPage.tsx b/frontend/app/pages/IndexPage.tsx
index 120720a..03e135b 100644
--- a/frontend/app/pages/IndexPage.tsx
+++ b/frontend/app/pages/IndexPage.tsx
@@ -31,7 +31,8 @@ export default function IndexPage() {
-
--
cgit v1.3.1