Update about page navigation to use configure arrows#71
Merged
grandixximo merged 1 commit intoOct 11, 2025
Conversation
|
Cursor Agent can help with this pull request. Just |
b953b4d to
c9ef8f0
Compare
Replaced the default Frame navigation UI with custom mui:ModernButton back/forward arrows in the About page of the Configure window. The navigation buttons are always visible at the top of the About page and match the styling used throughout the app. Changes: - Added custom navigation panel with mui:ModernButton arrows to About tab in SettingsPage.xaml - Navigation arrows use Icons.Back and Icons.Forward with proper Material Design sizing - Buttons automatically enable/disable based on Frame.CanGoBack/CanGoForward - Modified AboutPage.xaml.cs to navigate within AboutFrame instead of parent Frame - Completely suppressed default Frame navigation UI using NavigationUIVisibility="Hidden", JournalOwnership="OwnsJournal", and ShowsNavigationUI=false - Navigation now works correctly when viewing Licenses and Crash Logs pages The custom navigation provides a cleaner, more consistent user experience without the ugly default navigation bar appearing. Built on top of classic-ui-modern-fixes branch which includes webcam preview improvements.
2b87197 to
48edc60
Compare
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.
Replace the default
Framenavigation bar with custom back/forward arrows inSettingsWindowto match the software's style.