-
Notifications
You must be signed in to change notification settings - Fork 118
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
Sidebar, darkmode and modals are not automatically toggled as expected. #125
Comments
do you have |
Just added it. However, now it just switched from dark mode to light mode and vice versa each time I reload the page. Meaning that's another issue, thus I'll just remove that. |
I don't think this is normal. |
Turns out it was all just an issue with my reading skills. Didn't notice some important notes on both the documentation and my code. Finally, fixed everything. |
An easier solution here would be to just put comments to let you know which
is which and use the working solution. It’s working, just not the way you
expect it to work. Your ui looks awesome! Can’t wait to see what you’ve
made on release.
If there’s any way for me to make it easier for you, just switch the light
and dark class names around.
…On Mon, Apr 25, 2022 at 9:39 AM Scoopy ***@***.***> wrote:
I don't think this <https://capy-cdn.xyz/FeJdLmzW.webm> is normal.
—
Reply to this email directly, view it on GitHub
<#125 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APESZJS4DGBTJ5IFYAJ6IKTVG2VDPANCNFSM5UF7AUWA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This video showcases my issue. Dark mode is not automatically enabled, thus I need to call
halfmoon.toggleDarkMode()
upon loading the page. And, the sidebar is auto opened as well. Finally, the "followers" modal is opened instantly without toggling it myself. And I cannot find a way to close it upon loading the page. I need help figuring out how to make everything work normally so my project won't look buggy to users.The text was updated successfully, but these errors were encountered: