ui: constrain typing indicator width

main
Peter Steinberger 2025-12-24 14:10:32 +01:00
parent c250f092bb
commit 816b784399
1 changed files with 5 additions and 3 deletions

View File

@ -79,9 +79,11 @@ public struct ClawdisChatView: View {
}
if self.viewModel.pendingRunCount > 0 {
ChatTypingIndicatorBubble(style: self.style)
.equatable()
.frame(maxWidth: .infinity, alignment: .leading)
HStack {
ChatTypingIndicatorBubble(style: self.style)
.equatable()
Spacer(minLength: 0)
}
}
if !self.viewModel.pendingToolCalls.isEmpty {