laike9m / Python-Type-Challenges

Master Python typing (type hints) with interactive online exercises!
https://python-type-challenges.zeabur.app
MIT License
496 stars 31 forks source link

[Web] Use HTMX to random page. #104

Open F-park opened 8 months ago

F-park commented 8 months ago

Description

Currently, click random button will reload the page, and all passed-icon will reload.

image image

laike9m commented 8 months ago

Agree that we should also use HTMX for picking a random challenge (history: this feature was added before introducing HTMX).

However, I cannot reproduce the described behavior "all passed-icon will reload." It still works when I tested it. Maybe you can describe how to reproduce it?

F-park commented 8 months ago

https://github.com/laike9m/Python-Type-Challenges/assets/52167622/cfe16a8e-4988-408e-ac50-12bd10f2bbd2

laike9m commented 8 months ago

I see what you mean.