nanochat/services/frontend/components
Manmohan 94bec5f2a0
fix(frontend): assistant messages fill the chat column (#42)
Assistant responses were capped at max-w-[75%] of the column, so long
replies broke into a narrow block with dead space on the right. Cap
only applies to user bubbles now; assistant messages use w-full of the
max-w-3xl content column, matching how ChatGPT/Claude render replies.
Also bumps message vertical spacing from mb-3 to mb-5.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-16 20:23:56 -04:00
..
chat fix(frontend): assistant messages fill the chat column (#42) 2026-04-16 20:23:56 -04:00
landing feat: deploy d24 SFT + polished UI redesign with dark mode (#39) 2026-04-16 19:55:16 -04:00
login feat(frontend): wire frontend to real backend auth + chat-api services 2026-04-16 13:21:38 -07:00
svg feat(frontend): Next.js 14 frontend service for samosaChaat (#2) 2026-04-16 11:26:57 -07:00
LandingFooter.tsx fix(frontend): redesign landing and chat pages for warm, premium look 2026-04-16 14:03:55 -07:00
LandingNav.tsx fix(frontend): widen nav pill, default to dark theme (#41) 2026-04-16 20:08:55 -04:00
SessionBoundary.tsx feat(frontend): wire frontend to real backend auth + chat-api services 2026-04-16 13:21:38 -07:00