acp thread view: Floating editing message controls (#36283)

Prevents layout shift when focusing the editor

Release Notes:

- N/A

---------

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
This commit is contained in:
Agus Zubiaga 2025-08-18 09:50:29 -03:00 committed by GitHub
parent 58f7006898
commit e2db434920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 105 additions and 136 deletions

View file

@ -67,6 +67,7 @@ impl EntryViewState {
self.project.clone(),
self.thread_store.clone(),
self.text_thread_store.clone(),
"Edit message @ to include context",
editor::EditorMode::AutoHeight {
min_lines: 1,
max_lines: None,