-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: enhance UI accessibility and structure across multiple views
- Simplify `About.xaml.cs` by removing redundant code for card additions. - Add accessibility properties (e.g., AutomationProperties) to `Dashboard` and `BetterSettings`. - Implement fade-in animations for smoother UI transitions. - Improve code readability by restructuring XAML elements and adding helpful comments. - Update `BetterSettings` with enhanced card designs, margins, and animations.
- Loading branch information
1 parent
8d28f69
commit d511120
Showing
9 changed files
with
2,163 additions
and
1,659 deletions.
There are no files selected for viewing
488 changes: 268 additions & 220 deletions
488
EasyExtractUnitypackageRework/EasyExtract/Controls/About.xaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
949 changes: 543 additions & 406 deletions
949
EasyExtractUnitypackageRework/EasyExtract/Controls/BetterSettings.xaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.