assistant2: Adjust "generating" state design (#23299)

To ensure message readability is not affected in any way.


https://github.com/user-attachments/assets/9a2ad949-1a8a-4c31-ad3c-db70f48e5d98

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-01-17 20:22:27 -03:00 committed by GitHub
parent a2385eb0fc
commit e338a177c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 65 additions and 95 deletions

View file

@ -122,7 +122,6 @@ impl AssistantPanel {
workspace,
language_registry,
tools.clone(),
message_editor.focus_handle(cx),
cx,
)
}),
@ -163,7 +162,6 @@ impl AssistantPanel {
self.workspace.clone(),
self.language_registry.clone(),
self.tools.clone(),
self.focus_handle(cx),
cx,
)
});
@ -200,7 +198,6 @@ impl AssistantPanel {
self.workspace.clone(),
self.language_registry.clone(),
self.tools.clone(),
self.focus_handle(cx),
cx,
)
});