Skip to content

Fix Planar deck buttons hidden behind Constructed deck button#10969

Merged
tool4ever merged 1 commit into
Card-Forge:masterfrom
MostCromulent:planar-deck-button-overlap
Jun 12, 2026
Merged

Fix Planar deck buttons hidden behind Constructed deck button#10969
tool4ever merged 1 commit into
Card-Forge:masterfrom
MostCromulent:planar-deck-button-overlap

Conversation

@MostCromulent

@MostCromulent MostCromulent commented Jun 11, 2026

Copy link
Copy Markdown
Contributor
Screenshot 2026-06-12 073119

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 3 collapses it when Constructed deck building is hidden.


🤖 Generated with Claude Code

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>
@MostCromulent MostCromulent requested a review from tool4ever June 11, 2026 22:09
@MostCromulent MostCromulent added BUG Something isn't working GUI labels Jun 11, 2026
@tool4ever tool4ever merged commit b2c3acf into Card-Forge:master Jun 12, 2026
2 checks passed
@MostCromulent MostCromulent deleted the planar-deck-button-overlap branch June 12, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BUG Something isn't working GUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants