feat: show travel day count badge on logbook dashboard

This commit is contained in:
2026-06-07 14:22:17 +02:00
parent 97c5173e63
commit 81d3e3b777
10 changed files with 232 additions and 175 deletions
+10
View File
@@ -2165,6 +2165,16 @@ html.scheme-dark .themed-select-option.is-selected {
color: var(--app-text-subtle);
}
.entry-count-badge {
background: rgba(255, 255, 255, 0.05);
color: var(--app-text-muted);
padding: 2px 6px;
border-radius: 4px;
font-weight: 500;
display: inline-flex;
align-items: center;
}
.entry-sign-badge {
position: relative;
display: inline-flex;