lintsinghua
7aa4ab89cb
fix(projects): disable cancel button during file upload and remove duplicate button
...
- Add `disabled={uploading}` prop to cancel button to prevent interaction during upload
- Remove duplicate button group that was causing redundant UI elements
- Ensure consistent button state management during file upload operations
2025-11-28 00:51:58 +08:00
lintsinghua
fafeec803d
UI Update
2025-11-28 00:48:30 +08:00
lintsinghua
a87259a2ee
feat: update UI with new branding, logo, and modern terminal-inspired styling
2025-11-27 22:34:23 +08:00
lintsinghua
53c8c27ee7
feat: Implement retro-futuristic UI design across frontend pages and components.
2025-11-27 21:33:51 +08:00
lintsinghua
7315770a17
feat: add global Tailwind CSS styles and theme variables for light and dark modes.
2025-11-27 18:16:26 +08:00
lintsinghua
7d1925db66
feat: Refactor frontend layout with new sidebar and i18n, update backend LLM adapters, and adjust database models.
2025-11-27 18:01:57 +08:00
lintsinghua
6ce5b3c6c1
refactor: 重构项目结构,将前端和后端代码分离到独立目录
...
- 将前端代码移动到 frontend/ 目录
- 将后端代码移动到 backend/ 目录
- 更新 .gitignore 以包含 Python 和前端构建产物
- 修复 LLM JSON 解析问题,增强错误处理
- 修复前端配置默认值,改为从后端获取
- 删除 AdminDashboard 中的数据库信息和统计卡片
- 完善系统配置管理,支持从后端获取默认配置
2025-11-26 21:11:12 +08:00