refactor(client): remove dead sidebar ordering surfaces

This commit is contained in:
_Kerman
2026-08-11 17:51:18 +08:00
parent ed39516c20
commit 7222a99e33
29 changed files with 71 additions and 123 deletions
@@ -56,7 +56,6 @@ function props(
displayTitle: 'worker',
running: true,
blank: false,
createdAt: Date.now(),
updatedAt: Date.now(),
},
},
@@ -84,7 +83,6 @@ function summary(id: SessionId, updatedAt: number): SessionSummary {
displayTitle: id,
running: false,
blank: false,
createdAt: updatedAt,
updatedAt,
}
}