#35: UI 2.0#77
Merged
Merged
Conversation
- GUI 2.0 will be available as a dashboard and as a widget - dashboard brings the full number of functionalities - widget brings a smaller size and only the important features
- users might want to always start in one of the modes - with this change, two desktop applications are placed - one opens in dashboard mode, the other in widget mode
- values should be switchable in runtime - therefore, it should not only describe the startup
- makes it possible to request the dynamic window settings in run time
- make it possible to reopen the window for reopening on new window mode
- window mode can be changed - the current window mode is saved and readable in the view generation - on window mode change the old window is closed, the new one is built
- extracted all UI-generation out of main-file into module `ui_modules` - dynamic content according to window mode - rethought all interactions - generally only buttons, no other controls, for simplicity & uniformity - added readonly stats-area in dashboard - added tooltips for buttons - added colored areas for better UX
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.
This PR brings an entirely new built graphical UI. It also brings multiple window modes — a larger dashboard with all the functions and information available — and a widget containing only the most important interactions.