Engineering-Notes-Website icon indicating copy to clipboard operation
Engineering-Notes-Website copied to clipboard

Dark mode not working for any of the branches

Open navyamalhotra78 opened this issue 2 years ago • 4 comments
trafficstars

Hi I'm a GSSOC contributor and I noticed that the dark mode isn't working for any of the branches. I would like to work on this issue so I request you to assign this to me.

navyamalhotra78 avatar May 21 '23 15:05 navyamalhotra78

Hi Sir, I would like to work on this issue.

daydreamer15 avatar May 22 '23 19:05 daydreamer15

As a GSSOC contributor I would like to work on this issue, can you assign this issue to me?

bibhanshu01 avatar Jun 24 '23 09:06 bibhanshu01

I want to work on this issue under GSSoC'23, I will solve this issue within the given time in order to say as soon as possible.

Kapileswar-Moharana avatar Jul 04 '23 20:07 Kapileswar-Moharana

Please assign this issue to me as a GSSOC contributor I would like to work on this issue. If the dark mode feature is not functioning across any branches of a project. I think that the dark mode implementation is correctly integrated into the project's codebase and that all relevant branches have the necessary code updates. We need to examine the CSS and JavaScript files responsible for implementing dark mode to check for any syntax errors or logical mistakes. Missing or incorrect class names, selectors, or property values in the CSS might hinder the dark mode functionality. Review the JavaScript code that handles toggling between light and dark modes, and confirm that it is free of errors, and the corresponding class changes are being applied appropriately.

Another aspect to consider is the compatibility of the dark mode implementation with different browsers and devices. Verify that the dark mode works consistently across various browsers, operating systems, and screen sizes. Browser-specific quirks might lead to dark mode not functioning as expected on certain platforms.

Additionally, we need to check if there are any conflicts with other JavaScript or CSS files on the branches that might interfere with the dark mode feature. It is crucial to avoid naming conflicts or conflicting style rules that could prevent the dark mode styles from taking effect.

Finally, if the project involves using any third-party libraries or frameworks for implementing dark mode, ensure that they are up-to-date and compatible with the specific branches. Old or incompatible versions of external libraries might lead to dark mode issues.

By carefully investigating these factors and thoroughly reviewing the codebase across all branches, it is possible to pinpoint the cause of the dark mode not working issue and implement the necessary fixes to restore the functionality consistently across the entire project.

hustler0109 avatar Jul 22 '23 10:07 hustler0109