refactor(auth): migrate login + signup form cards to .glass-panel-strong (Brief 2) #121
No reviewers
Labels
No labels
agent-context-drift
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rstillwell/deckhearth#121
Loading…
Reference in a new issue
No description provided.
Delete branch "brief-2-auth-form-cards-glass-panel-strong"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Brief 2 of
unify-glass-panel-surfaces. Migrates the login + signup form-card containers from handrolledrgba(--bg-secondary-rgb, 0.85)+backdrop-blur-smTailwind glass imitation to the canonical.glass-panel-strong rounded-2xl p-8className.These are the first surfaces a new user sees; aligning them with the rest of the app's surface vocabulary means corner catch-lights, system blur tier, and the gradient border — not a handrolled approximation.
Files changed
pages/login.js— form-card<div>className/style swap.pages/signup.js— same swap on the symmetric form-card<div>.Net diff: +2 / -14. Pure className → className migration.
Diff (representative)
Acceptance criteria
pages/login.jsform-card<div>usesclassName="glass-panel-strong rounded-2xl p-8"and no inlinebackgroundColor/borderColorstyle.pages/signup.jsform-card<div>usesclassName="glass-panel-strong rounded-2xl p-8"and no inlinebackgroundColor/borderColorstyle.npm run lintpasses (one pre-existing unrelated warning incomponents/CollectionsPageView.js).Test plan
/loginin light + dark mode; verify the form card renders with corner catch-lights and theme-correct background./signupin light + dark mode; same verification.tests/smoke/auth.spec.jscontinues to pass (no edits required).Related
.convoys/unify-glass-panel-surfaces.md.convoys/unify-glass-panel-surfaces/brief-2-auth-form-cards.mdMade with Cursor
The latest updates on your projects. Learn more about Vercel for GitHub.
Pipeline Health
Build + CI gates
Build runs on Vercel; this CI runs lint and schema-map drift only (no duplicate build).
Role reports
See individual comments above for details. This rollup updates automatically.
Visual Diff
Screenshots and diffs uploaded as artifacts: view run
If intentional changes: update snapshots locally with
npx playwright test --project=visual --update-snapshotsand commit.