Location notes: restore timestamps in notes list; remove loading state from manager and sheet (no spinner/animation)

This commit is contained in:
jack
2025-09-13 10:31:17 +02:00
parent d0bfb179ed
commit 086699961d
3 changed files with 27 additions and 70 deletions
+3
View File
@@ -72,6 +72,9 @@ struct LocationNotesView: View {
Text(note.displayName)
.font(.system(size: 12, weight: .semibold, design: .monospaced))
.foregroundColor(secondaryTextColor)
Text(note.createdAt, style: .time)
.font(.system(size: 11, design: .monospaced))
.foregroundColor(secondaryTextColor.opacity(0.8))
}
Text(note.content)
.font(.system(size: 14, design: .monospaced))