gitgoap / AI-Snipping-Tool

Advantages: Requires "no internet" for text extraction | 🌟 to support our work!
Mozilla Public License 2.0
27 stars 38 forks source link

[Feature] Dark mode of the extension #57

Closed gitgoap closed 3 months ago

gitgoap commented 3 months ago

Dark Mode

TanviGandhotra commented 3 months ago

assign me plz. I have also worked on such issues earlier

karan-panda commented 3 months ago

Please assign it to me

I have experience in such tasks!!

gitgoap commented 3 months ago

@TanviGandhotra Assigned!

gitgoap commented 3 months ago

@TanviGandhotra Any updates!

gitgoap commented 3 months ago

@karan-panda Do you want to take this issue?

karan-panda commented 3 months ago

Yeah, I can take this issue. But I will be able to make the changes after Saturday evening😅, as I am a little busy with college and internship.

TanviGandhotra commented 3 months ago

Due to some family issue I will not be able to work on this.. srry for this inconvience . I want you to give this issue to other person.

gitgoap commented 3 months ago

Yeah, I can take this issue. But I will be able to make the changes after Saturday evening😅, as I am a little busy with college and internship.

No problem take your time. I am assigning you this issue.

gitgoap commented 3 months ago

@karan-panda Any status

karan-panda commented 3 months ago

Still working on it. I will complete it soon. I will try to put the PR by tonight or tomorrow morning.

karan-panda commented 3 months ago

@gitgoap Great news! The task is complete. I've successfully added dark mode and implemented local storage for remembering user preferences. I'll proceed to raise the PR now.

gitgoap commented 3 months ago

@gitgoap Great news! The task is complete. I've successfully added dark mode and implemented local storage for remembering user preferences. I'll proceed to raise the PR now.

Can you describe a little how/what kind of local storage you added.

karan-panda commented 3 months ago

Sure! I implemented local storage to store the user's preferred mode selection (light or dark). When the user changes the mode, their choice is saved locally in the browser. This way, the next time they visit the page, it remembers their last selected mode and applies it automatically.