multica/apps/desktop/electron/ipc
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
..
agent.ts feat(desktop): add cron tool to Tools page UI 2026-02-06 14:47:54 +08:00
cron.ts feat(desktop): add Cron Jobs management page 2026-02-06 15:16:33 +08:00
hub.ts chore(chat): set DEFAULT_MESSAGES_LIMIT to 200 for production 2026-02-05 18:45:15 +08:00
index.ts feat(desktop): add Cron Jobs management page 2026-02-06 15:16:33 +08:00
profile.ts feat(desktop): add style selector to agent settings dialog 2026-02-04 14:42:29 +08:00
provider.ts feat(desktop): add provider IPC handlers 2026-02-04 18:25:13 +08:00
skills.ts feat(desktop): add IPC handlers for Hub, Tools, and Skills management 2026-02-03 18:25:20 +08:00