Tighten Pro menu padding#5753
Conversation
✅ Deploy Preview for old-char canceled.
|
f8eb1c2 to
7d67daa
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7d67daa. Configure here.
| #: src/settings/general/app-settings.tsx:101 | ||
| msgid "Show floating bar" | ||
| msgstr "Wys drywende balk" | ||
| msgstr "" |
There was a problem hiding this comment.
Locales lose floating bar translation
Low Severity
This commit clears existing msgstr values for Show floating bar in several locale messages.po files and recompiles matching messages.ts catalogs so qRSwae falls back to English. That string still comes from app-settings.tsx and was not part of the Pro menu padding work, so users in those locales lose a previously translated General settings label.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 7d67daa. Configure here.
7d67daa to
e9c2a55
Compare
Reduces the cloud model row right padding by two pixels so the upgrade chip sits closer to the menu edge.
e9c2a55 to
f623846
Compare


Reduces the cloud model row right padding by two pixels so the upgrade chip sits closer to the menu edge.
Note
Low Risk
Visual spacing only in STT settings; no logic, billing, or transcription behavior changes.
Overview
Tightens layout for the Hyprnote cloud STT model row in the model picker when the user is not on Pro: the row uses less right padding (
pr-1.5vspx-2on download rows) so the “Upgrade to use” chip sits closer to the menu edge.Locale
messages.pofiles were regenerated so#:references still point at the updated line numbers inselect.tsx; no copy changes.Reviewed by Cursor Bugbot for commit f623846. Bugbot is set up for automated code reviews on this repo. Configure here.