-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate Material Design UI updates
This commit represents a major overhaul of the application's user interface, focusing on the integration of Material Design principles across various XAML files and some backend adjustments. Key changes include the removal of old ResourceDictionary themes in favor of direct Material Design components, such as `materialDesign:DialogHost` and `materialDesign:Card`, in AddProfileDialog.xaml. CustomDialog.xaml and ErrorBox.xaml have seen updates to use Material Design resources for `TextElement`, `Background`, and `FontFamily`, with a general shift in `FontSize` to `12` for a more consistent look. The application's version has been updated in the Elite Dangerous Addon Launcher V2.csproj file. MainWindow.xaml.cs has been enhanced with better error handling and a new bug fix note in the "What's New" section. SearchProgressWindow.xaml and WhatsNew.xaml also received updates to fully align with Material Design standards, removing outdated visual settings and ensuring a cohesive and modern user experience.
- Loading branch information
Showing
7 changed files
with
40 additions
and
29 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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