plus minus location notes

This commit is contained in:
callebtc
2025-10-18 12:15:49 +02:00
parent 02868a95d4
commit d5f27aa4b3
3 changed files with 78 additions and 27 deletions
@@ -215,9 +215,9 @@ private fun LocationNotesHeader(
horizontalArrangement = Arrangement.SpaceBetween,
verticalAlignment = Alignment.CenterVertically
) {
// iOS format: "#geohash • X notes"
// "#geohash ± 1 • X notes" to indicate neighboring cells are included
Text(
text = "#$geohash$count ${if (count == 1) "note" else "notes"}",
text = "#$geohash ± 1$count ${if (count == 1) "note" else "notes"}",
fontFamily = FontFamily.Monospace,
fontSize = 18.sp,
color = MaterialTheme.colorScheme.onSurface