Skip to content

Commit 75eba00

Browse files
committed
Cleanup
1 parent 3e3d3d2 commit 75eba00

File tree

1 file changed

+0
-9
lines changed
  • crates/atuin-ai/src/tui/view

1 file changed

+0
-9
lines changed

crates/atuin-ai/src/tui/view/mod.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ fn agent_turn_view(events: &[turn::UiEvent], busy: bool) -> Elements {
153153
VStack {
154154
Spinner(
155155
label: "Atuin AI",
156-
done: false,
157156
label_style: label_style,
158157
done_label_style: label_style,
159158
hide_checkmark: true,
@@ -219,14 +218,6 @@ fn tool_summary_view(summary: &turn::ToolSummary) -> Elements {
219218
element! {
220219
Spinner(label: summary.summary(), done: !summary.any_pending())
221220
}
222-
// LeftPadded {
223-
// TextBlock {
224-
// Line {
225-
// Span(text: icon, style: icon_style)
226-
// Span(text: summary.summary(), style: style)
227-
// }
228-
// }
229-
// }
230221
}
231222

232223
fn suggested_command_view(details: &turn::SuggestedCommandDetails) -> Elements {

0 commit comments

Comments
 (0)