libremesh / lime-app

Geek-free Web App for setup and mantainance of Libremesh nodes built on Preact
https://libremesh.github.io/lime-app/
GNU Affero General Public License v3.0
50 stars 27 forks source link

Reference state, node changes location #427

Open javierbrk opened 2 months ago

javierbrk commented 2 months ago

When a node location has changed the ui does not inform that the location is different
image this was generated using commit 6056c5688ae09044f4cb1c79bd6454b5fc8733eb (HEAD -> f/use-async-reference-state, kon/f/use-async-reference-state)

javierbrk commented 1 month ago

Does it makes sense to keep location in the reference state ?

selankon commented 1 month ago

The thing here is if we want to show on the ui the location reference state. If we dont want to show it, assuming that the location is not a thing to monitor on the map, the lime packages only have to work with the actual location only and not store the location on the ref state (moving the issue to lime packs).