hermes-agent/web/src/pages
Teknium 12a0f5901c
fix(dashboard): finish resumeId -> resumeParam rename in ChatPage (#21317)
Commit b12a5a72b renamed the local variable resumeId -> resumeParam at
line 157 but left two call sites referencing the old name at lines 555
and 660. tsc -b fails with two TS2304 errors, which tanks npm run build,
which makes `hermes dashboard` print "Web UI build failed" with no
further detail.

Finishes the rename at both call sites instead of re-introducing the
old name via an alias.

Co-authored-by: qiuqfang <qiuqfang98@qq.com>
2026-05-07 07:05:03 -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(dashboard): avoid node-only ui imports in browser 2026-04-29 01:42:50 -04: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