thread view: Inform when editing previous messages is unavailable (#36727)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-08-22 08:28:03 -03:00 committed by GitHub
parent d88fd00e87
commit 27a26d53b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 98 additions and 37 deletions

View file

@ -4,9 +4,11 @@ mod context_pill;
mod end_trial_upsell;
mod onboarding_modal;
pub mod preview;
mod unavailable_editing_tooltip;
pub use agent_notification::*;
pub use burn_mode_tooltip::*;
pub use context_pill::*;
pub use end_trial_upsell::*;
pub use onboarding_modal::*;
pub use unavailable_editing_tooltip::*;