Conversation
…ue, line-art icons
- Color palette: replaced cream/terracotta warm cafe scheme with the
indigo (#1E1B4B) + lavender (#A995E1) + pink-red (#E85E75) brand
spec from plot_design_spec.html.
- Typography: swapped Inter for Bricolage Grotesque app-wide. More
distinctive, still readable, single family for headers + body.
- Category icons: replaced kawaii emoji with single-color line-art
SVGs in lavender. Cleaner, brand-consistent, all 10 categories.
- Categories: merged "Classes & Workshops" into "Arts & Workshops"
(Places API has thin venue coverage for standalone class-type
searches; folding them into Arts keeps coverage high). Updated:
* UI/tokens.js — chip definitions, palette
* categories.py — ALLOWED_CATEGORIES, Category Literal
* UI/api.js — chip-id → API-name map
Also includes prior WIP that had been sitting uncommitted:
- recommendation_bigquery.py polish
- UI/screens.jsx + components.jsx tweaks
Live and confirmed working at:
https://plot-ui-773940296505.us-central1.run.app
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Brings main in sync with the live UI on Cloud Run. Color palette switched to the indigo/lavender/pink design spec, Bricolage Grotesque replaces Inter app-wide, category emojis replaced with line-art SVGs, and Classes & Workshops folded into Arts & Workshops (Places API has thin standalone-class coverage). Also pulls in some WIP that had been sitting uncommitted.