style(theme): refresh default color palette and card styling - #4390
Open
harehare wants to merge 6 commits into
Open
style(theme): refresh default color palette and card styling #4390harehare wants to merge 6 commits into
harehare wants to merge 6 commits into
Conversation
Update default diagram colors to a slate/blue palette, give cards rounded corners and a softer shadow, restyle user story map release labels, and regenerate example images to match.
vite-plugin-elm injects import.meta.hot.accept() calls referencing server-relative .elm paths, which Vite 7 warns about since the plugin has no resolveId hook. Intercept those as virtual modules to silence the warning.
Remove a duplicated es-object-atoms@1.1.2 mapping key and restore the missing slash@3.0.0 entry required by jest-util. The corruption broke 'pnpm install --frozen-lockfile' in CI. No dependency versions changed.
The changes job skipped entirely for github.actor == 'dependabot[bot]', so dependabot PRs merged without lint/test/E2E verification. This let a corrupted pnpm-lock.yaml land undetected. Drop the actor exclusion.
The theme refresh (19675bd) replaced old default color hex codes with new ones in Color.fromString but dropped the old codes entirely, causing diagrams/items saved with the previous defaults (e.g. the old label default #8C9FAE) to resolve as 'custom' colors instead of their named default. Keep both old and new hex codes mapped to the same default colors.
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.
No description provided.