feat(auth): drop "Create Account" heading; CADAM wordmark on sign-in - #207
Conversation
- Sign-up (/signup): remove the "Create Account" heading so the CADAM wordmark stands alone as the header. - Sign-in: swap the remaining adam-logo-full.svg for the CADAM wordmark (this swap was lost in the #202 squash merge), matching sign-up. Co-Authored-By: Claude Opus 4.8 (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. |
Greptile SummaryRebrand follow-up that swaps the remaining
Confidence Score: 4/5Safe to merge, but the heading removal is incomplete — the email signup flow will look different from the main signup flow until SignUpEmailView.tsx is also updated. The sign-in logo swap is straightforward and correct. The sign-up heading removal works on the main flow but was not applied to SignUpEmailView.tsx, which is a parallel user-facing signup path with the same wordmark + heading layout. Users who land on the email signup flow will still see 'Create Account' as a heading while users on the main flow won't. src/views/SignUpView.tsx — the intent is right but the companion file SignUpEmailView.tsx was missed. Important Files Changed
Reviews (1): Last reviewed commit: "feat(auth): drop "Create Account" headin..." | Re-trigger Greptile |
Summary
Small follow-up to the CADAM rebrand (#202, #206) on the auth pages.
Changes
/signup) — removes the "Create Account" heading so the CADAM wordmark stands alone as the page header.adam-logo-full.svgfor the CADAM wordmark (cadam-logo.svg). This swap was made in feat(home): add "the new Adam" announcement banner #202 but dropped in its squash-merge, so the live sign-in page was still showing the Adam logo. Now matches sign-up.Files
src/views/SignUpView.tsx— drop the headingsrc/views/SignInView.tsx— CADAM wordmarkChecks
tsc -b --noEmitpasses; pre-commiteslint+prettierclean.🤖 Generated with Claude Code
Summary by cubic
Aligns auth pages with the CADAM rebrand. Removes the "Create Account" heading on
/signupand swaps the sign-in logo tocadam-logo.svgwith "CADAM Logo" alt text, replacing the last Adam logo.Written for commit 46aae22. Summary will update on new commits.