multica/apps/desktop/src
Naiyuan Qing e99600c356 fix(desktop): register ChatPage element in router
The /chat route was missing its element prop, causing React Router
to render an empty Outlet.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 19:35:46 +08:00
..
components feat(chat): add message history pagination with scroll-up loading 2026-02-05 18:40:15 +08:00
hooks feat(desktop): handle agent_error events and clearLastRoute in IPC 2026-02-06 19:35:39 +08:00
lib fix(desktop): address review issues in device verification flow 2026-02-04 13:54:09 +08:00
pages feat(desktop): implement local chat with direct IPC and mode switching 2026-02-05 17:50:55 +08:00
stores feat(desktop): implement local chat with direct IPC and mode switching 2026-02-05 17:50:55 +08:00
App.tsx fix(desktop): register ChatPage element in router 2026-02-06 19:35:46 +08:00
main.tsx feat(desktop): initialize electron app with routing and cleanup 2026-02-03 14:17:31 +08:00
vite-env.d.ts feat(desktop): scaffold Electron app with Vite 2026-01-30 11:34:09 +08:00