igorsimb / mp-monitor

Django app for scraping Wildberries
1 stars 0 forks source link

Replace "Demo" button with loading animation on click to feel more responsive #126

Open igorsimb opened 2 months ago

igorsimb commented 2 months ago

Since several operations are performed after clicking the Demo button (creating user, authenticating, logging in, creating group, creating tenant), replacing the button with a loading animation on click will make it feel more reponsive.

AlineJS x-show:

https://alpinejs.dev/directives/show#with-transitions

HTMX hx-swap

https://htmx.org/attributes/hx-swap/