Commit Graph

5 Commits

Author SHA1 Message Date
sleepy f0ce25991f feat: improve Markdown rendering with proper styling
- Add remark-gfm for GitHub Flavored Markdown support
- Create dedicated MarkdownContent component
- Improved message bubble padding (16px 20px) for better spacing
- Code blocks now in separate box with dark background (#1e1e1e)
- Code blocks show language label in blue accent header
- Fixed list indentation to align properly with message text
- Lists have consistent spacing (margin/padding)
- Better blockquote styling with background and border
- Improved table styling with borders and alternating row colors
- Support for all common Markdown elements (headings, links, bold, italic, hr)
- All 52 tests passing
2026-02-26 02:03:30 +01:00
sleepy 183241536d feat: add Markdown rendering support
- Add react-markdown dependency
- Render message content as Markdown
- Style Markdown elements (code blocks, headings, lists, tables, blockquotes, etc.)
- Code blocks use monospace font with dark background
- Keep export functionality as-is (already preserves Markdown)
- All 52 tests passing
2026-02-26 01:58:46 +01:00
sleepy 7928fc1f00 refactor: convert project from JavaScript to TypeScript and switch to pnpm
- Convert all .js/.jsx files to .ts/.tsx
- Add TypeScript configuration (tsconfig.json, tsconfig.node.json)
- Update vite.config.js to vite.config.ts
- Add TypeScript type definitions (@types/react, @types/react-dom, @types/node)
- Replace npm with pnpm (pnpm-lock.yaml)
- Add model configuration option for LLM API
- Update package.json scripts for TypeScript build
- All 52 tests passing
2026-02-26 01:35:33 +01:00
sleepy f516f87ccf fix: resolve React act() warnings in ChatWindow tests and add TypeScript dependency 2026-02-26 01:20:52 +01:00
sleepy fcc8b78887 feat: initial implementation of Light Chat app with React, Capacitor, and comprehensive tests 2026-02-26 01:13:07 +01:00