diff --git a/atlas/templates/atlas/categories_list.html b/atlas/templates/atlas/categories_list.html index f3e4cabb..e7839b4d 100644 --- a/atlas/templates/atlas/categories_list.html +++ b/atlas/templates/atlas/categories_list.html @@ -13,14 +13,28 @@
-
+ {# HTMX loading indicator styles: hide by default, show when HTMX adds the .htmx-request class #} + + + - + hx-include="#category-search-input" + hx-indicator="#category-search-loading" /> + + {# Spinner shown while HTMX request is in-flight (selector matched by hx-indicator) #} + + +