feat(ui): light theme redesign across auth, dashboard, and admin#10
Merged
Conversation
Replace the dark operator-console treatment with a light, card-centered system: near-white canvas, white surfaces with hairline borders and soft shadows, Inter self-hosted via next/font, rounded controls, and a single amber accent. Rewrite the shared primitives (Button, Field, AuthShell, Alert, Divider, Tag, Kbd, Section/Row, Sidebar, TopNav, AdminSidebar) and sweep every page to sentence-case copy. Update the favicon, the UI/UX direction doc, and the visual e2e token assertions.
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
Replaces the dark operator-console treatment with a light, card-centered design across the auth flow, the signed-in dashboard/security pages, and the admin tooling.
What changed
app/globals.cssrewritten to a light token palette (token names kept, values changed); Inter self-hosted vianext/fontinapp/layout.tsx; radius + shadow tokens; removed scanlines/blink/dark scrollbar.docs/ui-ux.mdupdated to the light direction;tests/e2e/visual.spec.tstoken assertions updated.Verification
tscclean,next buildsucceeds, unit suite passes (DB integration tests run in CI), Playwright UI tests 12/12.UI-only: no server, API, or schema changes.