Add a send button to the assistant (#12171)
 Include the keybinding to help people discover how to submit from the keyboard. I'm also shifting from the word "Conversation" to "Context". Release Notes: - Added a send button to the assistant panel.
This commit is contained in:
parent
457fbd742f
commit
ea166f0b27
5 changed files with 44 additions and 20 deletions
|
@ -1108,7 +1108,7 @@ impl Render for AssistantChat {
|
|||
.on_click(cx.listener(move |this, _event, cx| {
|
||||
this.new_conversation(cx);
|
||||
}))
|
||||
.tooltip(move |cx| Tooltip::text("New Conversation", cx)),
|
||||
.tooltip(move |cx| Tooltip::text("New Context", cx)),
|
||||
)
|
||||
.child(
|
||||
IconButton::new("assistant-menu", IconName::Menu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue