tmp: temporary stash

This commit is contained in:
Finn Linck Ryan 2026-01-11 01:29:00 +01:00
parent 2b2e610851
commit 11aca13f38
23 changed files with 483 additions and 96 deletions

View file

@ -8,7 +8,7 @@
!{val dateFormatter: DateTimeFormatter = DateTimeFormatter.ofPattern("dd.MM.yyyy").withZone(ZoneId.systemDefault())}
!{val timeFormatter: DateTimeFormatter = DateTimeFormatter.ofPattern("HH:mm").withZone(ZoneId.systemDefault())}
!{val borderColors = listOf("red", "orange", "yellow", "green", "blue", "pink" )}
!{val borderColors = listOf("red", "orange", "yellow", "green", "blue", "pink")}
<div class="message-group mb-3 animate-slide-in">
<div class="flex relative px-3 py-1 hover:bg-neutral-800/30 rounded transition-colors">