feat(chronik): align layout to grouped card pattern; fix duplicate rollup count
Some checks failed
CI / Unit & Component Tests (push) Failing after 3m31s
CI / OCR Service Tests (push) Successful in 57s
CI / Backend Unit Tests (push) Failing after 3m0s

- ChronikTimeline: date buckets now render as bordered cards with muted
  header (border-line / bg-surface / shadow-sm) and divide-y row
  separators, matching the DocumentList card pattern
- ChronikRow: remove rounded-sm (card handles clipping), hover:bg-canvas
  → hover:bg-muted/50; restore rollup count badge after doc title
- Messages (de/en/es): remove embedded {count} from all four rollup verb
  strings so the badge is the single source of truth, consistent with
  DashboardActivityFeed

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-22 09:13:03 +02:00
parent ba0f9bb325
commit 4f671824dd
5 changed files with 21 additions and 19 deletions

View File

@@ -776,13 +776,13 @@
"chronik_day_this_week": "Esta semana",
"chronik_day_older": "Anterior",
"chronik_singleton_text_saved": "{actor} transcribió un bloque en {doc}",
"chronik_rollup_text_saved": "{actor} transcribió {count} bloques en {doc}",
"chronik_rollup_text_saved": "{actor} transcribió {doc}",
"chronik_singleton_uploaded": "{actor} subió {doc}",
"chronik_rollup_uploaded": "{actor} subió {count} documentos",
"chronik_rollup_uploaded": "{actor} subió documentos",
"chronik_singleton_reviewed": "{actor} revisó un bloque en {doc}",
"chronik_rollup_reviewed": "{actor} revisó {count} bloques en {doc}",
"chronik_rollup_reviewed": "{actor} revisó {doc}",
"chronik_singleton_annotated": "{actor} anotó {doc}",
"chronik_rollup_annotated": "{actor} anotó {doc} {count}×",
"chronik_rollup_annotated": "{actor} anotó {doc}",
"chronik_comment_added": "{actor} comentó en {doc}",
"chronik_mention_created": "{actor} te mencionó en {doc}",
"chronik_reply_received": "{actor} te respondió en {doc}",