[Modern UI] About the device status colors and the live route feature

Hieu Nguyen3 years ago

Hi Anton,

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

  1. 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.
Anton Tananaev3 years ago
  1. Feel free to create a GitHub ticket for it with details on how to reproduce.
  2. For now the plan is to migrate all the features from the old app first.
Anton Tananaev3 years ago

The issue with deleting devices is fixed.