peak search, denser catalog, profiles, filename parsing, themed map controls

This commit is contained in:
Vincent van der Wal
2026-07-22 12:07:01 +02:00
parent b288daf251
commit b89de57967
17 changed files with 767 additions and 64 deletions
+6 -1
View File
@@ -22,7 +22,8 @@
<div>
<h1>{a.name}</h1>
<p class="page-sub">
<span class="who">{a.username}</span> · {fmtDate(a.date)} · <span class="type">{a.type}</span>
<a class="who" href="/users/{a.username}">{a.username}</a> · {fmtDate(a.date)} ·
<span class="type">{a.type}</span>
</p>
</div>
{#if data.canDelete}
@@ -94,6 +95,10 @@
.who {
font-weight: 600;
color: var(--accent-strong);
text-decoration: none;
}
.who:hover {
text-decoration: underline;
}
.kpis {
display: grid;