Feat/dashboard layout - #14899
Merged
Merged
Conversation
austinpickett
force-pushed
the
feat/dashboard-layout
branch
from
April 24, 2026 05:04
a7bad20 to
809868e
Compare
aj-nt
pushed a commit
to aj-nt/hermes-agent
that referenced
this pull request
May 1, 2026
…d-layout Feat/dashboard layout
02356abc
pushed a commit
to 02356abc/hermes-agent
that referenced
this pull request
May 14, 2026
…d-layout Feat/dashboard layout
gweeteve
pushed a commit
to gweeteve/hermes-agent
that referenced
this pull request
Jun 2, 2026
…d-layout Feat/dashboard layout
waefrebeorn
pushed a commit
to waefrebeorn/slermes
that referenced
this pull request
Jul 2, 2026
…d-layout Feat/dashboard layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Improves the Hermes web dashboard (
hermes-agent/web/) shell and key flows: clearer sidebar (gateway vs agent, System block, version + org in the footer), a single home on Sessions (with alerts, system-action log, platforms, and recent sessions), full-width main content, header toolbars on Logs and Analytics, delete/clear confirmations (Cron, Sessions, env keys) via a small reusable hook + dialog, and i18n updates. No change to how dashboard plugins are loaded—the example plugin still appears as the dynamic/exampletab when the API serves it.Related Issue
N/A (or
Fixes #____if you file one)Type of Change
Changes Made
hermes-agent/web/src/App.tsx: Default route→ /sessions; remove Status nav; full-width main; System section + sidebar link targets;navigateafter system actions to/sessions.hermes-agent/web/src/components/SidebarStatusStrip.tsx,SidebarFooter.tsx: Footer version + Nous link; gateway/session copy; merge into System;Linkto/sessions.hermes-agent/web/src/pages/SessionsPage.tsx: Hub for former Status content (alerts, action log,PlatformsCard, recent sessions) + session list;DeleteConfirmDialog+useConfirmDelete.hermes-agent/web/src/components/PlatformsCard.tsx: Extracted connected-platforms card.hermes-agent/web/src/pages/StatusPage.tsx(behavior relocated as above).hermes-agent/web/src/i18n/*:app.nav/gatewayStrip/activeSessionsLabel/gatewayStatusLabel/envclear strings / nav cleanup;zhparity.hermes-agent/web/src/lib/resolve-page-title.ts:/and titles align with Sessions-first nav.hermes-agent/web/src/hooks/useConfirmDelete.ts,components/DeleteConfirmDialog.tsx: Shared delete confirmation.hermes-agent/web/src/pages/CronPage.tsx: Delete confirm;loadJobsuseCallbackwhere needed.hermes-agent/web/src/pages/EnvPage.tsx: Clear-key confirm +clearDialogOpenon rows.hermes-agent/web/src/pages/LogsPage.tsx:fetchLogsbefore header effect; auto-refresh + refresh insetEnd;setAfterTitlebadge.hermes-agent/web/src/pages/AnalyticsPage.tsx: Period + refresh in header;setAfterTitleperiod badge.hermes-agent/web/src/pages/AnalyticsPage.tsx/ LogsPage:usePageHeader(setEnd/setAfterTitle).How to Test
hermes-agent/web:pnpm dev(with the gateway/web API proxying so/api/*and plugins work as usual)./→ redirects to Sessions; confirm sidebar (System block, gateway lines, footer version + Nous link).plugins/example-dashboard, open/exampleand confirm Example tab.Checklist
Code
fix(scope):,feat(scope):, etc.)pytest tests/ -qand all tests passDocumentation & Housekeeping
docs/, docstrings) — or N/Acli-config.yaml.exampleif I added/changed config keys — or N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — or N/AFor New Skills
Delete this section if not applicable.
Screenshots / Logs