thread_view: Adjust empty state and error displays (#36774)

Also changes the message editor placeholder depending on the agent.

Release Notes:

- N/A

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
Danilo Leal 2025-08-22 17:40:52 -03:00 committed by GitHub
parent 896a35f7be
commit 639417c2bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 254 additions and 267 deletions

View file

@ -132,6 +132,7 @@ impl RenderOnce for Callout {
h_flex()
.min_w_0()
.w_full()
.p_2()
.gap_2()
.items_start()