feat(mapgen-studio): icon-only autoplay and run-in-game buttons, add Explore placeholder#1633
Merged
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/game-console-dock
branch
from
June 12, 2026 20:44
5636cda to
a0eefeb
Compare
mateicanavra
force-pushed
the
design/game-console-icons
branch
from
June 12, 2026 20:44
69b8c3a to
68fa74c
Compare
Owner
Author
Merge activity
|
mateicanavra
changed the base branch from
design/game-console-dock
to
graphite-base/1633
June 12, 2026 21:46
…SquareArrowOutUpRight) + Explore placeholder Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mateicanavra
force-pushed
the
design/game-console-icons
branch
from
June 12, 2026 21:48
68fa74c to
87a6f63
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.
The
GameConsolecommand buttons (Autoplay and Run in Game) are converted to icon-only, and a new Explore button is added between them.Autoplay now renders
FastForward(start),Square(stop), or aLoaderCirclespinner when a start/stop request is in flight. The start/stop/in-flight wording that was previously on the button label moves entirely intoaria-label,title, and the Tooltip.Run in Game now renders
SquareArrowOutUpRightinstead ofMonitorPlaywith a text label. The dynamic action label ("Run in Game", "Retry Run", "Restart Civ & Run") is preserved as the first line of the button'saria-label,title, and Tooltip so recovery states remain discoverable.Explore is a new icon-only
Binocularsbutton placed between Autoplay and Run in Game. It is wired behind an optionalonExploreprop and renders disabled with an accessible name announcing that tile-visibility control is not yet available until a handler is provided.A test is added to assert that the Explore button renders in its disabled placeholder state when no handler is wired.