inclinedadarsh / timeloom

Document your technical journey on the activity timeline-style page and showcase it to the world!
https://timeloom.vercel.app
MIT License
15 stars 3 forks source link

Issue 9 - Light Mode Feature #18

Closed rjwignar closed 10 months ago

rjwignar commented 10 months ago

This fixes #9

Changes were tested by running Timeloom using npm run dev (dev script)

Summary of Changes

Modified the following files:

Prospective Changes (Pending Maintainer approval)

bg-grid.png for Light Mode

vercel[bot] commented 10 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @inclinedadarsh on Vercel.

@inclinedadarsh first needs to authorize it.

inclinedadarsh commented 10 months ago

Heyy @rjwignar Let's skip the bg-grid.png for now, I'll open a new issue for that.

It seems like you're done working on this one, if so, please mark it for review. Thanks!

rjwignar commented 10 months ago

I think I've marked it for review now. Please let me know if it's the same on your end.

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Updated (UTC) | | :--- | :----- | :------ | :------ | | **timeloom** | ⬜️ Ignored ([Inspect](https://vercel.com/inclinedadarsh/timeloom/6C7th7CF9nYVkwgx73gHNX8MeALw)) | [Visit Preview](https://timeloom-git-fork-rjwignar-issue-9-inclinedadarsh.vercel.app) | Nov 6, 2023 0:20am |
rjwignar commented 10 months ago

I experimented with the Next Themes solution provided on a test branch and the solution only provides light/dark mode support similar to the media strategy used by TailwindCSS. I don't think the Next Themes strategy is required to refactor the code.

However, I can look into cleaning up globals.css so that styles are specified only once.

Alternatively, I can use the light/dark themes provided by Next Themes. However, this will likely replace the light/dark mode styles we created.

Please let me know which you would like me to do.

rjwignar commented 10 months ago

Yesterday I moved the light mode styles into the root styling and removed duplicate stylings from globals.css. Please let me know if this refactor is sufficient, or if you would like to use one of Next Themes' light/dark mode presets instead.

rjwignar commented 10 months ago

Thanks for the feedback! I plan to work on this over the weekend. I'll request another review when ready.

rjwignar commented 10 months ago

I've made the UI changes requested. Please let me know what you think!