Redesign dashboard and guild overview page#288
Merged
Conversation
Rewrite the landing page with full marketing sections (hero, problem statement, feature grid, pricing, etc.) and fill upgrade page TODO copy. This is placeholder copy to be refined — the structure and content direction are intentional but the words will evolve. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Tailwind CSS 3→4 with @tailwindcss/vite plugin eliminates the separate CSS build/watch process — styles now get Vite HMR like everything else. Removes tailwind.config.js, postcss.config.mjs, and 3 npm scripts. Migrates bg-opacity-* classes to v4 slash syntax. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Research on Eunomia (Greek goddess of good order) and the evolution of courthouse aesthetic informs the "Magistrate's Desk" design direction — warm judicial gravity with serif/sans-serif typographic friction. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Source Serif 4 for headings, semantic color tokens for surfaces (stone-warm), accent (amber/brass), danger (rose), success (emerald). Light-mode tokens for the landing page, dark-mode for the dashboard. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Serif headings (Source Serif 4), warm stone backgrounds, amber accent buttons and badges, white cards with stone borders. Alternating section backgrounds create rhythm. Rounded corners restrained to 4px. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Replaces the old gray/indigo Discord-clone palette with the stone surface hierarchy, amber accents, and serif headings established in the landing page redesign. Covers the layout shell, all settings/onboard/upgrade pages, tabs, forms, and login/logout buttons. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Fix invitableGuilds bug where bot guild map was queried instead of user guild map, causing "Add Euno" section to always be empty. Extract guild cache to shared helper so both __auth and /app loaders share one cache. Dashboard shows server cards with sparkline charts, escalation counts, mod action stats, and tier badges. Invitable guilds shown as a compact list with de-emphasized add buttons. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Clicking a server icon now navigates to /app/:guildId overview instead of jumping straight to settings. The overview shows 30-day report sparkline, mod action breakdown, report reasons, and pending escalations. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Smoke Test Results
Tested commit: |
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
/appwith per-guild activity sparklines, report/action counts, and escalation summaries/app/:guildIdas the new default destination when clicking a server icon — shows 30-day report sparkline, mod action breakdown by type, reports by reason, and pending escalationsTest plan
npm run validatepasses (tests + lint + typecheck)npx react-router buildproduces clean build/) renders with new design/appdashboard shows server cards with sparklines/app/:guildIdoverview/app/:guildId(not settings)🤖 Generated with Claude Code