Closed dpesall closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.86%. Comparing base (
42a40f4
) to head (820a58b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
What is the feature?
When a download is interrupted, the user should be able to hover the download and select a 'Manual Download' option.
What is the Solution?
Display a
Manual Download
button on aDownloadItem
when the user hovers an interrupted download so they can manually download the files.What areas of the application does this impact?
Download View
Testing
Reproduction steps
C2151211533-LAADS
and add them to your projectDownloadItem
displays theManual Download
button and that clicking it takes you to download all the files via web browser.Checklist
version
field in package.json and rannpm install