mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 14:05:18 +00:00
Location notes: restore timestamps in notes list; remove loading state from manager and sheet (no spinner/animation)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user