Lobby#13
Open
DevGeniusCode wants to merge 10 commits into
Open
Conversation
…djusting dimensions
…g component names
…ying component properties
…mensions and modifying component properties
…n" to "ButtonSmall"
…les and draw data properties
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.
UI Refactor: Standardize Layouts and Modernize Visuals in
LanLobbyMenu,GameInfoWindow,WOLCustomLobby, and PopupsDescription:
This PR continues our core structural refactoring effort by applying our established modern design language across the LAN and Custom Lobby screens. The overarching goal is to standardize screen dimensions, enforce strict design uniformity, and modernize the visual flow. By replacing scattered legacy layouts with right-aligned vertical structures, we maximize central screen real estate.
Key Changes:
Significantly, relocated popups (
PopupHostGame,PopupJoinGame) from the center of the screen to stack neatly above the left-side buttonsIntroduced the
GameInfoWindowfile to the repository (added the vanilla file from the original game as it was missing previously)WOLCustomLobbylayout to heavily declutter the hierarchy and reduce bloat.PopupHostGame,PopupJoinGame,GameInfoWindow, andLanLobbyMenu. Updated border colors, font styles, and transitioned header templates (e.g., swapping "MainButton" for "ButtonSmall" inLanLobbyMenu) to perfectly match the modern visual flow.LanLobbyMenu
WOLCustomLobby
PopupHostGame