docs(mapgen-studio): record Pass-5 design fixes (toolbar v2, tile orientation, grid icon, flash guard, pre-run cursor)#1641
Merged
Conversation
This was referenced Jun 12, 2026
refactor(studio): decompose App.tsx non-React corpus into feature modules and shared utilities
#1608
Merged
Merged
Merged
|
Railway preview (MapGen Studio): not provisioned for this PR. Policy (Graphite stacks): previews are created only for the top-of-stack PR by default.
Debug: |
This was referenced Jun 12, 2026
This was referenced Jun 12, 2026
Merged
mateicanavra
force-pushed
the
design/pass5-ledger
branch
from
June 12, 2026 20:44
38a2ff7 to
a61ae24
Compare
Owner
Author
Merge activity
|
mateicanavra
changed the base branch from
design/flash-fix
to
graphite-base/1641
June 12, 2026 22:02
…ure v2 + tile/canvas fixes)
mateicanavra
force-pushed
the
design/pass5-ledger
branch
from
June 12, 2026 22:05
a61ae24 to
c37accd
Compare
This was referenced Jun 12, 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.
Records the completion of Pass-5 design fixes for the mapgen studio redesign, covering five implemented slices:
ViewControlsgrid toggle that was rendering an empty div instead of theGrid3x3icon, with a categorical sweep confirming no other empty placeholders existcolor-schemeon:rootfor both theme branches inline, bringing dark root rendering down to ~8mssetPropswithout remountingAlso records a new standing rule: search existing component libraries (shadcn/ui first) before building custom UI patterns from scratch. All five slices verified on
:5173with 167 passing tests and five strict OpenSpec validations.