Hi Anton,
- I saw that you just implemented the device status colors feature in the modern UI in a recent update. I spotted this error "TypeError: Cannot read property 'status' of null" that's related to the color changing function in the PositionsMap.js file when I deleted a device.
I tried to do this a few weeks ago, replacing the device logos on the map with different svg files that represented the online, offline and unknown status (for example, with "car", I had three image files "carOnline.svg" with red icon, "carOffline.svg" with green icon and "carUnknown.svg" with yellow icon). It would only display the error when one of them was online during the deletion. I think it could help.
- Do you have any plans to implement the automatic replay feature with the track-player or the live route feature in the modern UI in the future? Thank you.
The issue with deleting devices is fixed.
Hi Anton,
I tried to do this a few weeks ago, replacing the device logos on the map with different svg files that represented the online, offline and unknown status (for example, with "car", I had three image files "carOnline.svg" with red icon, "carOffline.svg" with green icon and "carUnknown.svg" with yellow icon). It would only display the error when one of them was online during the deletion. I think it could help.