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;
+1 -1
View File
@@ -262,7 +262,7 @@ fn draw(f: &mut Frame<'_>, list: &PodList) {
Span::styled("[↑/↓]", Style::default().fg(Color::DarkGray)),
Span::raw(" select "),
Span::styled("[enter]", Style::default().fg(Color::Green)),
Span::raw(" attach/restore "),
Span::raw(" open/restore "),
Span::styled("[esc]", Style::default().fg(Color::Yellow)),
Span::raw(" cancel"),
])),