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.
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.