mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 17:45:19 +00:00
Location notes: remove per-note relative timestamp from sheet (no seconds display)
This commit is contained in:
@@ -72,9 +72,6 @@ struct LocationNotesView: View {
|
|||||||
Text(note.displayName)
|
Text(note.displayName)
|
||||||
.font(.system(size: 12, weight: .semibold, design: .monospaced))
|
.font(.system(size: 12, weight: .semibold, design: .monospaced))
|
||||||
.foregroundColor(secondaryTextColor)
|
.foregroundColor(secondaryTextColor)
|
||||||
Text(note.createdAt, style: .relative)
|
|
||||||
.font(.system(size: 11, design: .monospaced))
|
|
||||||
.foregroundColor(secondaryTextColor.opacity(0.8))
|
|
||||||
}
|
}
|
||||||
Text(note.content)
|
Text(note.content)
|
||||||
.font(.system(size: 14, design: .monospaced))
|
.font(.system(size: 14, design: .monospaced))
|
||||||
|
|||||||
Reference in New Issue
Block a user