Rebrand legacy BubbleChoice#74000
Merged
Merged
Conversation
Extract the inline `styles` object into BubbleChoice.module.scss and apply via className. Pure refactor; colors preserved verbatim. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Back and Finish now use the design-system MUI Button: Finish is filled purple (variant="contained" color="primary"), Back is purple text (variant="text"). Drops the old gray/orange .btn styles. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Convert the display-name and choose-activity headings to MUI Typography (h1/h2 variants). SafeMarkdown left as-is. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Remove the non-semantic charcoal (#5b6770) override on .h2; the Typography default (var(--text-neutral-primary)) now provides a theme-aware color. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Back button is now an outlined secondary button - Add spacing under the display-name heading and around the choose-activity heading (specificity-scoped so it wins over MUI's Typography margin reset) - Choose-activity heading renders as h3 while staying semantically h2 - Space the back/finish buttons with a 10px flex gap Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Replace color-util and hardcoded rgb() values with design-system semantic tokens (background/border/text neutral, brand teal). Cards are now theme-aware. Drops the now-unused color util import. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
bethanyaconnor
marked this pull request as ready for review
July 21, 2026 15:36
bethanyaconnor
requested review from
a team,
levadadenys and
lfryemason
and removed request for
a team
July 21, 2026 15:36
|
LGTM! We can fix/update to the new component to address the overflow in the future. |
lfryemason
approved these changes
Jul 21, 2026
levadadenys
approved these changes
Jul 22, 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.
This PR was largely generated by Claude but I made it commit frequently. To start, I instructed it to:
From there, I tested and instructed to do some updates, including adding padding, margins, and changing the look of the H2 header. This came in commit b80b5f9
Then I told it to update just the colors of SublevelCard.jsx (the inline styles use a lot of constants and I worried that would blow up this PR). That update is in 9b8999e
This is what it looks like locally:
This is the current view:
Links
Testing story
Deployment notes
Privacy and security