Refine assistant config UI (#17871)
This PR does a little bit of a touch-up on the copywriting on the assistant config UI. I had friends reporting to me that some of the writing could be clearer, and hopefully, this goes into that direction! Release Notes: - N/A
This commit is contained in:
parent
cdc3791544
commit
29a5def12c
8 changed files with 42 additions and 21 deletions
|
@ -4117,9 +4117,11 @@ impl ContextEditor {
|
|||
.child(Label::new(label)),
|
||||
)
|
||||
.child(
|
||||
Button::new("open-configuration", "Open configuration")
|
||||
Button::new("open-configuration", "Configure Providers")
|
||||
.size(ButtonSize::Compact)
|
||||
.icon(Some(IconName::SlidersVertical))
|
||||
.icon_size(IconSize::Small)
|
||||
.icon_position(IconPosition::Start)
|
||||
.style(ButtonStyle::Filled)
|
||||
.on_click({
|
||||
let focus_handle = self.focus_handle(cx).clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue