Commit Graph

6 Commits

Author SHA1 Message Date
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