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

@@ -15,7 +15,7 @@
placeholder="Suchbegriff"
x-model="search"
hx-get=""
hx-trigger="input[if: this.value.length >= 3] delay:3000ms, keyup[enter, if: this.value.length >= 2]"
hx-trigger="input delay:1000ms, keyup[enter]"
hx-select="#searchresults"
hx-target="#searchresults"
hx-swap="outerHTML"

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>