Skip to content

Commit 7dbda8d

Browse files
committed
fix(core): improve perf, fix filter and cleanup some code
1 parent 740ba70 commit 7dbda8d

6 files changed

Lines changed: 598 additions & 900 deletions

packages/nx/src/native/tui/action.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use crate::native::tasks::types::{Task, TaskResult};
22

33
use super::{
44
app::{BatchInfo, Focus},
5-
components::tasks_list::{BatchStatus, TaskStatus},
5+
components::tasks_list::TaskStatus,
66
};
77

88
#[derive(Debug, Clone, PartialEq, Eq)]
@@ -40,7 +40,6 @@ pub enum Action {
4040
ConsoleMessengerAvailable(bool),
4141
EndCommand,
4242
StartBatch(String, BatchInfo),
43-
UpdateBatchStatus(String, BatchStatus),
4443
ExpandBatch(String),
4544
CollapseBatch(String),
4645
}

0 commit comments

Comments
 (0)