improvement(ui): use shared sizing for auth controls - #8162
waleedlatif1 merged 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
|
Before → after visual checks for 4c26fc6. Actual password/submit wrappers plus equivalent social, invitation, SSO and secret controls, with local handlers. Backend authentication/invitation/unsubscribe/provider/Slack services were not exercised. Most auth controls retain 36px geometry. Public fields grow 34→36px. The SSO email link adopts 36px height, 14px text, 8px corners and shared outline styling. Light — before left, after right: Dark — before left, after right: Password error — 2× enlarged crop: 390px document viewports with enlarged text (20px root), before / after. Both documents measured 390px client width and scroll width: |
5d7f002
into
codex/control-fix-account-status-headings




Auth, invite, unsubscribe and public-file controls now use shared Chip/ChipInput
size="lg"andalign="center". Retires the height/alignment constants and moves the SSO email link to ChipLink. Labels, URLs, validation, reveal behavior, loading/disabled states and handlers remain unchanged.Intentional differences: 34→36px fields; SSO email action 32→36px height, 12→14px text and 10→8px corners with the shared outline treatment. Existing 36px auth actions retain their geometry.
All workspace type checks, import/API audits, lint and the complete EMCN suite pass; all 44 relevant consumer tests pass. Browser fixtures cover light/dark, error/reveal, focus/hover, disabled/loading, 390px embedded document viewports and enlarged text. Backend auth/invite/unsubscribe/provider/Slack services were not exercised. No linter or review artifacts are included.
Both external linters ran against the actual target: 17 targeted findings removed (732 → 715 total), no new full-scan findings, and zero diff-checker violations.