Name session checkpoints by their session title

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Georg Bauer
2026-07-26 09:25:37 +02:00
parent 1f27270d66
commit 76a5dd5b26
3 changed files with 27 additions and 3 deletions

View File

@@ -552,8 +552,7 @@ impl App {
false
}
#[cfg(target_os = "macos")]
fn session_title(&self, session_id: i32) -> Option<String> {
pub(super) fn session_title(&self, session_id: i32) -> Option<String> {
self.projects
.iter()
.flat_map(|project| &project.sessions)