ui: constrain typing indicator width
This commit is contained in:
@@ -79,9 +79,11 @@ public struct ClawdisChatView: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if self.viewModel.pendingRunCount > 0 {
|
if self.viewModel.pendingRunCount > 0 {
|
||||||
ChatTypingIndicatorBubble(style: self.style)
|
HStack {
|
||||||
.equatable()
|
ChatTypingIndicatorBubble(style: self.style)
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.equatable()
|
||||||
|
Spacer(minLength: 0)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if !self.viewModel.pendingToolCalls.isEmpty {
|
if !self.viewModel.pendingToolCalls.isEmpty {
|
||||||
|
|||||||
Reference in New Issue
Block a user