feat: add visible pod discovery tools

This commit is contained in:
2026-05-23 12:04:45 +09:00
parent cfb5fa89f1
commit fd1b06198e
11 changed files with 1229 additions and 14 deletions
+3
View File
@@ -758,6 +758,9 @@ impl App {
state.selected = 0;
}
}
Event::VisiblePods { .. }
| Event::PodInspection { .. }
| Event::PodAttachRestore { .. } => {}
Event::Shutdown => {
self.mark_orphan_compacts_incomplete();
self.quit = true;