feat: extract and display event times on timeline (kl. HH:MM etc.)

Prompt now instructs the model to extract time of day (HH:MM) when
present in Norwegian formats: kl. 14:30, kl 09.00, 14:30, 14.30.
renderTimeline shows time as a muted inline annotation next to the date.
CSV export gains a Time column after Date.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 23:03:20 +02:00
parent c5c90d92f3
commit 13572e9dfb
3 changed files with 15 additions and 5 deletions
+7
View File
@@ -844,6 +844,13 @@ p {
font-size: 0.95rem;
}
.timeline-time {
margin-left: 6px;
color: var(--muted);
font-size: 0.82rem;
font-weight: 400;
}
.timeline-actor {
display: block;
color: var(--teal-dark);