mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-07-26 19:42:47 +02:00
215690f4bf
Recent adverts card now shows route-type badges, an observer column with three-way fallback (observers -> observed_by -> dash), and renders all 10 rows instead of 5. The Type column hides on mobile to prevent overflow, and the misleading cursor-help on observer badges is removed. Also adds a Packets chart card to the dashboard and a packets stat to the homepage, backed by the new dashboard packet-activity endpoint. Promotes routeTypeBadge to a shared export in components.js (previously local to advertisements.js), and enriches RecentAdvertisement with route_type, observers, and observed_by fields. Backend resolves observers via fetch_observers_for_events and observer_node_id -> public_key in batched queries.