Feature/system aware theme toggle#202
Conversation
|
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 |
|
there are some issue in the code ... pls check |
|
Hi @Vikrant0207 @thetechguardians, I have addressed the issues and updated the code accordingly. The changes have been implemented and tested successfully. I have also attached a screenshot demonstrating the updated functionality and results. Kindly review the latest changes and let me know if any further modifications or improvements are required. Thank you for your review and feedback.
|
|
Hi @Vikrant0207 @thetechguardians, |

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