Redesign of Moryx.Launcher to full Angular-App#1285
Draft
dbeuchler wants to merge 32 commits into
Draft
Conversation
# Conflicts: # src/Moryx.Launcher/app/package-lock.json # src/Moryx.Launcher/app/package.json
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.
Summary
Complete redesign of the launcher from a mixed Razor/Angular implementation to a fully Angular-based web component architecture. This change improves module isolation, eliminates CSS conflicts, simplifies maintenance, and provides a foundation for future extensibility.
Background
The previous launcher implementation mixed Razor pages with Angular and web components, which caused:
Key Technical Changes
Architecture
Code Structure
Styling and Theming
UI/UX Improvements
Compatibility
Assets and Localization
Benefits
Spotlight Search
The search bar was refactored to be a spotlight search, inspired by macOS. Can be opened by search button or by CMD+K / CTRL+K on desktops.
Dark mode
After replacing hardcoded colors and rely on fully angular material it is easy to implement a theme switch between light, dark and system and makes MORYX more modern web application.
Known Issues
The following minor issues are documented and will be addressed:
Migration Path
No breaking changes for modules. The slot-based architecture is designed to work with existing module implementations without modification.
Follow-Up Tasks/Ideas
Responsivenes
Make MORYX-launcher fully responsive (desktop/+touch, tablets, mobile phones