Fix P3: Settings polish (em dashes, provider leak, color drift)#103
Open
bmoss2015 wants to merge 2 commits into
Open
Fix P3: Settings polish (em dashes, provider leak, color drift)#103bmoss2015 wants to merge 2 commits into
bmoss2015 wants to merge 2 commits into
Conversation
- ProfileSection: time zone labels swap em dash for comma (Bree rule: no em dashes in user-facing text) - CustomerPricingViewSection: hardcoded hex borders + text color replaced with --hairline / --divider / --text-3 CSS vars so the pricing card matches the rest of the Settings surface - BankAccountDrawer: bank-link helper text no longer names the mail provider; account-holder placeholder is now neutral copy instead of a hardcoded org name + Tab-to-accept keyboard shortcut Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
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
Targeted polish on the Settings panel. Kept scope tight to avoid drift from your prior fixes.
(GMT-05:00) Eastern Time, New Yorkinstead ofEastern Time — New York).Moss Equity Partners LLCon Tab. That's both a tenancy leak and a rebrand miss. Replaced with a neutral placeholder.#ebedf0/#f1f2f4/#5b606aliterals replaced with the existing--hairline/--divider/--text-3CSS vars so the card matches the rest of the Settings surface.What I did NOT change: form-input width inline styles, arbitrary Tailwind text-size literals, the Members/Team layout, billing card hero. Those are larger refactors and I didn't want to relitigate the design decisions you already locked in.
Verify on preview
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com