-
- Downloads
Merge branch 'ux/improve-artifacts-browser' into 'master'
Improve UX in build artifacts browser This improves UX in build artifacts browser, and makes it more consistent with repository tree browser we already have. --- Before:  --- After:  --- It is easier to click on a file/directory entry now, because we don't need to click on a entry's basename (that can be really short, like `..` parent directory). We also show `Compressed to` size that indicates how much storage does this entry really consume. Row for an entry is also highlighted on hover and we do not have Download button (clicking on a file row / file basename is enough to download a file). Closes #10242 See merge request !2477
No related branches found
No related tags found
Showing
- CHANGELOG 2 additions, 1 deletionCHANGELOG
- app/views/projects/artifacts/_tree_directory.html.haml 4 additions, 2 deletionsapp/views/projects/artifacts/_tree_directory.html.haml
- app/views/projects/artifacts/_tree_file.html.haml 5 additions, 5 deletionsapp/views/projects/artifacts/_tree_file.html.haml
- app/views/projects/artifacts/browse.html.haml 15 additions, 11 deletionsapp/views/projects/artifacts/browse.html.haml
- features/project/builds/artifacts.feature 1 addition, 1 deletionfeatures/project/builds/artifacts.feature
- features/steps/project/builds/artifacts.rb 2 additions, 2 deletionsfeatures/steps/project/builds/artifacts.rb
- spec/fixtures/ci_build_artifacts_metadata.gz 0 additions, 0 deletionsspec/fixtures/ci_build_artifacts_metadata.gz
No preview for this file type
Please register or sign in to comment