feat: add chat page layout with message list and bubbles #25

Merged
shahondin1624 merged 1 commits from feature/issue-5-chat-layout into main 2026-03-12 11:25:55 +01:00

1 Commits

Author SHA1 Message Date
shahondin1624
6df4c396b9 feat: add chat page layout with message list and bubble components
- Create /chat route with scrollable message list
- MessageBubble component with distinct user/assistant styles
- MessageList with auto-scroll-to-bottom on new messages
- Empty state display when no messages
- ChatMessage type definition in src/lib/types.ts
- Add browser globals to ESLint config for Svelte files

Closes #5

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:25:08 +01:00