Some minor frontend things

This commit is contained in:
Simon Martens
2026-01-22 09:42:18 +01:00
parent c0146aadfb
commit 7f48ef48d3
12 changed files with 1114 additions and 990 deletions

View File

@@ -51,6 +51,10 @@
<i class="ri-arrow-left-s-line"></i>
</a>
</tool-tip>
{{- else -}}
<span class="text-gray-700 opacity-0 pointer-events-none">
<i class="ri-arrow-left-s-line"></i>
</span>
{{- end -}}
<span class="text-gray-800 font-bold no-underline">
A&thinsp;-&thinsp;Z
@@ -64,23 +68,27 @@
<i class="ri-arrow-right-s-line"></i>
</a>
</tool-tip>
{{- else -}}
<span class="text-gray-700 opacity-0 pointer-events-none">
<i class="ri-arrow-right-s-line"></i>
</span>
{{- end -}}
</div>
</div>
</div>
<div class="flex flex-col justify-end gap-y-6 pr-10">
<div class="flex flex-col justify-end gap-y-6 pr-10 w-40 shrink-0">
<div class="">
<div class="font-bold text-sm">
<i class="ri-database-2-line"></i> Datenbank-ID
</div>
<div class="">{{ $series.Id }}</div>
<div class="whitespace-nowrap tabular-nums">{{ $series.Id }}</div>
</div>
</div>
<div class="flex flex-col justify-end gap-y-6 pr-4">
<div class="flex flex-col justify-end gap-y-6 pr-4 w-48 shrink-0">
<div class="">
<div class="font-bold text-sm mb-1"><i class="ri-calendar-line"></i> Zuletzt bearbeitet</div>
<div>
<div class="px-1.5 py-0.5 rounded-xs bg-gray-200 w-fit" id="series-updated-stamp">
<div class="px-1.5 py-0.5 rounded-xs bg-gray-200 w-fit whitespace-nowrap tabular-nums" id="series-updated-stamp">
<span id="series-updated-date">{{ GermanDate $series.Updated }}</span>,
<span id="series-updated-time">{{ GermanTime $series.Updated }}</span>h
</div>