tmp: temporary stash
This commit is contained in:
parent
2b2e610851
commit
11aca13f38
23 changed files with 483 additions and 96 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue