pod: simplify pod tool surface

This commit is contained in:
2026-05-31 11:50:41 +09:00
parent 32ac0eee35
commit 5472ceca48
10 changed files with 192 additions and 355 deletions
+1 -3
View File
@@ -1204,9 +1204,7 @@ impl App {
message,
});
}
Event::VisiblePods { .. }
| Event::PodInspection { .. }
| Event::PodAttachRestore { .. } => {}
Event::PodsListed { .. } | Event::PodRestored { .. } => {}
Event::Shutdown => {
self.mark_orphan_compacts_incomplete();
self.quit = true;