Feature/system aware theme toggle#202
Open
Suhaskumard wants to merge 2 commits into
Open
Conversation
Author
|
I have solved the issue and attached a demo video showcasing the implementation. My system is currently using Light Mode, so the application initially loads in the light theme. The video demonstrates the theme behavior and verifies that the changes are working as expected. If there are any changes or improvements required, kindly let me know. V1.1.1.mp4 |
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.
Centralized System-Aware Theme Architecture
This PR introduces a centralized and system-aware theming architecture, eliminating duplicated theme definitions across the frontend while adding automatic synchronization with the user's operating system theme preferences.
Closes #185
Type of Change
☑️ Feature
☑️ Frontend
☑️ UI/UX Enhancement
☑️ Refactoring
☑️ Documentation
Changes Made
theme.cssfileprefers-color-schemelocalStorageFiles Added
Frontend/theme.csswalkthrough.mdFiles Modified
Frontend/theme.jsFrontend/style.cssFrontend/index.htmlFrontend/Analysis/analysis.cssFrontend/Analysis/analysis.htmlHow Has This Been Tested?
localStorageoverride behaviorTest Results
Checklist
☑️ My code follows the existing code style of the project
☑️ I have performed a self-review of my own code
☑️ I have tested the functionality manually
☑️ My changes do not introduce any new warnings or errors
☑️ I have updated documentation where necessary
☑️ I have linked the related issue