feat: UI clarity improvements — auto-collapse, reset format, daily budget#412
Merged
feat: UI clarity improvements — auto-collapse, reset format, daily budget#412
Conversation
Add 7 UI improvement items to feature backlog: - Relative time on reset badges - Projected end-of-period usage text - Distinct burst vs weekly bar indicators - Color-coded pace badges - Daily budget display for weekly providers - Visible stale data indicators - Auto-collapse inactive providers Update Grand Refactor section to reflect completed work. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Providers with 0% usage that are available and not errored are now grouped into a collapsible "Other providers (N)" section at the bottom of each quota/paygo group. Active providers (with usage or errors) stay visible at the top. - Collapsed by default (ShowInactiveProviders=false) - Click to expand/collapse, persisted to preferences - Reduces visual noise from 27 providers to just the ones that matter Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…optional
Default: absolute times — "22:15" (today), "Tomorrow 17:44",
"Saturday 17:44" (this week), "Mar 28 17:44" (further out).
Users can switch to relative ("2h 15m", "4d 22h") via:
- Right-click context menu on any reset badge
- Settings → Layout → "Show relative reset times" checkbox
Global preference (UseRelativeResetTime), persisted to preferences.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
For providers with a rolling window >= 1 day, the tooltip now shows: - Daily budget: 14%/day (100% / period days) - Expected by now: 41% | Actual: 71% This makes it immediately clear whether you're over or under your daily budget without mental math. Only shown for available providers with a valid period duration (weekly, monthly windows). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Test plan
🤖 Generated with Claude Code