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:
parent
a2385eb0fc
commit
e338a177c5
3 changed files with 65 additions and 95 deletions
|
@ -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,
|
||||
)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue