theengs / app

Theengs mobile application to read BLE sensors and push data to an MQTT broker
https://app.theengs.io
GNU General Public License v3.0
37 stars 7 forks source link

Small quibble with visual devices view #15

Open DigiH opened 2 years ago

DigiH commented 2 years ago

When opening the devices list, with the visual devices view to the right of it, the devices view often 'hides' devices outside the visible view size. This can be a bit confusing, especially when selecting a device in the left list, and then not seeing it at all in the right side view, until possibly making the app window wider.

In the sample video there is only one device with this issue, but I often observe this with multiple devices 'hiding'.

https://user-images.githubusercontent.com/17110652/176216791-16b5cb89-70d5-4e86-8a25-c9edd80ca629.mp4

Unless there might be an easy fix to constrain the devices' dots drawing within the view, and since this is not really a vital functionality issue, it can be considered as nice to have possibly later or even not to be fixed.