feat: imrpove UI/UX

This commit is contained in:
Thomas Marchand
2025-12-17 09:19:58 +00:00
parent b715936aed
commit ec012dbc71
2 changed files with 1 additions and 1 deletions

View File

@@ -489,7 +489,7 @@ private struct MessageBubble: View {
private var assistantBubble: some View {
VStack(alignment: .leading, spacing: 8) {
// Status header for assistant messages
if case .assistant(let success, _, let model) = message.type {
if case .assistant(let success, _, _) = message.type {
HStack(spacing: 6) {
Image(systemName: success ? "checkmark.circle.fill" : "xmark.circle.fill")
.font(.caption2)