assistant2: Add empty state for new threads (#21542)
This PR adds an empty state for new threads in Assistant2: <img width="1138" alt="Screenshot 2024-12-04 at 12 17 46 PM" src="https://github.com/user-attachments/assets/ff7b4533-d3b8-4722-bd4b-43fac6d35a77"> This is mostly just a sketch in its current state. Release Notes: - N/A
This commit is contained in:
parent
fee0624299
commit
7cfc972df6
3 changed files with 141 additions and 12 deletions
|
@ -11,7 +11,13 @@ pub use crate::assistant_panel::AssistantPanel;
|
|||
|
||||
actions!(
|
||||
assistant2,
|
||||
[ToggleFocus, NewThread, ToggleModelSelector, Chat]
|
||||
[
|
||||
ToggleFocus,
|
||||
NewThread,
|
||||
ToggleModelSelector,
|
||||
OpenHistory,
|
||||
Chat
|
||||
]
|
||||
);
|
||||
|
||||
const NAMESPACE: &str = "assistant2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue