agent: Fix layout shift due to the "Generating" label (#30422)
Closes https://github.com/zed-industries/zed/issues/30238 Release Notes: - agent: Fixed layout shift happening in the toolbar (both in the singleton and multibuffers) due to the "Generating" label that appeared while the agent is still generating a response.
This commit is contained in:
parent
82d271cb5b
commit
9afc6f6f5c
3 changed files with 23 additions and 10 deletions
|
@ -155,6 +155,7 @@ pub enum IconName {
|
|||
ListCollapse,
|
||||
ListTree,
|
||||
ListX,
|
||||
LoadCircle,
|
||||
LockOutlined,
|
||||
MagnifyingGlass,
|
||||
MailOpen,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue