Skip to content

fix: allow quota ceiling note to wrap - #864

Open
mariusvniekerk wants to merge 1 commit into
mainfrom
t3code/fix-quota-text-wrapping
Open

fix: allow quota ceiling note to wrap#864
mariusvniekerk wants to merge 1 commit into
mainfrom
t3code/fix-quota-text-wrapping

Conversation

@mariusvniekerk

Copy link
Copy Markdown
Collaborator

The provider quota popover inherits the status bar's single-line text behavior. This caused the local sync ceiling explanation to overflow the fixed-width panel and hid guidance that helps maintainers distinguish the local guard from provider quota.

The explanation now wraps inside its value column while the compact quota values stay on one line. A browser layout regression verifies that the note renders across multiple lines.

Validation
  • Full Vitest suite: 4,105 passed, 2 skipped.
  • Focused mocked Playwright screenshot capture: 1 passed.
  • Frontend formatting, lint, Svelte checks, and Effect diagnostics passed.
  • Push hooks passed.

generated by a clanker

Status bar sections intentionally keep compact content on one line, but the quota popover inherits that policy. Its explanatory ceiling copy therefore painted beyond the fixed popover width and became unreadable.

Scope wrapping to the explanatory note and guard its rendered multi-line layout in Chromium.

Validation: focused status-bar browser suite; frontend formatting, lint, and Svelte checks.

Generated with Codex (gpt-5.6-sol)
Co-authored-by: Codex <noreply@openai.com>
@roborev-ci

roborev-ci Bot commented Aug 9, 2026

Copy link
Copy Markdown

roborev: Combined Review (2246bc5)

No issues found.


Reviewers: 2 done | Synthesis: codex | Total: 31s

@mariusvniekerk mariusvniekerk self-assigned this Aug 9, 2026
@mariusvniekerk

Copy link
Copy Markdown
Collaborator Author

budget-display-dark-popover.png

generated by a clanker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant