Skip to content

fix: simplify native session mode tooltip#418

Merged
DylenTurnbull merged 1 commit into
BrokkAi:masterfrom
DylenTurnbull:fix/413-native-session-mode-tooltip
Jul 21, 2026
Merged

fix: simplify native session mode tooltip#418
DylenTurnbull merged 1 commit into
BrokkAi:masterfrom
DylenTurnbull:fix/413-native-session-mode-tooltip

Conversation

@DylenTurnbull

Copy link
Copy Markdown
Collaborator

Description

Closes #413.

Replace the remote Native session mode question-mark popover with a concise browser tooltip on the mode value itself.

Key Changes:

  • Removes the clickable ? control and its unused popover CSS.
  • Shows Current mode reported by the active ACP harness. when hovering the native mode value.
  • Keeps the value read-only and leaves all session behavior unchanged.

UI/Session Evidence:

  • Surface(s): remote viewer Native session mode status.
  • Workflow: open a live remote session and hover the displayed mode value.
  • Before: a clickable ? appeared beside the value.
  • After: no ? appears; the value itself exposes the concise tooltip.
  • Safety or capability boundaries: no selector, mutation path, or permission behavior changed.
  • Visual evidence: manually reviewed in the live Tailscale viewer.

Validation:

  • git diff --check
  • cargo build --release
  • Live Tailscale viewer validation of the hover tooltip and removed ? control.
  • No tests run; this is a focused HTML/CSS and tooltip-copy change.

@DylenTurnbull DylenTurnbull self-assigned this Jul 21, 2026
@DylenTurnbull
DylenTurnbull merged commit b8f6085 into BrokkAi:master Jul 21, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve the Native session mode tooltip format

1 participant