Fix Planar deck buttons hidden behind Constructed deck button#10969
Merged
tool4ever merged 1 commit intoJun 12, 2026
Conversation
Move the Constructed deck row off grid row 5, which it shared with the Planechase widgets, onto the unused row 3. The two rows are both visible when Planechase is the only selected variant, so the Constructed button was stacked on top of the planar deck buttons. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
tool4ever
approved these changes
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.
Bug: When Planechase is selected, the "Select a planar deck" and "Planar Deck Editor" buttons sit hidden behind the Constructed deck button and can't be clicked. Selecting a second variant such as Commander makes them reappear, because Commander disables normal deck building and hides the Constructed button.
Root cause: #9590 (AI profile picker) moved the Constructed deck row from grid row 2 — where it shared a cell with the mutually-exclusive Commander row — onto grid row 5, which is already occupied by the Planechase row. Both rows are visible at once and the always-on-top Constructed button covers the planar buttons.
Fix: Move the Constructed deck row onto the unused grid row 3 so it no longer overlaps the Planechase widgets. Row 3 is free and sits below the team row in both AI-picker states, and
hidemode 3collapses it when Constructed deck building is hidden.🤖 Generated with Claude Code