AllYourBot / hostedgpt

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

Dark mode: Continued #314

Closed jasonpaulso closed 4 months ago

jasonpaulso commented 4 months 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 4 months ago

found an issue with my implementation, will re-pr