feat(usage): switch the compute/models panes with a button toggle - #974
Open
juandavidr7 wants to merge 2 commits into
Open
feat(usage): switch the compute/models panes with a button toggle#974juandavidr7 wants to merge 2 commits into
juandavidr7 wants to merge 2 commits into
Conversation
Replace the Tabs control at the top of the Usage page with a segmented ButtonGroup toggle (Compute usage / Model usage). Same pane state and gating (showCompute), just a button toggle instead of tabs.
The pane switch's ARIA role changed from tab to button with the ButtonGroup toggle; update the usage-compute spec's locators to match. The compute range switch (7/30 days) is still Tabs and stays as role tab.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Replaces the
Tabscontrol at the top of the Usage page with a segmentedButtonGrouptoggle (Compute usage / Model usage).Details
pane/setPane) and same gating (showCompute) as before — only the visual control changed from tabs to a button toggle.variant=default; the inactive onevariant=outline, witharia-pressedfor accessibility.usage.panes.compute/usage.panes.modelstranslation keys — no en/es/pt changes needed.Notes
The toggle only renders where
capabilities.computeUsage === true(hosted cloud / gateway). On desktop/self-host the Usage page shows the account sections directly, with no selector — unchanged behavior. Covered by the existingpackages/web/e2e/usage-compute.spec.tsgating.🤖 Generated with Claude Code