feat(v2): v2-native marketplace browse page#464
Merged
Conversation
Replace the legacy MUI AppsMarketplacePage on the /v2/marketplace mount with a fresh v2-native V2MarketplacePage (src/v2/marketplace/), matching the detail page's token discipline — one accent, borders not shadows, no gradients/transforms, 80-120ms transitions. Filter bar (search + kind + category + pod), Discover (listings grid + official integrations + MCP) and Installed tabs, card->detail + inline install/remove. Legacy AppsMarketplacePage stays on the v1 /apps mount unchanged. Reuses the shipped /api/marketplace/* + /api/registry/* endpoints and the ?installable detail/install wiring. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
3 tasks
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 legacy Material-UI
AppsMarketplacePageon the/v2/marketplacemount with a fresh v2-nativeV2MarketplacePage(src/v2/marketplace/), matching the detail page's token discipline (one accent, borders not shadows, no gradients/transforms, 80–120ms transitions, sentence case). The legacyAppsMarketplacePagestays on the v1/appsmount, untouched — zero v1 regression risk.This is the design fast-follow to the marketplace funnel (#463) — the browse surface now matches the v2-native detail page it links to.
/api/marketplace/*+/api/registry/*endpoints and the?installabledetail/install wiringTest plan
/v2/marketplacerenders v2-native listings; filters work; card → detail; Install installs into the selected pod; Installed tab lists/removes/appsmount unchanged (still legacy MUI)