helium / cargo-elixir

Apache License 2.0
15 stars 6 forks source link

Automatically add new devices to navbar and sort them #5

Closed amirhaleem closed 4 years ago

amirhaleem commented 4 years ago

When a device not already in the left navbar sends data, the navbar now automatically updates itself rather than prompting the user to refresh the page. The navbar is also re-sorted by created_at date everytime a new payload is received, as previously this was only done on the initial API request to the server.