Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark mode #14

Open
Mozzo1000 opened this issue Jul 20, 2024 · 0 comments
Open

Dark mode #14

Mozzo1000 opened this issue Jul 20, 2024 · 0 comments
Labels
enhancement New feature or request frontend Frontend related

Comments

@Mozzo1000
Copy link
Owner

The web app is using a lot of bright colors (mostly white) and some people (myself included) prefer more dark mode in most situations. The user should have the option to toggle dark/light mode.

Fortunatly we are using tailwind for the frontend and that makes it ridiculously easy to add dark mode.

Pages that need to have dark mode added to it:
[ ] - Index (home) - /
[ ] - Login - /login
[ ] - Register - /register
[ ] - Verify registration - /verify
[ ] - Library - /library
[ ] - Profile- /profile
[ ] - Books detail pages - /books/*
These pages do have some components that are shared between them.

There is also the search bar that is not it's own page but only a component that need to be stylized appropriately for this as well.

@Mozzo1000 Mozzo1000 added enhancement New feature or request frontend Frontend related labels Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Frontend related
Projects
None yet
Development

No branches or pull requests

1 participant