hermes-agent/web/src
kshitijk4poor 1ab6f34791 refactor(dashboard): align Slack allowlist validation with gateway parse
- Drop empty entries before validating SLACK_ALLOWED_USERS so a trailing or
  interior comma (which the gateway silently tolerates in
  gateway/platforms/slack.py) is no longer rejected at the dashboard.
- Hoist the member-ID regex to a module-level _SLACK_MEMBER_ID_RE constant
  and note it stays in sync with the frontend SLACK_MEMBER_ID_RE.
- Add a regression test for the trailing-comma case.
2026-06-19 12:22:30 +05:30
..
components fix(tui): restart dashboard chat on idle exit hotkeys 2026-06-19 12:02:22 +05:30
contexts Hide hosted dashboard update controls 2026-06-15 20:08:39 -07:00
hooks
i18n feat(dashboard): clone profiles from any source 2026-06-13 07:33:58 -07:00
lib Add Slack setup hints and field validation 2026-06-19 12:16:23 +05:30
pages refactor(dashboard): align Slack allowlist validation with gateway parse 2026-06-19 12:22:30 +05:30
plugins
themes
App.tsx Hide hosted dashboard update controls 2026-06-15 20:08:39 -07:00
index.css
main.tsx