1010varun / qr-convertor

This tool allows you to seamlessly convert plain text into QR codes, enabling efficient sharing and storage of information in a visually compact and easily scannable format. Whether you need to encode URLs, messages, or any other textual data, this lightweight and user-friendly converter simplifies the process.
https://convert-to-qr.netlify.app/
GNU General Public License v3.0
2 stars 12 forks source link

Implement Persistent Dark Mode State #19

Closed TheDarkW3b closed 8 months ago

TheDarkW3b commented 8 months ago

Issue Summary: Currently, the dark mode functionality on the page is not persistent, meaning that when users navigate away or refresh the page, the dark mode state is not saved. This results in users having to manually enable dark mode each time they visit the site.

https://github.com/1010varun/qr-convertor/assets/54339318/31eb27b3-9c96-4e89-a7f3-33fa83604a71


Expected Behavior: Dark mode settings should persist across page reloads and navigation, providing users with a consistent experience based on their preference. Once users enable dark mode, the system should save and maintain this state until they choose to disable it.

Actual Behavior: Dark mode settings are not saved, and the page reverts to the default mode after navigation or refresh.

PS: Assign me this issue under iwoc2024

1010varun commented 8 months ago

@TheDarkW3b go ahead assigning it to you

1010varun commented 8 months ago

Fixed in PR #20