55 simplification UI#56
Merged
christiannagel merged 26 commits intomainfrom May 15, 2024
Merged
Conversation
…sPage_..." for consistency
…ing from h3 to h2
Closed
christiannagel
approved these changes
May 15, 2024
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.
PR Classification
This pull request introduces a significant refactoring of the CodeBreaker.Blazor project, with the primary intent being the replacement of the existing UI components with Fluent UI components, along with updates to package references, addition of new components, and improvements to code readability and localization.
PR Summary
This pull request overhauls the CodeBreaker.Blazor project, introducing Fluent UI components, enhancing game logic, and improving localization.
CodeBreaker.Blazor.Client.csproj: Updated package references and added new Fluent UI packages.Playground.razor,Playground.razor.cs, andPlayground.razor.css: Updated game's UI and logic, including the addition of a newFluentButtoncomponent.GamePage.razor.cs: Significant refactoring, including changes to game state handling, navigation, and dialog service usage.MainLayout.razor: Replaced previous layout with a new Fluent UI-based layout.Resource.resxfiles: Updated with new game-related messages and labels for improved localization.