aprs.me/lib
Graham McIntire 963f8abfc4
Fix 'Last Update' timestamp to show actual time since last packet
The 'Last Update' timestamp now correctly shows when the last real-time
packet was received, not when the map bounds changed or historical data
was loaded.

Changes:
- Removed timestamp update when map bounds change (was incorrectly
  resetting the timer)
- Added periodic UI update timer (every 30 seconds) to refresh the
  'time ago' display so it counts up properly (e.g., "2 minutes ago",
  "5 minutes ago", etc.)
- The timestamp only updates when actual real-time packets are received
  via PacketProcessor

Now the sidebar will show how long it's been since the last packet was
received, updating every 30 seconds to keep the display current.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-28 12:42:37 -05:00
..
aprsme Fix CI test failures 2025-07-28 12:32:16 -05:00
aprsme_web Fix 'Last Update' timestamp to show actual time since last packet 2025-07-28 12:42:37 -05:00
aprs_web.ex upgrade more with modern phoenix 2025-07-05 08:04:06 -05:00
aprsme.ex refactor to use external parser 2025-06-24 14:22:09 -05:00