Commit Graph

8 Commits

Author SHA1 Message Date
sleepy 4e65745bf9 refactor: remove animations and emoji, fix layout spacing
- Remove all button shine/hover animations from CSS
- Replace all emoji with text labels
- Fix header padding to prevent overlap with drawer
  - Added left padding (80px) to header content
  - Session name is now fully visible
- Simplified empty states without icons
- Updated delete button text from icon to 'Del'
- Menu button now shows 'Menu' text instead of hamburger icon
- All 52 tests passing
2026-02-26 01:50:23 +01:00
sleepy 0789893e19 feat: improve UI styling and add streaming support
UI Improvements:
- Modern gradient buttons with hover effects and shine animation
- Better typography and spacing throughout the app
- Improved session cards with message count and timestamps
- Better styled input fields with focus states
- Smooth transitions and animations
- Added emoji icons for better visual cues
- Improved empty states with icons and better messaging

New Features:
- Added streaming toggle button in API configuration
- Real-time streaming response support with live token display
- Stop button to cancel streaming requests
- Message count display in header
- STREAMING indicator badge when enabled
- AbortController support for request cancellation
- Export now includes streaming status

Technical Changes:
- Added sendMessageStream function to llmApi
- Added streaming field to Config interface
- Updated all components to support streaming mode
- All 52 tests passing
2026-02-26 01:45:19 +01:00
sleepy 8214079093 docs: update IDEA.md to mention TypeScript and pnpm 2026-02-26 01:36:07 +01:00
sleepy 2b1838b0eb docs: update README to reflect pnpm and TypeScript
- Update tech stack section
- Replace npm commands with pnpm
- Add type-check script usage
- Add model configuration feature note
2026-02-26 01:35:55 +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 5667199d15 fix: remove deprecated bundledWebRuntime configuration option 2026-02-26 01:21:10 +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