diff --git a/static/css/style.css b/static/css/style.css index 5361c41..3312423 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -97,4 +97,14 @@ tr.htmx-swapping td { 100% { transform: scale(0.9); } -} \ No newline at end of file +} + +.loading-indicator{ + display:none; +} +.htmx-request .loading-indicator{ + display:flex; +} +.htmx-request.loading-indicator{ + display:flex; +} diff --git a/templates/calendar.html b/templates/calendar.html index 921610b..8305020 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -45,7 +45,8 @@
- + x-push-url="true" _="init js(me) tail.select(me, {}) end" class="h-10 invisible"> diff --git a/templates/person.html b/templates/person.html index 963feac..ff64677 100644 --- a/templates/person.html +++ b/templates/person.html @@ -25,7 +25,7 @@