Fix quota indicator constraint churn#1319
Conversation
|
Codex review: needs maintainer review before merge. Reviewed June 5, 2026, 3:30 PM ET / 19:30 UTC. Summary Reproducibility: yes. Source inspection shows current main replaces quota fill-width constraints on every update with remaining data, and the PR adds deterministic tests for preserving unchanged constraints. Review metrics: 2 noteworthy metrics.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Next step before merge
Security Review detailsBest possible solution: Land the focused ratio guard with its regression tests after normal maintainer checks so quota bars update only when their visible fill ratio changes. Do we have a high-confidence way to reproduce the issue? Yes. Source inspection shows current main replaces quota fill-width constraints on every update with remaining data, and the PR adds deterministic tests for preserving unchanged constraints. Is this the best way to solve the issue? Yes. The ratio guard is the narrowest maintainable fix because it avoids redundant Auto Layout churn while still replacing the constraint when usage data changes the visible ratio. AGENTS.md: found and applied where relevant. Codex review notes: model gpt-5.5, reasoning high; reviewed against de55f4850b8d. Label changesLabel changes:
Label justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
Summary
Fixes #1303.
Supersedes the unique quota-bar part of #1315, without carrying the already-landed #1297 overlap.
Verification