-
Notifications
You must be signed in to change notification settings - Fork 164
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 support for Admin Portal #1240
Comments
@niwsa I would like to work on this issue. |
Hi @kkumar-gcc, thanks for offering to enhance Jackson's Admin Portal with dark mode, we really appreciate it. |
@devkiran jackson is eating up a lot of memory Before running jackson: |
Hi @kkumar-gcc, just curious if you are still working on this issue? Let me know how it's going, thanks! |
Sorry @NathanTarbert ,I am having above issue which is not solved. |
Hi @kkumar-gcc, ok are you on Windows or Mac? |
@NathanTarbert I am using Ubuntu 22.04. |
I want to work on this issue can you assign it to me. |
Hi @jatinmark, done! |
@jatinmark hey are you working on this ? |
@birajkarki , yes I am working on it |
@jatinmark, let us know if you have any questions. |
@NathanTarbert , sure . |
Thanks! |
@NathanTarbert Sorry , I am not working on the issue. I am removing myself as assignee . |
Hey @NathanTarbert , I would like to work on this |
Done, @coldrohak! Let me know if you have any questions or run into any issues. |
@NathanTarbert can you assign this issue to me |
@HimanshuTembhe, go ahead and submit a PR and link to the issue. |
@coldrohak, do you have any questions or blockers? |
@NathanTarbert how to access the admin portal page. |
@jatingodnani, If you go to the development setup section it walks you through the process. We also have this tutorial video as well |
hey @NathanTarbert , i want to work on this issue, can i? |
Hey @NathanTarbert. I want to work on this issue can you assign it to me. |
Describe the feature
Add support for dark mode. Come up with a suitable dark mode theme that complements our default theme. Use theme based on the OS setting (
prefers-color-scheme
media query ) and allow the user to switch between light and dark mode seamlessly.Reference: https://web.dev/prefers-color-scheme/
The text was updated successfully, but these errors were encountered: