UI rework including light and dark themes#2824
Open
Tiberius-Sicae wants to merge 1 commit into
Open
Conversation
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.
EDDI UI/UX Modernisation & Theme Selector Change Log
This document details all the modifications, enhancements, and bug fixes introduced during the UI/UX overhaul of the Elite Dangerous Data Interface (EDDI) desktop application.
1. Visual Theme Modernisation
CornerRadius="4"), hover/focused transitions, and consistent padding.2. Dynamic Accent and Theme Tracking
AppsUseLightTheme) and automatically detect whether a light or dark theme is active.PrimaryBrandBrushin memory.Microsoft.Win32.SystemEvents.UserPreferenceChangedto apply theme and accent shifts instantly in real-time without requiring application restarts.3. Localised User-Selectable Theme Dropdown
chooseThemeDropDown) to the topmost EDDI configuration tab directly below the language selector.choose_theme_label,choose_theme_label_va,theme_system,theme_light,theme_dark) toResources.resxand exposed them strongly-typed viaResources.Designer.cs.ThemeDefmapping structure inMainWindow.xaml.csto pair config identifiers (System,Light,Dark) with their localised text descriptions, ensuring proper display and language-independent persistence.4. AvalonEdit Script Editor High-Contrast Theme
CottleHighlighting.csto dynamically swap high-contrast code colouring depending on the active theme.#D4D4D4) for high contrast on#262626background.#569CD6).#CE9178) - deuteranopia/protanopia friendly.#DCDCAA) and Cyan (#4FC1FF).#B5CEA8) and Soft Cyan (#9CDCFE).#6A9955).5. Major UI Bug Fixes
SelectionBoxItemTemplateSelectorbinding in the ComboBox's selected itemContentPresenterinThemeModern.xaml. This forces the selection box to display the human-readable string (viaDisplayMemberPath) instead of the internal code/class type names.ConfigurationWindow.xamlgrade drawings with the dynamicTextPrimaryBrushresource, making the icons fully readable in both dark and light modes.SpeechResponder/ConfigurationWindow.xamlto useBasedOnstyle inheritance, preventing them from falling back to default legacy Windows Aero styling.6. Build and Installer Enhancements
build-installer.cmdto utilise absolute path mappings for Inno Setup 6 (ISCC.exe) and 7-Zip (7z.exe), preventing environment variable path failures.7. Unified Responders Layout