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:
Danilo Leal 2025-05-09 16:20:14 -03:00 committed by GitHub
parent 82d271cb5b
commit 9afc6f6f5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 10 deletions

View file

@ -155,6 +155,7 @@ pub enum IconName {
ListCollapse,
ListTree,
ListX,
LoadCircle,
LockOutlined,
MagnifyingGlass,
MailOpen,