feat(mapgen-studio): toolbar architecture v2 — top = Game bar, bottom = World/Map console with History affordance#1636
Merged
Conversation
This was referenced Jun 12, 2026
Merged
refactor(studio): decompose App.tsx non-React corpus into feature modules and shared utilities
#1608
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/toolbar-architecture-v2
branch
from
June 12, 2026 20:44
27252f0 to
66bd12d
Compare
Owner
Author
Merge activity
|
mateicanavra
changed the base branch from
design/pass5-frame
to
graphite-base/1636
June 12, 2026 21:52
…orld/Map console, History affordance
mateicanavra
force-pushed
the
design/toolbar-architecture-v2
branch
from
June 12, 2026 21:54
66bd12d to
f0a2eac
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.
Implements toolbar architecture v2 (Pass-5), regrounding the vertical zoning so the top bar is exclusively the Game toolbar and the bottom bar is exclusively the World/Map console.
Game bar (header)
Globe→Gamepad2).GameConsoleinline into the Game bar row rather than docking it as a separate panel beneath the bar; the component sheds its own panel chrome and "Civ7" identity label.SlidersHorizontal+ chevron, no "Setup" text label), pinned last in the bar, expanding a game-setup-only row (Leader · Civ · Difficulty · Speed). Resources is removed from the setup dropdown.World/Map console (footer)
globalSettings/onGlobalSettingsChangeprops and renders Size, Players, and Resources selects left of the Seed input, so all map authoring lives in one place.aria-label/titlefor accessibility, and click copies the last seed — preserving the behavior the old inline seed button carried.Wiring
StudioShellreroutesWorldSettingsprops from the header to the footer.