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.
This pull request focuses on updating the application's color palette to use a new set of brand colors (primarily switching from pink/blue gradients to magenta/cyan), while also making several UI/UX improvements and minor component refactors for better clarity and consistency. The most significant changes include color updates across all major components, a redesign of the model information panel, and improvements to the forecast status display.
Brand Color and UI Theme Updates:
#EB088A,#313CFF) to the new magenta/cyan palette (e.g.,#E6007E,#48C0D9). This affects buttons, sliders, icons, charts, sidebars, status indicators, and loading animations for a more cohesive and modern look. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Component and Layout Improvements:
ModelInfoPanelcomponent to include an "About This Project" section, a technical paper link, and a simplified, more accessible list of input features. The available horizons section was removed for clarity. [1] [2] [3]ForecastStatusDisplaycomponent for clearer live status indication, more user-friendly relative time formatting, and a streamlined layout. Removed some icons and refactored the code for simplicity and better UX. [1] [2]Minor Usability and Style Tweaks:
These changes collectively modernize the application's appearance, improve information clarity, and ensure a consistent, branded user experience.