hermes-agent/web/src/pages
kshitijk4poor 96dc272623 fix(cron): use getJobState helper in handlePauseResume
Self-review follow-up: handlePauseResume read job.state directly while
the rest of the page goes through getJobState(), which falls back to
the enabled flag when state is null/undefined. With the backend
normalizer in this PR, state is always populated on the wire, so this
has no observable effect today — but using the helper keeps the page
consistent and resilient against older Hermes backends that don't run
the normalizer.
2026-05-09 01:11:41 -07:00
..
AnalyticsPage.tsx feat(dashboard): add interactive column sorting to analytics tables 2026-04-30 20:19:14 -07:00
ChatPage.tsx fix(dashboard): finish resumeId -> resumeParam rename in ChatPage (#21317) 2026-05-07 07:05:03 -07:00
ConfigPage.tsx fix(web): add missing icons for config page category sidebar 2026-05-04 01:41:27 -07:00
CronPage.tsx fix(cron): use getJobState helper in handlePauseResume 2026-05-09 01:11:41 -07:00
DocsPage.tsx fix(web): force light color-scheme on docs iframe 2026-05-07 04:55:47 -07:00
EnvPage.tsx fix(dashboard): keep ui imports browser-safe after rebase 2026-04-29 01:47:13 -04:00
LogsPage.tsx fix(dashboard): keep ui imports browser-safe after rebase 2026-04-29 01:47:13 -04:00
ModelsPage.tsx Merge upstream/main and address Copilot review feedback 2026-04-30 06:43:22 -04:00
PluginsPage.tsx feat(dashboard): add hide/show toggle for dashboard plugins in sidebar 2026-04-30 20:29:37 -04:00
ProfilesPage.tsx Merge upstream/main and address Copilot review feedback 2026-04-30 06:43:22 -04:00
SessionsPage.tsx fix(dashboard): keep ui imports browser-safe after rebase 2026-04-29 01:47:13 -04:00
SkillsPage.tsx fix(dashboard): keep ui imports browser-safe after rebase 2026-04-29 01:47:13 -04:00