You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add session/weekly time window selection for menu bar percent and pace
Restores the time-window picker dropped during the upstream 0.31.1 sync.
Lets the percent and pace values in the menu bar each track either the
session or the weekly window independently.
- MenuBarTimeWindow enum (session/weekly)
- Two persisted settings with backward-compatible defaults
(percent=session, pace=weekly)
- Segmented pickers in the Display preferences pane, gated on display mode
- StatusItemController selects the percent/pace window per setting
(session -> menuBarPercentWindow / UsagePaceText.sessionPace,
weekly -> secondary / UsageStore.weeklyPace)
- Round-trip test for the new settings
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments