* Improves map node and neighbor display
Updates the map page to enhance the visualization of nodes, waypoints, and neighbor connections.
Adds a map layer tool for toggling the visibility of direct/remote neighbors and position precision indicators.
Introduces clustering to improve map readability when multiple nodes share the exact same location.
Adds SNR lines to visually represent network connections between nodes
Co-Authored-By: jamon <[email protected]>
* Clean up
* Update packages/web/src/components/generic/TimeAgo.tsx
Co-authored-by: Copilot <[email protected]>
* Update packages/web/src/components/PageComponents/Map/Layers/SNRLayer.tsx
Co-authored-by: Copilot <[email protected]>
* Improve dark mode and expires field
* Review fixes
Co-Authored-By: Dan Ditomaso <[email protected]>
---------
Co-authored-by: philon- <[email protected]>
Co-authored-by: jamon <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Dan Ditomaso <[email protected]>
* feat: add monorepo support
* fix: correct relatedProjects structure in vercel.json
* update github actions with monorepo support
* removed legacy dep
* moved jsr config into web package