Timeline: document upload, upgraded prompt, CSV export, date_type badge

This commit is contained in:
2026-05-13 08:10:40 +02:00
parent 634a4fa154
commit bddafea049
4 changed files with 84 additions and 15 deletions
+30
View File
@@ -1073,3 +1073,33 @@ p {
color: var(--muted);
margin: 0.35rem 0 0;
}
.timeline-export { margin-top: 1rem; }
.export-csv-btn {
font-size: 0.8rem;
padding: 0.35rem 0.9rem;
border: 1px solid var(--line);
border-radius: 6px;
background: transparent;
color: var(--muted);
cursor: pointer;
}
.export-csv-btn:hover {
background: var(--bg);
color: var(--ink);
}
.date-type-badge {
display: inline-block;
font-size: 0.68rem;
padding: 0.1rem 0.45rem;
border-radius: 4px;
background: var(--bg);
color: var(--muted);
margin-left: 0.4rem;
vertical-align: middle;
text-transform: uppercase;
letter-spacing: 0.03em;
}