agent2: Add new "new thread" selector in the toolbar (#36133)
Release Notes: - N/A
This commit is contained in:
parent
9a375f1419
commit
cb0bc463f1
7 changed files with 526 additions and 328 deletions
|
@ -2,7 +2,7 @@ mod agent_notification;
|
|||
mod burn_mode_tooltip;
|
||||
mod context_pill;
|
||||
mod end_trial_upsell;
|
||||
mod new_thread_button;
|
||||
// mod new_thread_button;
|
||||
mod onboarding_modal;
|
||||
pub mod preview;
|
||||
|
||||
|
@ -10,5 +10,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 new_thread_button::*;
|
||||
pub use onboarding_modal::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue