Private
Public Access
1
0

autosyncing, appearance tweaks

This commit is contained in:
2025-08-25 00:37:48 -07:00
parent f0fd738935
commit 402b5a5f80
7 changed files with 64 additions and 11 deletions

View File

@@ -32,7 +32,9 @@ extension TranscriptView.ViewModel
}
}
displayItems.append(.message(message))
if !message.text.isEmpty {
displayItems.append(.message(message))
}
}
let animation: Animation? = animated ? .default : nil