girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Make download actions links #254

Closed dchiquito closed 4 years ago

dchiquito commented 4 years ago

In order to make the View Item, Download, and Download (zip) actions more useable, embed their text into a link rather than exclusively rely on using click events. This allows users to open them in a new tab or copy the link address.

Screenshot from 2020-04-27 16-23-25 Screenshot from 2020-04-27 16-23-49

Closes #225 Also closes dandi/dandiarchive#82 Deprecates #252