feat: show date and time in transcript list items

This commit is contained in:
2026-04-01 14:40:01 +02:00
parent b74147967b
commit ccdc75c74c
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -118,6 +118,7 @@
.transcript-item:hover { border-color: var(--red); }
.transcript-item .name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.transcript-item .meta { color: var(--muted); font-size: 0.75rem; flex-shrink: 0; }
.item-date { font-size: 0.75rem; color: var(--muted); flex-shrink: 0; font-variant-numeric: tabular-nums; }
.item-actions { display: flex; gap: 2px; flex-shrink: 0; }
.modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; }
.modal.hidden { display: none; }