Improve usability and user experience in build artifacts browser
Current UI of build artifacts browser:
What needs to be done:
-
Clicking on directory name is difficult as directory name can be short (like parent directory
..
). Therefore clicking on row in the table instead of directory name should be enough to move to that directory. -
Clicking on file name / file row should start a download of a file. No need for another download button in table.
-
Hover on a file row can show additional download icon next to file name, to indicate that download dialog will appear instead of showing file in the browser, which is a default behavior.
-
Adding
Compressed to
column may be interesting information about how much of the storage is consumed for this particular file (we already have this information in metadata).Size
indicates how much of the storage will be consumed after a download.