gfolio icon indicating copy to clipboard operation
gfolio copied to clipboard

Adding dark and light theme using react context

Open n1rjal opened this issue 2 years ago • 1 comments

I have raised this issue to reserve Dark and Light theme contribution to myself. For some reason, if I can't contribute, I will open this issue for contribution to anyone. But for now, I request @enjeck to put this contribution for myself.

n1rjal avatar Oct 08 '21 04:10 n1rjal

@n1rjal Thank you for volunteering to do this.

By the way, this feature should be activated in "Settings", located at the footer. I had started creating it in the footer, but commented it since the dark mode feature wasn't available. See here: https://github.com/enjeck/gfolio/blob/main/src/pages/home.js#L101-L111 Here is the styling for the settings dropdown: https://github.com/enjeck/gfolio/blob/main/src/styles.css#L118-L160. It might need some more work.

enjeck avatar Oct 08 '21 06:10 enjeck