feat(map): add own device marker, last seen info, and formatTimeAgo

- Own device shown as red star marker on map (from self_info GPS)
- Contact popups now show "Last seen: X min ago" from last_advert
- New formatTimeAgo() utility for relative timestamps

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-03-12 07:27:37 +01:00
parent ab01e6f17a
commit ec383bf8e9
2 changed files with 52 additions and 5 deletions
+6
View File
@@ -1425,3 +1425,9 @@ main {
padding: 0 2px;
border-radius: 2px;
}
/* Own device map marker */
.own-device-marker {
background: transparent;
border: none;
}