Skip to content

Fix empty modal blocking game loading screen#67

Merged
vicplusplus merged 1 commit intomainfrom
claude/fix-modal-loading-bug-Kf8Mg
Apr 8, 2026
Merged

Fix empty modal blocking game loading screen#67
vicplusplus merged 1 commit intomainfrom
claude/fix-modal-loading-bug-Kf8Mg

Conversation

@vicplusplus
Copy link
Copy Markdown
Owner

The .screen--hidden class was only defined in MainMenu.uss, but
GameHud.uxml (which only imports Shared.uss) used it on the leave-modal.
Without the rule, the modal-overlay was visible with empty text during
the entire loading phase, blocking all interaction.

Move .screen--hidden into Shared.uss so every document that references
the class picks it up.

https://claude.ai/code/session_01E9ALXb2KD15KiKgivSPZjM

The .screen--hidden class was only defined in MainMenu.uss, but
GameHud.uxml (which only imports Shared.uss) used it on the leave-modal.
Without the rule, the modal-overlay was visible with empty text during
the entire loading phase, blocking all interaction.

Move .screen--hidden into Shared.uss so every document that references
the class picks it up.

https://claude.ai/code/session_01E9ALXb2KD15KiKgivSPZjM
@vicplusplus vicplusplus merged commit e0e3ccf into main Apr 8, 2026
4 checks passed
@vicplusplus vicplusplus deleted the claude/fix-modal-loading-bug-Kf8Mg branch April 8, 2026 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants