Redesign CWRU.WTF admin workspace - #21
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ignasxv
added a commit
that referenced
this pull request
Aug 31, 2026
main's admin workspace redesign (#21) moved the login page and admin dashboard off the cyan-glass theme and onto the site token palette, touching the same two files as the control work here. Took main's rewritten dashboard wholesale and re-applied only the search field, now on the Input primitive. On the login page, kept main's light layout and copy and expressed its fields through Input and Label; the `inverted` tone and the cyan overrides are gone with the dark surface they existed for. Restored the .focus-ring utility, which this branch had removed as unused: main's new code leans on it in a dozen places for links, the skip link and dialog surfaces. It is redefined at the same ring weight and colour as the controls, so the two focus treatments now match.
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
Verification
pnpm exec prettier --check apps/cwru-wtf/app/login/page.tsx apps/cwru-wtf/components/admin/admin-dashboard.tsxpnpm --filter cwru-wtf exec tsc --noEmit --incremental false --pretty falsepnpm --filter cwru-wtf buildgit diff --checkNotes
next lintscript opens the first-time interactive ESLint setup because this app does not yet have an ESLint configuration.