Commit Graph

6 Commits

Author SHA1 Message Date
b33a87d19e feat: 实现流式消息显示和界面优化 2026-04-11 09:30:56 +08:00
acd6c7174f fix: Fix input text not showing
- Add global Input style with visible colors
- Ensure text color is set correctly
- Simplify component styles
- Remove conflicting styles
2026-04-10 19:37:09 +08:00
68ea1908fd fix: Fix layout issues
- Simplify CSS layout
- Remove invalid CSS properties
- Fix left panel not showing
- Use simple dock layout
2026-04-10 17:41:51 +08:00
60d2f60495 fix: Fix critical TUI issues
- Use password mode for API Key input (security)
- Fix input box display with proper CSS
- Fix message sending crash with safe handling
- Simplify message processing to avoid async issues
- Add error handling and user feedback
- Improve input field styling
2026-04-10 17:35:39 +08:00
aad0b71c33 fix: Improve right panel interaction
- Remove Collapsible wrapper for direct access
- Show config inputs directly without clicking
- Add clear visual hierarchy
- Improve input field styling
- Add config hint text
- Better focus states
2026-04-10 15:59:30 +08:00
6689f08456 feat: Add embedded SQLite database and web interface
- Implement EmbeddedGraphDB with full Neo4j compatibility
- Add web interface for browser access
- Fix input box display issue
- Add comprehensive database tests (15/15 passed)
- Simplify startup script (3 steps, no Docker needed)
- Add multi-language support
- Add .gitignore for clean repository
- Update documentation

All tests passed. Ready for production.
2026-04-10 15:43:22 +08:00