hermes-agent/apps/desktop/src/app
Ben bf590c81d0 fix(desktop): hide gateway auth control until probe resolves the scheme
The remote-gateway settings rendered the session-token box for every gateway
during the idle/probing window before the first /api/status probe lands,
because authMode defaults to 'token'. Gate both the OAuth sign-in button and
the token box behind an authResolved flag so neither renders until the probe
resolves the scheme (or a previously-saved remote config is being re-shown,
so re-opening settings doesn't flicker).

The gateway-side WS Origin fix that lets the packaged desktop (file:// origin)
connect to an OAuth-gated remote gateway landed separately in #37870; this
branch is now purely the desktop client + this UI fix.
2026-06-04 01:11:34 -07:00
..
agents Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
artifacts refactor(desktop): DRY/elegance pass over PR-touched files 2026-06-04 00:28:57 -05:00
chat feat(desktop): background needs-input indicator, clarify redesign, Cmd+K palette & UI consistency pass (#38631) 2026-06-04 00:47:08 -05:00
command-center refactor(desktop): DRY/elegance pass over PR-touched files 2026-06-04 00:28:57 -05:00
command-palette feat(desktop): dedicated Providers settings + polished Accounts/API-keys UX (#38551) 2026-06-04 03:03:42 -05:00
cron style(desktop): hide search when there's nothing to search 2026-06-03 23:55:04 -05:00
gateway/hooks desktop: OAuth-aware remote gateway connection 2026-06-04 01:11:34 -07:00
hooks feat(desktop): global Cmd+K palette + UI consistency overhaul 2026-06-03 23:45:45 -05:00
messaging style(desktop): hide search when there's nothing to search 2026-06-03 23:55:04 -05:00
overlays feat(desktop): dedicated Providers settings + polished Accounts/API-keys UX (#38551) 2026-06-04 03:03:42 -05:00
profiles style(desktop): shared Badge component; tidy profile metadata 2026-06-03 23:49:45 -05:00
right-sidebar feat(desktop): global Cmd+K palette + UI consistency overhaul 2026-06-03 23:45:45 -05:00
session/hooks style(desktop): satisfy lint across PR-touched files 2026-06-04 00:22:17 -05:00
settings fix(desktop): hide gateway auth control until probe resolves the scheme 2026-06-04 01:11:34 -07:00
shell refactor(desktop): DRY/elegance pass over PR-touched files 2026-06-04 00:28:57 -05:00
skills style(desktop): hide search when there's nothing to search 2026-06-03 23:55:04 -05:00
desktop-controller.tsx feat(desktop): dedicated Providers settings + polished Accounts/API-keys UX (#38551) 2026-06-04 03:03:42 -05:00
index.tsx Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
layout-constants.ts feat(desktop): global Cmd+K palette + UI consistency overhaul 2026-06-03 23:45:45 -05:00
model-picker-overlay.tsx Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
model-visibility-overlay.tsx feat(desktop): inline model picker in the status bar 2026-06-02 19:09:41 -05:00
page-search-shell.tsx style(desktop): hide search when there's nothing to search 2026-06-03 23:55:04 -05:00
routes.ts feat(desktop): global Cmd+K palette + UI consistency overhaul 2026-06-03 23:45:45 -05:00
types.ts feat(desktop): persistent needs-input indicator + icon button consolidation 2026-06-03 21:44:30 -05:00
updates-overlay.tsx feat(desktop): composer/intro polish + shared ErrorState 2026-06-04 00:19:05 -05:00