Lesekabinett & Startseite

This commit is contained in:
Simon Martens
2025-03-02 00:27:16 +01:00
parent 6e286857d5
commit 0a86833a9f
56 changed files with 771 additions and 445 deletions

View File

@@ -185,7 +185,6 @@
{{- else -}}
<div class="mt-4">Kein Beitrag gefunden.</div>
{{- end -}}
</div>
<script type="module">
let elements = document.querySelectorAll('.search-text');
@@ -197,5 +196,6 @@
});
}, 200);
</script>
</div>
</div>
{{- end -}}

View File

@@ -5,7 +5,9 @@
-}}
{{- if $isFiltered -}}
<div class="flex flex-row gap-x-3" id="searchpills">
<div
class="flex flex-row gap-x-3 bg-orange-100 items-center py-1 justify-between"
id="searchpills">
{{- if $model.filters.Agent -}}
<filter-pill
data-queryparam="agentfilter"
@@ -28,6 +30,7 @@
</filter-pill>
{{- end -}}
{{- if $model.filters.OnlyScans -}}
<div class="grow"></div>
<filter-pill
data-queryparam="onlyscans"
data-value="{{ $model.filters.OnlyScans }}"