multica/apps/desktop/src
Jiang Bohan a8dd9f2bbb feat(desktop): add Cron Jobs management page
- Add "Cron" tab to navigation bar with Time04Icon
- Add /crons route with CronsPage component
- Add cron IPC handlers (list, toggle, remove) in electron/ipc/cron.ts
- Expose cron API in preload.ts for renderer process
- Add useCronJobs hook for fetching and managing jobs
- Add CronJobList component with status badges, toggle switches,
  delete buttons, relative time display, and empty state

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 15:16:33 +08:00
..
components feat(desktop): add Cron Jobs management page 2026-02-06 15:16:33 +08:00
hooks feat(desktop): add Cron Jobs management page 2026-02-06 15:16:33 +08:00
lib fix(desktop): address review issues in device verification flow 2026-02-04 13:54:09 +08:00
pages feat(desktop): add Cron Jobs management page 2026-02-06 15:16:33 +08:00
stores feat(desktop): implement local chat with direct IPC and mode switching 2026-02-05 17:50:55 +08:00
App.tsx feat(desktop): add Cron Jobs management page 2026-02-06 15:16:33 +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