Redesign UI to match Gmail's visual language#6
Open
alpaylan wants to merge 3 commits into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Reskin the app around Gmail's chrome — top bar with search, left rail with the iconic light-blue Compose pill, opened-message and inbox-list views — while keeping the IA honest (My Emails / About, not fake folders). - theme: Gmail palette, Google Sans typography, rounded buttons - layout: top app bar + collapsible left rail replacing navbar/footer - profile: Gmail inbox-style row list with hover, search filter - generate: compose card with To/Cc/Bcc rows and Send pill - email: opened-conversation view with avatar, recipient chips, Send / Edit / Reuse buttons and share icons - login/register: Google sign-in style cards - about: settings-panel style Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- pin engines.node to 24.x so Vercel uses the right runtime - bump @types/node to ^24.0.0 - add .nvmrc for local development Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
a60ad95 to
eb7f308
Compare
Theme shape.borderRadius is 16, so sx={{ borderRadius: 4 }} was
multiplying to 64px on the main content Box and the auth Paper
cards — large enough to clip text near the corners. Use explicit
pixel values matching Gmail's panel (16px) and auth card (8px).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Reskins 2clickmail to match Gmail's visual language while keeping the IA honest (no fake folders/labels — the sidebar reflects what the app actually does).
#1a73e8blue,#c2e7ffcompose chip,#f6f8fcbackground), Google Sans typography, fully rounded buttons./generate. Sidebar collapses to icons via the hamburger.?q=into a client-side filter.Footer.tsx,navbar.tsx,MailChip.tsx,ShareButton.tsx.Test plan
/generate— fill To/Cc/Bcc, subject, body; Send creates an email and routes to/email/:id./email/:id— Send opens the user's mail client; Edit toggles inline edit and Save persists; Reuse clones into a new email; copy-link / Twitter / WhatsApp share buttons work./profile— rows render, click opens the email; header search filters the list./loginand/registercards render and submit successfully./profileredirects to/login.🤖 Generated with Claude Code