nanochat/services/frontend/hooks
Manmohan 748d2e561c
fix(frontend): widen nav pill, default to dark theme (#41)
LandingNav was max-w-3xl which forced "How it works" and "Try
samosaChaat" to wrap on two lines. Bumps the pill to 1100px,
tightens the link padding, demotes the @ handle to lg+, and adds
whitespace-nowrap to every chip so nothing wraps again. Default
theme is now dark — the no-flash init script adds .dark unless the
user has explicitly stored 'light', and the useTheme hook seeds
from the same logic.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-16 20:08:55 -04:00
..
useAuth.ts feat(frontend): wire frontend to real backend auth + chat-api services 2026-04-16 13:21:38 -07:00
useSSE.ts feat(frontend): wire frontend to real backend auth + chat-api services 2026-04-16 13:21:38 -07:00
useTheme.ts fix(frontend): widen nav pill, default to dark theme (#41) 2026-04-16 20:08:55 -04:00