mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-07 17:22:57 +02:00
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:
@@ -1425,3 +1425,9 @@ main {
|
||||
padding: 0 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
/* Own device map marker */
|
||||
.own-device-marker {
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user