Skip to content

fix(staged): remove tooltips from timeline row subtitles - #830

Merged
matt2e merged 1 commit into
mainfrom
remove-subtitle-tooltip
Jun 29, 2026
Merged

fix(staged): remove tooltips from timeline row subtitles#830
matt2e merged 1 commit into
mainfrom
remove-subtitle-tooltip

Conversation

@matt2e

@matt2e matt2e commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Removes the native title hover tooltips from the meta-item subtitle spans in the timeline row (meta, secondaryMeta/SHA, and tertiaryMeta).

These tooltips duplicated text already visible in the row and added hover noise. They were also a contributor to the tooltip-dense, non-virtualized timeline DOM.

Changes

  • apps/staged/src/lib/features/timeline/TimelineRow.svelte: drop title={...} from the three subtitle meta-item spans.

The meta, secondary, and tertiary subtitle spans in branch card timeline
rows each carried a native `title` attribute, producing hover tooltips
that duplicated the already-visible subtitle text. Drop the `title`
attributes so the subtitles no longer show redundant tooltips.

Action button tooltips are left intact since they convey distinct,
non-visible labels.

Signed-off-by: Matt Toohey <contact@matttoohey.com>
@matt2e
matt2e requested review from baxen and wesbillman as code owners June 29, 2026 04:48
@matt2e
matt2e merged commit d70c805 into main Jun 29, 2026
4 checks passed
@matt2e
matt2e deleted the remove-subtitle-tooltip branch June 29, 2026 04:51
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