hermes-agent/web/src
Agent 78fa758451 feat(web): make Web UI responsive for mobile
- Nav: icons only on mobile, icon+label on sm+
- Brand: abbreviated "H A" on mobile, full "Hermes Agent" on sm+
- Content: reduced padding on mobile (px-3 vs px-6)
- StatusPage: session cards stack vertically on mobile, truncate
  overflow text, strip model namespace for brevity
- ConfigPage: sidebar becomes horizontal scrollable pills on mobile
  instead of fixed left column, search hidden on mobile
- SessionsPage: title + search stack vertically on mobile, search
  goes full-width
- Card component: add overflow-hidden to prevent content bleed
- Body/root: add overflow-x-hidden to prevent horizontal scroll
- Footer: reduced font sizes on mobile

All changes use Tailwind responsive breakpoints (sm: prefix).
No logic changes — purely layout/CSS adjustments.
2026-04-13 17:16:28 -07:00
..
components feat(web): make Web UI responsive for mobile 2026-04-13 17:16:28 -07:00
hooks feat: web UI dashboard for managing Hermes Agent (#8756) 2026-04-12 22:26:28 -07:00
lib feat: dashboard OAuth provider management 2026-04-13 11:18:18 -07:00
pages feat(web): make Web UI responsive for mobile 2026-04-13 17:16:28 -07:00
App.tsx feat(web): make Web UI responsive for mobile 2026-04-13 17:16:28 -07:00
index.css feat(web): make Web UI responsive for mobile 2026-04-13 17:16:28 -07:00
main.tsx feat: dashboard OAuth provider management 2026-04-13 11:18:18 -07:00