anthonyisensee / event-tracker

Easily track and visualize the time since events have occurred in multiple systems. 🧨 Additionally, view the time and details of past events. ⏱️
https://eventtracker.anthonyisensee.com
0 stars 1 forks source link

adding dark mode toggle functionality #24

Closed Sakyasekhar closed 2 months ago

Sakyasekhar commented 2 months ago

Implemented Dark Mode Toggle with Context API and Custom Styling

anthonyisensee commented 2 months ago

Thanks for spending some time on this! Apologies if my "good first issue" tag was deceptive, it was meant for a friend. There is a much simpler solution that uses classes from the current CSS library. See https://github.com/anthonyisensee/event-tracker/commit/53c8e67cc0edbcce6c3f1592af11f6953062813d for my implementation.

As a newbie to React, I do appreciate the nod to the Context API! I will have to do some research about how best to use it.

Sakyasekhar commented 2 months ago

Thanks for spending some time on this! Apologies if my "good first issue" tag was deceptive, it was meant for a friend. There is a much simpler solution that uses classes from the current CSS library. See 53c8e67 for my implementation.

As a newbie to React, I do appreciate the nod to the Context API! I will have to do some research about how best to use it.

Thank you for letting me know simpler approach . This is my first PR and I appreciate feedback and tips for open source contributions