Add Suchmarket — hyper-maximalist fine-art UI (parallel to miniapp) - #4
Draft
mxjxn wants to merge 1 commit into
Draft
Add Suchmarket — hyper-maximalist fine-art UI (parallel to miniapp)#4mxjxn wants to merge 1 commit into
mxjxn wants to merge 1 commit into
Conversation
Scaffold apps/suchmarket as a parallel front end to apps/miniapp, preserving all existing miniapp trading logic while applying a new baroque salon design system (gilded frames, jewel-tone palette, ornate typography). - New design components: GildedFrame, GildedHeading, PageChrome, SiteHeader - Redesigned home and browse gallery pages - Runs on port 3001; miniapp unchanged on 3000 - Fix workspace ABI package name (@mxjxn/lssvm-abis) for both apps Co-authored-by: Max Jackson <modulations@gmail.com>
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
Introduces
apps/suchmarket, a new front end in the monorepo for the hyper-maximalist fine-art redesign. The existingapps/miniappis untouched — same trading flows, separate visual identity.What's new
Suchmarket design system
GildedFrame,GildedHeading,OrnateCorner,PageChrome,SiteHeader,SiteFooterRedesigned surfaces
/) — full maximalist salon landing with jeweled chain toggles and gilded action cards/browse/...) — wrapped inPageChromewith ornate loading/error statesPreserved from miniapp
suchmarketpnpm --filter @lssvm/suchmarket dev) so miniapp can stay on 3000Monorepo fix (required for install)
@mxjxn/lssvm-abisin bothminiappandsuchmarket(package name mismatch was blockingpnpm install)Follow-ups
PoolDetails,Cart,CheckoutDialog) beyond the current shellhooks/+lib/into a package to avoid duplicationignoreBuildErrorsis enabled temporarily)How to run
pnpm install pnpm --filter @lssvm/suchmarket dev # → http://localhost:3001Copy env vars from
apps/miniapp/.env.localintoapps/suchmarket/.env.local(seeapps/suchmarket/ENV_VARS.md).