Suboptimal display of long device type lists [affects demo artifact]
Description
Steps to reproduce:
Create an artifact with a lot of device types compatible
For example, this cmdline can be used which is using the directory update module artifact generator (the 2.0.0 one is slightly broken, so get the 2.0.x one):
Upload the resulting artifact to the server
Select the release in the release list
This results in an overflown list, as can be seen in the attached screenshot.
The list given above is the one that will be used for the demo artifact, so this affects the initial demo experience.
this should be marked as 'done' as soon as https://github.com/mendersoftware/gui/pull/479 gets merged - there the full text is shown in tooltip on hover. would this be enough? Since the `device_type` might not be very long very often I was hesitant to move this into a new row in the expanded details...
Michael ClellandMay 21, 2019 at 8:22 AM
I would suggest we make that column wider, and 'type' and 'signed' (which will be replaced with 'size') can be narrower as they will have shorter contents. In addition, we should truncate lists in the row when it is unexpanded, and show the full list in the expanded details (where 'description' and other metadata is displayed)
Steps to reproduce:
Create an artifact with a lot of device types compatible
For example, this cmdline can be used which is using the
directory
update module artifact generator (the 2.0.0 one is slightly broken, so get the 2.0.x one):Upload the resulting artifact to the server
Select the release in the release list
This results in an overflown list, as can be seen in the attached screenshot.
The list given above is the one that will be used for the demo artifact, so this affects the initial demo experience.