Avdhesh-Varshney / WebMasterLog

A record of Unique Web Development Projects made with Angular, Next, Node, React, ExpressJS, Redux, Vanilla, Vue, etc. Technologies...
https://web-master-log.vercel.app
MIT License
71 stars 125 forks source link

🐛: Theme change does not work properly, light mode is only applied to the sidebar. #551

Open techy4shri opened 1 month ago

techy4shri commented 1 month ago

:red_circle: Title : Improve theme change, i.e. switching between light mode and dark mode :red_circle: Bug : Currently, the theme change only happens in the sidebar, the rest of the website remains black (in dark mode). :red_circle: Changes : Implement theme change throughout the webapp. Ensure the switch between the two themes is applied evenly across the webapp.

Screenshots 📷

image image


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

github-actions[bot] commented 1 month ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

Avdhesh-Varshney commented 1 month ago

@techy4shri go ahead.

Avdhesh-Varshney commented 1 month ago

@techy4shri What's the update?

techy4shri commented 1 month ago

@techy4shri What's the update?

Testing themes for proper visibility. Some parts were excluded in the previous code so trying to implement golbal control properly.

Avdhesh-Varshney commented 1 month ago

Use this context api. I've already created these 2 isDarkMode, setDarkMode, parameters. It will help to declare it globally.

Do it fast within 2 days.