BamaCharanChhandogi / READMEasy

READMEasy is a user-friendly web platform that empowers you to generate comprehensive and engaging README files for your software projects.
https://readm-easy.vercel.app
MIT License
10 stars 38 forks source link

[Bug]: the light/dark mode toggle button is not show #122

Open Pratik-Tech-Wizard opened 2 weeks ago

Pratik-Tech-Wizard commented 2 weeks ago

🐞 Bug Report

πŸ“‹ Description

The light/dark mode toggle button does not retain the user's preference after refreshing the page. When the page is reloaded, it defaults back to light mode regardless of the last selection.

βš™οΈ Steps to Reproduce

Steps to reproduce the behavior:

  1. Open the application in a web browser.
  2. Toggle the button to switch to dark mode.
  3. Refresh the page.

βœ”οΈ Expected Behavior

The application should retain the user's last selected mode (light or dark) even after refreshing the page, displaying the correct theme accordingly.

❌ Actual Behavior

After refreshing the page, the application defaults to light mode, losing the user's previous selection.

πŸ“· Screenshots

image

This feature Enhances your overlook of the website also is a appreciable step towards your project image

πŸ–₯️ Environment (if applicable):

πŸ”§ Additional Information

-The issue occurs consistently across multiple sessions. -Local storage is enabled in the browser settings. -No other extensions or plugins that might interfere with local storage are active. -The application is expected to handle user preferences correctly, as indicated in the implementation.

Pratik-Tech-Wizard commented 2 weeks ago

@BamaCharanChhandogi Kindly check the bug and assign to me