Add "Browse '' artifacts" to dropdown on pipelines page
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
I propose to add an "Browse '' artifacts'" option beside the "Download '' artifacts" under the dropdown on the right end of every build on the pipeline page.
The artifacts feature is a very convenient addition to GitLab CI. It is currently possible to download all artifacts from the pipeline page directly, but now there is no corresponding option to browse the files, which is more useful for some use cases (e.g. using CI to build LaTeX sources, and the resulting pdfs are the only things one would like to download). It would be handy to provide such an improvement to the pipelines page UI.
The browsing feature is supported and could be accessed from the specific page for each build. So it should be able to done very easily, just derive the URL and add another option under the dropdown in the UI.