Skip to content

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

Merged
johannesjo merged 1 commit into
johannesjo:mainfrom
brooksc:fix/sidebar-status-tooltip-hit-area
May 26, 2026
Merged

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

Conversation

@brooksc

@brooksc brooksc commented May 24, 2026

Copy link
Copy Markdown
Collaborator

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

@johannesjo

Copy link
Copy Markdown
Owner

Thank you very much! <3

@johannesjo johannesjo merged commit f51fdba into johannesjo:main May 26, 2026
2 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.

2 participants