Beast/ux overhaul - #41
Merged
Merged
Conversation
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.
New design overhaul.
Note
Low Risk
Mostly styling, Storybook, and dev tooling; no auth or data-path changes in the shown diff.
Overview
Locks the explorer to a dark-only presentation at the document root:
index.htmlsetsclass="dark", updatestheme-colorto#0E0E0E, switches the apple touch icon, and makes#appa full-height flex column. Storybook matches the app by removing the light/dark toolbar, defaulting backgrounds to dark, and always applyingdarkonhtml/body.Typography and dependencies swap Inter/JetBrains Mono for Geist Sans/Mono (
@fontsource/geist-*), and drop unused Radix separator/switch plus the @svgr/cli pipeline (gen-assetsscript removed frompackage.json).Adds Cursor rules for Bun as the package runner and for using the shared
page-title/page-subtitleclasses on route headings..gitignorenow ignores/new-ux.Reviewed by Cursor Bugbot for commit 1a22df9. Configure here.