feat(macos): add session previews in menu

This commit is contained in:
Peter Steinberger
2026-01-02 18:29:47 +01:00
parent cba37f99b6
commit 3ed01adabc
4 changed files with 319 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ struct SessionMenuLabelView: View {
Spacer(minLength: 8)
Text(self.row.tokens.contextSummaryShort)
Text("\(self.row.tokens.contextSummaryShort) · \(self.row.ageText)")
.font(.caption.monospacedDigit())
.foregroundStyle(self.secondaryTextColor)
.lineLimit(1)