Skip to content

fix(ui): dim worker timeline bars on hover with pure CSS#263

Merged
PhenX merged 1 commit into
mainfrom
claude/worker-timeline-hover-css-8rl3sq
Jul 16, 2026
Merged

fix(ui): dim worker timeline bars on hover with pure CSS#263
PhenX merged 1 commit into
mainfrom
claude/worker-timeline-hover-css-8rl3sq

Conversation

@PhenX

@PhenX PhenX commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Vue drove the dim effect through a per-bar dimmed prop, so every bar
re-rendered on each hover change. :has()/:hover now do it in one
browser style recalc with no reactivity involved.

Vue drove the dim effect through a per-bar `dimmed` prop, so every bar
re-rendered on each hover change. `:has()`/`:hover` now do it in one
browser style recalc with no reactivity involved.
@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Reporter (./reporter)

Status Category Percentage Covered / Total
🔵 Lines 64.01% 1450 / 2265
🔵 Statements 62.39% 1649 / 2643
🔵 Functions 70.43% 243 / 345
🔵 Branches 58.86% 1195 / 2030
File CoverageNo changed files found.
Generated in workflow #904 for commit e49b737 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Application (./application)

Status Category Percentage Covered / Total
🔵 Lines 23.47% 1828 / 7786
🔵 Statements 23.38% 2120 / 9067
🔵 Functions 22.43% 321 / 1431
🔵 Branches 20.11% 1445 / 7185
File CoverageNo changed files found.
Generated in workflow #904 for commit e49b737 by the Vitest Coverage Report Action

@PhenX
PhenX merged commit 9fbeabd into main Jul 16, 2026
7 checks passed
@PhenX
PhenX deleted the claude/worker-timeline-hover-css-8rl3sq branch July 16, 2026 20:32
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