fix(sub v3): Make row clickability more obvious#101467
Merged
isabellaenriquez merged 2 commits intomasterfrom Oct 15, 2025
Merged
fix(sub v3): Make row clickability more obvious#101467isabellaenriquez merged 2 commits intomasterfrom
isabellaenriquez merged 2 commits intomasterfrom
Conversation
vbro
reviewed
Oct 14, 2025
| reservedSpend: recurringReservedSpend, | ||
| budgetSpend: paygTotal, | ||
| productTrialCategory: category, | ||
| isClickable: categoryInfo?.tallyType === 'usage', |
Contributor
There was a problem hiding this comment.
Would customer be aware of why the row is not clickable?
Contributor
Author
There was a problem hiding this comment.
this can be noted in the docs but it's the same reason we don't show seat-based categories in the reserved usage chart nor with a breakdown in existing UI
vbro
approved these changes
Oct 14, 2025
chromy
pushed a commit
that referenced
this pull request
Oct 17, 2025
Tweaks the Usage Overview table to make it more obvious when you can click a row. Changes: - changes row background on hover - surfaces button on hover - add-on dropdown behavior now occurs on whole row, as opposed to just on a button in the first column for that add-on - adjusted some column widths for larger screens - opening a new drawer should replace the browser URL instead of adding to the browser history https://github.com/user-attachments/assets/a9f2087e-f751-4733-a4c8-df63e5478bd9 Closes BIL-1671 and BIL-1679
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tweaks the Usage Overview table to make it more obvious when you can click a row. Changes:
hoverable.rows.mov
Closes BIL-1671 and BIL-1679