Skip to content

fix(sidebar): restore status tooltip hit area#136

Open
brooksc wants to merge 1 commit into
johannesjo:mainfrom
brooksc:fix/sidebar-status-tooltip-hit-area
Open

fix(sidebar): restore status tooltip hit area#136
brooksc wants to merge 1 commit into
johannesjo:mainfrom
brooksc:fix/sidebar-status-tooltip-hit-area

Conversation

@brooksc
Copy link
Copy Markdown
Contributor

@brooksc brooksc commented May 24, 2026

Problem

Status tooltips were moved from the sidebar task row onto only the 6-8px status dot. The tooltip still existed in the DOM, but users had to hover almost exactly over the tiny dot, so row hover no longer exposed the status explanation shown in the existing screenshot.

Fix

Restore row-level status tooltip titles for sidebar task rows and coordinator rows, while keeping dot-level titles for compact usages. Sidebar status dots now receive task attention state so tooltip text matches states like waiting for input, active, or error.

Verification

  • git diff --check
  • /Users/brooksc/.codex/skills/parallel-code-pr/scripts/run-pr-verification.sh (npm run check and npm test)
  • Push hook reran npm run check and npm test
  • Confirmed this branch is rebased on latest johannesjo/main
  • Confirmed the PR contains one commit touching only:
    • src/components/Sidebar.tsx
    • src/components/StatusDot.test.ts

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.

1 participant