-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(v2/storage-4): add storage mode response download modals #3965
Conversation
4a48a50
to
69d93b9
Compare
used to be in react-router but it was removed. able to add a custom hook to get the same behaviour back
used in download progress
in prep for download attachment progress and modal page switching
a2f898b
to
c54ae4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tbh getting increasingly hard to review in detail without writing code but generally lgtm
...src/features/admin-form/responses/ResponsesPage/storage/UnlockedResponses/DownloadButton.tsx
Show resolved
Hide resolved
...src/features/admin-form/responses/ResponsesPage/storage/UnlockedResponses/DownloadButton.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally for downloading responses with attachments. Downloading the same responses in "CSV with attachments" results in the second download not progressing. Is this intended?
test-download-with-attachments.mov
...esPage/storage/UnlockedResponses/DownloadWithAttachmentModal/DownloadWithAttachmentModal.tsx
Show resolved
Hide resolved
Thanks for the catch! Will fix. |
Problem
This PR adds storage mode response download modals.
TODOs to be done in future PRs (too keep this PR smaller):
Related to #3129
Solution
Breaking Changes
Features:
Before & After Screenshots
New stories have been added for
DownloadWithAttachmentModal
andProgressModal
component.