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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user