feat(marketplace): quest tracks UI, project-page polish, sphere-ui 0.1.30#424
Merged
Conversation
- category chip no longer tinted with the project accentColor — dark accents (e.g. #000000) made it unreadable; neutral chip style matches the tag chips - drop the border-4 frame around ProjectLogo, mirroring the frame removal on the dev-portal/backoffice overview pages and the sphere-ui cards
- Quests section on ProjectPage is collapsed by default; the header is a toggle with a chevron - expanded view groups quests by their track (from the new `track` field on GET /api/marketplace/:slug/quests), each track collapsed by default; trackless quests land in a trailing General group - projects whose quests have no tracks keep the flat grid
This was referenced Jul 10, 2026
igmahl
approved these changes
Jul 10, 2026
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.
Combined PR — one PR per repo (supersedes #423 and #425). Three commits:
1.
chore: bump @unicitylabs/sphere-ui to 0.1.30Picks up the logo-tile fixes from unicity-sphere/sphere-ui#17: un-cropped logos (
object-contain), no gloss over real logos, flat accent fill,shrink-0square tiles, size-proportional corner radius, frameless tiles, neutral category chips, stronger Featured-card scrim.npx tsc -bpasses with the npm package.2.
fix(marketplace): neutral category chip + frameless logo on ProjectPage3.
feat(marketplace): collapse Quests section and group quests by tracktrackfield onGET /api/marketplace/:slug/quests, unicity-sphere/sphere-api#51), each track collapsed by default; trackless quests land in a trailing "General" group; projects without tracks keep the flat grid.groupQuestsByTrack(4 tests).Merge after unicity-sphere/sphere-api#51 (the UI degrades gracefully to the flat grid without it, but the grouping needs the backend field).