Commit Graph

10 Commits

Author SHA1 Message Date
e0d0cac91c remove test 2026-03-18 10:18:39 +08:00
dd5f16ef65 ui fix 2026-03-17 13:38:24 +08:00
345f0b344c fix UI 2026-03-15 20:31:44 +08:00
d1903b1fe7 feat(ui): migrate Ant Design components to LobeHub UI
- Replace Button, Avatar, Tooltip, Empty, Select, Modal, Form with LobeHub UI
- Migrate icons from @ant-design/icons to lucide-react
- Keep Settings icon using SettingOutlined from @ant-design/icons
- Update all components to use LobeHub UI styling patterns
2026-03-15 14:52:13 +08:00
f7ad51b9ec i18n and UI fix 2026-03-15 12:46:35 +08:00
23edd0faab update 2026-03-13 18:15:01 +08:00
4ec09661cd add test 2026-03-13 12:03:02 +08:00
0945d7f0b2 refactor(types): move shared types from renderer to shared directory
- Move type definitions from src/renderer/src/types/ to src/shared/types/
- Add @shared/* path alias to tsconfig.node.json and tsconfig.web.json
- Update all imports from @renderer/types/* to @shared/types/*
- Update AGENTS.md with new directory structure and path alias

This fixes architecture violation where main/preload processes imported
from renderer directory. Types are now properly shared across all processes.
2026-03-12 13:01:58 +08:00
1e9a01b6c1 use rest-api-client 2026-03-12 12:27:16 +08:00
ab7e9b597a init 2026-03-12 11:03:47 +08:00