-
Notifications
You must be signed in to change notification settings - Fork 32
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
Refactor random button #108
base: main
Are you sure you want to change the base?
Conversation
It is ready for review. |
I definitely love the change. My only feedback is to consider whether this can be done without pre-loading the "random" challenge, i.e. preserve the old behavior to delay the pick until users have clicked on "random". If this is not achievable, it would be helpful to describe why. Thanks. |
If preserve the old behavior to delay the pick until users have clicked on "random", the address bar will display |
I already tried to dynamically modify |
I have an new idea for avoiding the first |
It is ready for review. |
Thanks. I'll need to take a closer look at this. |
Description
Use HTMX refactor random button.
Done
homepage random button
sidebar random button
Resolve #104