You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tui): show the pane's connection in its header (#134)
Each pane's top border now shows which backend it is browsing so a remote
pane is instantly distinguishable from the local filesystem. A remote pane
renders a full scheme://user@host:path locator (e.g. ssh://root@dietpi6:/home)
in a distinct accent color; a local pane shows just its path as before.
The pane holds only an opaque ConnectionId; a new AppState::pane_location joins
that id against the connections/saved_profiles registries at render time to
build the locator, with a graceful path-only fallback when it can't be resolved
(archive mounts, not-yet-registered connections). Adds a `remote` theme color
role (default yellow) and a `remote-pane` render scenario + snapshots.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments