Change summary
crates/agent/src/thread_history.rs | 22 ----------------------
1 file changed, 22 deletions(-)
Detailed changes
@@ -431,17 +431,6 @@ impl RenderOnce for PastThread {
.end_slot(
h_flex()
.gap_1p5()
- .child(
- Label::new("Thread")
- .color(Color::Muted)
- .size(LabelSize::XSmall),
- )
- .child(
- div()
- .size(px(3.))
- .rounded_full()
- .bg(cx.theme().colors().text_disabled),
- )
.child(
Label::new(thread_timestamp)
.color(Color::Muted)
@@ -533,17 +522,6 @@ impl RenderOnce for PastContext {
.end_slot(
h_flex()
.gap_1p5()
- .child(
- Label::new("Prompt Editor")
- .color(Color::Muted)
- .size(LabelSize::XSmall),
- )
- .child(
- div()
- .size(px(3.))
- .rounded_full()
- .bg(cx.theme().colors().text_disabled),
- )
.child(
Label::new(context_timestamp)
.color(Color::Muted)