BIGFIX: scrolling on fp, loading times

This commit is contained in:
Simon Martens
2025-03-04 09:02:24 +01:00
parent 1eae2c23fd
commit 1d32eee20d
4 changed files with 23 additions and 13 deletions

View File

@@ -11,12 +11,16 @@
:class="search ? 'inactive' : 'active'"
href="?letter={{ $r }}"
{{ if eq $model.active $r }}aria-current="page"{{ end }}
hx-indicator="body"
hx-select="main"
hx-target="main"
hx-swap="outerHTML scroll:#pageheading:top"
hx-swap="outerHTML show:none"
>{{ $r }}</a
>
{{ end }}
<i class="ml-2 pb-1 ri-hourglass-2-fill request-indicator spinning"></i>
</div>
<div class="flex-grow"></div>