hermes-agent/apps/desktop/src/app/cron
Brooklyn Nicholson 1238d08e0c fix(desktop): cron overlay mutations sync the sidebar instantly
The manage overlay held its own local jobs list, so deleting/creating a
job there left the sidebar's $cronJobs atom stale until the 30s poll
(delete all → section lingered). Make the overlay read and mutate the
shared atom directly (updateCronJobs), so sidebar + overlay are one
source of truth and changes show immediately.
2026-06-06 16:47:46 -05:00
..
index.tsx fix(desktop): cron overlay mutations sync the sidebar instantly 2026-06-06 16:47:46 -05:00
job-state.ts refactor(desktop): merge cron jobLabel/jobTitle into one shared helper 2026-06-06 14:51:13 -05:00