agent: Add new thread start buttons to the empty state (#34829)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-07-21 20:39:29 -03:00 committed by GitHub
parent 19ab1eb792
commit 8515487bbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 297 additions and 38 deletions

View file

@ -2,6 +2,7 @@ mod agent_notification;
mod burn_mode_tooltip;
mod context_pill;
mod end_trial_upsell;
mod new_thread_button;
mod onboarding_modal;
pub mod preview;
mod upsell;
@ -10,4 +11,5 @@ pub use agent_notification::*;
pub use burn_mode_tooltip::*;
pub use context_pill::*;
pub use end_trial_upsell::*;
pub use new_thread_button::*;
pub use onboarding_modal::*;