ui: constrain typing indicator width

This commit is contained in:
Peter Steinberger
2025-12-24 14:10:32 +01:00
parent c250f092bb
commit 816b784399

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 {