Skip to content

feat(components): queries over time label tooltip#1083

Open
fhennig wants to merge 7 commits intomainfrom
queries-over-time-label-tooltip
Open

feat(components): queries over time label tooltip#1083
fhennig wants to merge 7 commits intomainfrom
queries-over-time-label-tooltip

Conversation

@fhennig
Copy link
Contributor

@fhennig fhennig commented Feb 5, 2026

resolves #1074

Summary

Adds a new tooltip component that is used on the display labels in the rows. The tooltip displays an optional description, as well as the actual count and coverage queries.

It takes the info from the queries by using the displayLabel to look up the full query. This means the displayLabels need to be unique. However, we already did rely on that internally, because the grid component already used the displayLabel as the key in a Map. I've added a refine to the schema to enforce display name uniqueness.

Screenshot

Screen.Recording.2026-02-09.at.14.54.35.mov

PR Checklist

  • All necessary documentation has been adapted.
  • The implemented feature is covered by an appropriate test.

@vercel
Copy link

vercel bot commented Feb 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dashboard-components Ready Ready Preview, Comment Feb 9, 2026 2:48pm

Request Review

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.

queries over time: support description text for variant that is shown on hover

1 participant