Skip to content

Dev#237

Merged
patchzyy merged 62 commits intomainfrom
dev
Feb 25, 2026
Merged

Dev#237
patchzyy merged 62 commits intomainfrom
dev

Conversation

@patchzyy
Copy link
Member

version 2.4.1

patchzyy and others added 30 commits February 17, 2026 20:13
…not the goal of this branch but i had to clean up settings so it had to be moved away
…hether there is VR history actually present
fixed VR history component not showing dropdown
@coderabbitai
Copy link

coderabbitai bot commented Feb 25, 2026

Important

Review skipped

Too many files!

This PR contains 179 files, which is 29 over the limit of 150.

📥 Commits

Reviewing files that changed from the base of the PR and between 2501e73 and f58dc3c.

📒 Files selected for processing (179)
  • .gitignore
  • Flatpak/io.github.TeamWheelWizard.WheelWizard.metainfo.xml
  • WheelWizard.Test/Features/LinuxDolphinInstallerTests.cs
  • WheelWizard.Test/Features/Settings/DolphinSettingsTests.cs
  • WheelWizard.Test/Features/Settings/SettingsTests.cs
  • WheelWizard.Test/Features/Settings/VirtualSettingsTests.cs
  • WheelWizard.Test/Features/Settings/WhWzSettingsTests.cs
  • WheelWizard/Features/CustomDistributions/CustomDistributionSingletonService.cs
  • WheelWizard/Features/CustomDistributions/RetroRewind.cs
  • WheelWizard/Features/CustomDistributions/RetroRewindBeta.cs
  • WheelWizard/Features/DolphinInstaller/DolphinInstallerExtensions.cs
  • WheelWizard/Features/DolphinInstaller/LinuxCommandEnvironment.cs
  • WheelWizard/Features/DolphinInstaller/LinuxDolphinInstaller.cs
  • WheelWizard/Features/DolphinInstaller/LinuxProcessService.cs
  • WheelWizard/Features/RrRooms/Domain/RwfcLeaderboardEntry.cs
  • WheelWizard/Features/RrRooms/RrLeaderboardSingletonService.cs
  • WheelWizard/Features/Settings/ADDING_SETTINGS.md
  • WheelWizard/Features/Settings/DolphinSettingManager.cs
  • WheelWizard/Features/Settings/ISettingsServices.cs
  • WheelWizard/Features/Settings/SettingsExtensions.cs
  • WheelWizard/Features/Settings/SettingsLocalizationService.cs
  • WheelWizard/Features/Settings/SettingsManager.cs
  • WheelWizard/Features/Settings/SettingsRuntime.cs
  • WheelWizard/Features/Settings/SettingsSignalBus.cs
  • WheelWizard/Features/Settings/SettingsStartupInitializer.cs
  • WheelWizard/Features/Settings/SettingsValidationReport.cs
  • WheelWizard/Features/Settings/Types/DolphinSetting.cs
  • WheelWizard/Features/Settings/Types/Setting.cs
  • WheelWizard/Features/Settings/Types/SettingConstants.cs
  • WheelWizard/Features/Settings/Types/VirtualSetting.cs
  • WheelWizard/Features/Settings/Types/WhWzSetting.cs
  • WheelWizard/Features/Settings/WhWzSettingManager.cs
  • WheelWizard/Features/WiiManagement/GameLicense/GameLicenseService.cs
  • WheelWizard/Features/WiiManagement/MiiManagement/MiiExtensions.cs
  • WheelWizard/Helpers/FileHelper.cs
  • WheelWizard/Models/Mods/Mod.cs
  • WheelWizard/Models/RRInfo/RrPlayer.cs
  • WheelWizard/Models/Settings/ISettingListener.cs
  • WheelWizard/Models/Settings/ListedSetting.cs
  • WheelWizard/Program.cs
  • WheelWizard/Resources/Languages/Common.Designer.cs
  • WheelWizard/Resources/Languages/Common.resx
  • WheelWizard/Services/Installation/ModInstallation.cs
  • WheelWizard/Services/Launcher/Helpers/DolphinLaunchHelper.cs
  • WheelWizard/Services/Launcher/RrBetaLauncher.cs
  • WheelWizard/Services/Launcher/RrLauncher.cs
  • WheelWizard/Services/LiveData/RRLiveRooms.cs
  • WheelWizard/Services/LiveData/WhWzStatusManager.cs
  • WheelWizard/Services/ModConfigManager.cs
  • WheelWizard/Services/ModManager.cs
  • WheelWizard/Services/PathManager.cs
  • WheelWizard/Services/Settings/DolphinSettingManager.cs
  • WheelWizard/Services/Settings/LinuxDolphinInstaller.cs
  • WheelWizard/Services/Settings/SettingsHelper.cs
  • WheelWizard/Services/Settings/SettingsManager.cs
  • WheelWizard/Services/Settings/WhWzSettingManager.cs
  • WheelWizard/Services/WiiManagement/WiiMoteSettings.cs
  • WheelWizard/SetupExtensions.cs
  • WheelWizard/Views/App.axaml
  • WheelWizard/Views/App.axaml.cs
  • WheelWizard/Views/Behaviors/ToolTipBubbleBehavior.cs
  • WheelWizard/Views/Components/AspectGrid.axaml
  • WheelWizard/Views/Components/AspectGrid.axaml.cs
  • WheelWizard/Views/Components/Badge.axaml
  • WheelWizard/Views/Components/Badge.axaml.cs
  • WheelWizard/Views/Components/Button.axaml
  • WheelWizard/Views/Components/Button.axaml.cs
  • WheelWizard/Views/Components/EmptyPageInfo.axaml
  • WheelWizard/Views/Components/EmptyPageInfo.axaml.cs
  • WheelWizard/Views/Components/FormFieldLabel.axaml
  • WheelWizard/Views/Components/FormFieldLabel.axaml.cs
  • WheelWizard/Views/Components/IconLabel.axaml
  • WheelWizard/Views/Components/IconLabel.axaml.cs
  • WheelWizard/Views/Components/IconLabelButton.axaml
  • WheelWizard/Views/Components/IconLabelButton.axaml.cs
  • WheelWizard/Views/Components/LoadingIcon.axaml
  • WheelWizard/Views/Components/LoadingIcon.axaml.cs
  • WheelWizard/Views/Components/MemeNumberState.axaml
  • WheelWizard/Views/Components/MemeNumberState.axaml.cs
  • WheelWizard/Views/Components/MultiColoredIcon.axaml
  • WheelWizard/Views/Components/MultiColoredIcon.axaml.cs
  • WheelWizard/Views/Components/MultiIconRadioButton.axaml
  • WheelWizard/Views/Components/MultiIconRadioButton.axaml.cs
  • WheelWizard/Views/Components/OptionButton.axaml
  • WheelWizard/Views/Components/OptionButton.axaml.cs
  • WheelWizard/Views/Components/PopupListButton.axaml
  • WheelWizard/Views/Components/PopupListButton.axaml.cs
  • WheelWizard/Views/Components/StandardLibrary/FormFieldLabel.axaml.cs
  • WheelWizard/Views/Components/StateBox.axaml
  • WheelWizard/Views/Components/StateBox.axaml.cs
  • WheelWizard/Views/Components/WheelTrail.axaml
  • WheelWizard/Views/Components/WheelTrail.axaml.cs
  • WheelWizard/Views/Layout.axaml
  • WheelWizard/Views/Layout.axaml.cs
  • WheelWizard/Views/NavigationManager.cs
  • WheelWizard/Views/Pages/FriendsPage.axaml
  • WheelWizard/Views/Pages/FriendsPage.axaml.cs
  • WheelWizard/Views/Pages/HomePage.axaml
  • WheelWizard/Views/Pages/HomePage.axaml.cs
  • WheelWizard/Views/Pages/KitchenSinkPage.axaml
  • WheelWizard/Views/Pages/KitchenSinkPage.axaml.cs
  • WheelWizard/Views/Pages/LeaderboardPage.axaml
  • WheelWizard/Views/Pages/LeaderboardPage.axaml.cs
  • WheelWizard/Views/Pages/MiiListPage.axaml
  • WheelWizard/Views/Pages/MiiListPage.axaml.cs
  • WheelWizard/Views/Pages/ModsPage.axaml
  • WheelWizard/Views/Pages/ModsPage.axaml.cs
  • WheelWizard/Views/Pages/RoomDetailsPage.axaml
  • WheelWizard/Views/Pages/RoomDetailsPage.axaml.cs
  • WheelWizard/Views/Pages/RoomsPage.axaml
  • WheelWizard/Views/Pages/Settings/AppInfo.axaml.cs
  • WheelWizard/Views/Pages/Settings/OtherSettings.axaml.cs
  • WheelWizard/Views/Pages/Settings/VideoSettings.axaml.cs
  • WheelWizard/Views/Pages/Settings/WhWzSettings.axaml.cs
  • WheelWizard/Views/Pages/SettingsPage.axaml
  • WheelWizard/Views/Pages/SettingsPage.axaml.cs
  • WheelWizard/Views/Pages/TestingPage.axaml.cs
  • WheelWizard/Views/Pages/UserProfilePage.axaml
  • WheelWizard/Views/Pages/UserProfilePage.axaml.cs
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkButtonsPage.axaml
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkButtonsPage.axaml.cs
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkDropdownsPage.axaml
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkDropdownsPage.axaml.cs
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkIconLabelsPage.axaml
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkIconLabelsPage.axaml.cs
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkIconsPage.axaml
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkIconsPage.axaml.cs
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkInputFieldsPage.axaml
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkInputFieldsPage.axaml.cs
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkSectionPageBase.cs
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkStateBoxesPage.axaml
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkStateBoxesPage.axaml.cs
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkTextStylesPage.axaml
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkTextStylesPage.axaml.cs
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkToggleButtonsPage.axaml
  • WheelWizard/Views/Pages/kitchenSink/KitchenSinkToggleButtonsPage.axaml.cs
  • WheelWizard/Views/Patterns/CurrentUserProfile.axaml
  • WheelWizard/Views/Patterns/CurrentUserProfile.axaml.cs
  • WheelWizard/Views/Patterns/FeedbackTextBox.axaml
  • WheelWizard/Views/Patterns/FeedbackTextBox.axaml.cs
  • WheelWizard/Views/Patterns/FriendsListItem.axaml
  • WheelWizard/Views/Patterns/FriendsListItem.axaml.cs
  • WheelWizard/Views/Patterns/GridModPanel.axaml
  • WheelWizard/Views/Patterns/GridModPanel.axaml.cs
  • WheelWizard/Views/Patterns/LeaderboardPodiumCard.axaml
  • WheelWizard/Views/Patterns/LeaderboardPodiumCard.axaml.cs
  • WheelWizard/Views/Patterns/MiiBlock.axaml
  • WheelWizard/Views/Patterns/MiiBlock.axaml.cs
  • WheelWizard/Views/Patterns/MiiImages/BaseMiiImage.cs
  • WheelWizard/Views/Patterns/MiiImages/MiiCarousel.axaml
  • WheelWizard/Views/Patterns/MiiImages/MiiCarousel.axaml.cs
  • WheelWizard/Views/Patterns/MiiImages/MiiImageLoader.axaml
  • WheelWizard/Views/Patterns/MiiImages/MiiImageLoader.axaml.cs
  • WheelWizard/Views/Patterns/MiiImages/MiiImageLoaderWithHover.axaml
  • WheelWizard/Views/Patterns/MiiImages/MiiImageLoaderWithHover.axaml.cs
  • WheelWizard/Views/Patterns/ModBrowserListItem.axaml
  • WheelWizard/Views/Patterns/ModBrowserListItem.axaml.cs
  • WheelWizard/Views/Patterns/PlayerListItem.axaml
  • WheelWizard/Views/Patterns/PlayerListItem.axaml.cs
  • WheelWizard/Views/Patterns/SidebarRadioButton.axaml
  • WheelWizard/Views/Patterns/SidebarRadioButton.axaml.cs
  • WheelWizard/Views/Patterns/VrHistoryGraph.axaml
  • WheelWizard/Views/Patterns/VrHistoryGraph.axaml.cs
  • WheelWizard/Views/Popups/AddFriendConfirmationWindow.axaml
  • WheelWizard/Views/Popups/Base/PopupWindow.axaml.cs
  • WheelWizard/Views/Popups/Generic/TextInputWindow.axaml
  • WheelWizard/Views/Popups/Generic/TextInputWindow.axaml.cs
  • WheelWizard/Views/Popups/MiiManagement/MiiCarouselWindow.axaml
  • WheelWizard/Views/Popups/MiiManagement/MiiEditor/EditorGeneral.axaml
  • WheelWizard/Views/Popups/MiiManagement/MiiEditor/EditorGeneral.axaml.cs
  • WheelWizard/Views/Popups/MiiManagement/MiiEditorWindow.axaml
  • WheelWizard/Views/Popups/MiiManagement/MiiSelectorWindow.axaml.cs
  • WheelWizard/Views/Popups/ModManagement/ModBrowserWindow.axaml
  • WheelWizard/Views/Popups/PlayerProfileWindow.axaml
  • WheelWizard/Views/Styles/Resources/Icons.axaml
  • WheelWizard/Views/Styles/Styles/MiscStyles.axaml
  • WheelWizard/Views/Styles/Styles/TextBoxStyles.axaml
  • WheelWizard/WheelWizard.csproj
  • global.json

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

Comment @coderabbitai help to get the list of available commands and usage tips.

@patchzyy patchzyy merged commit c967554 into main Feb 25, 2026
3 checks passed
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