refactor: SearchableTextBlock Redesign, Ort-Badge Truncate
Deploy / verify (push) Successful in 59s
Deploy / deploy (push) Successful in 1m12s

- SearchableTextBlock: Farbverlauf-Header entfernt, Tag/Tags durch .chip ersetzt,
  Suche auf Adressbuch-Style ausgerichtet, Kopier-Buttons auf Icon-only reduziert,
  border-l-4 Akzent entfernt
- EventBadges: whitespace-nowrap entfernt, truncate max-w-[16rem] + title für lange Ortstexte
- PostCard: min-w-0 auf Badges-Container für korrekte Truncate-Propagation
- iconify-mdi-subset: qrcode + download Icons ergänzt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-06-04 11:25:34 +02:00
parent 982a7a3b73
commit 6c774c4913
4 changed files with 44 additions and 79 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
</div>
{/if}
{#if eventDate}
<div class="absolute bottom-2 left-2 right-2">
<div class="absolute bottom-2 left-2 right-2 min-w-0">
<EventBadges {eventDate} {locationText} />
</div>
{/if}