Add button
This commit is contained in:
parent
64b14ef848
commit
5cebdb56f6
1 changed files with 15 additions and 1 deletions
|
@ -1058,7 +1058,21 @@ impl AgentConfiguration {
|
||||||
.child(
|
.child(
|
||||||
v_flex()
|
v_flex()
|
||||||
.gap_0p5()
|
.gap_0p5()
|
||||||
.child(Headline::new("External Agents"))
|
.child(
|
||||||
|
h_flex()
|
||||||
|
.w_full()
|
||||||
|
.gap_2()
|
||||||
|
.justify_between()
|
||||||
|
.child(Headline::new("External Agents"))
|
||||||
|
.child(
|
||||||
|
Button::new("add-agent", "Add Agent")
|
||||||
|
.icon_position(IconPosition::Start)
|
||||||
|
.icon(IconName::Plus)
|
||||||
|
.icon_size(IconSize::Small)
|
||||||
|
.icon_color(Color::Muted)
|
||||||
|
.label_size(LabelSize::Small),
|
||||||
|
)
|
||||||
|
)
|
||||||
.child(
|
.child(
|
||||||
Label::new(
|
Label::new(
|
||||||
"Use the full power of Zed's UI with your favorite agent, connected via the Agent Client Protocol.",
|
"Use the full power of Zed's UI with your favorite agent, connected via the Agent Client Protocol.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue