Location notes: remove per-note relative timestamp from sheet (no seconds display)

This commit is contained in:
jack
2025-09-13 01:07:32 +02:00
parent 9fd5957f46
commit c97de7a2f8
-3
View File
@@ -72,9 +72,6 @@ struct LocationNotesView: View {
Text(note.displayName)
.font(.system(size: 12, weight: .semibold, design: .monospaced))
.foregroundColor(secondaryTextColor)
Text(note.createdAt, style: .relative)
.font(.system(size: 11, design: .monospaced))
.foregroundColor(secondaryTextColor.opacity(0.8))
}
Text(note.content)
.font(.system(size: 14, design: .monospaced))