A loading button while exporting
While doing an export, sometimes the downloading process takes long time, the user needs to see that their request for downloading was taken into account and it's in the process. There needs a loading button.
While doing an export, sometimes the downloading process takes long time, the user needs to see that their request for downloading was taken into account and it's in the process. There needs a loading button.
changed milestone to %18.0.0~beta.5
added Feature label
297-a-loading-button-while-exporting
to address this issue created branch 297-a-loading-button-while-exporting
to address this issue
mentioned in merge request !254 (merged)
closed
Tested, does not work, the spinner does not appear.
reopened
it appears in the export,
the problem is with downloading submap
changed milestone to %18.0.1
297-a-loading-button-while-exporting
to address this issue created branch 297-a-loading-button-while-exporting
to address this issue
@marek.ostaszewski it's not easily fixable (it's been always like that), the problem is that you click on the link that downloads the file, and it's browser responsibility to handle show it properly...
I could probably try to fetch it in the js and provide a content to the user after I fetch it, but it's a bit tricky
changed milestone to %18.0.2
297-a-loading-button-while-exporting-2
to address this issue created branch 297-a-loading-button-while-exporting-2
to address this issue
mentioned in merge request !287 (merged)
closed
Tested, works.