allyourbot / hostedgpt

An open version of ChatGPT you can host anywhere or run locally.
MIT License
192 stars 75 forks source link

Dark mode: Continued #314

Closed jasonpaulso closed 2 weeks ago

jasonpaulso commented 2 weeks ago

Covering several edge cases such as when a user is not logged in, user is a new user, user is existing but does not have a dark_mode preference. Additionally, improving color overrides for the .prose where DaisyUI styles do not respect Tailwind's dark mode.

jasonpaulso commented 2 weeks ago

found an issue with my implementation, will re-pr