Since we're on Inertia / Vue3 - and with this PR incoming: statamic/cms#14782
We now have support for this flow:
- Visit assets page - start an upload
- Navigate to other pages in CP
- File upload continues in the background
The new ChunkedUploader stores the upload status to a Pinia store named uploads
However, there's no indication to the user that this is happening - it just happens behind the scenes. It would be cool if we had an upload progressbar "toast" or similar for when this occurs that follows the user between page views
Since we're on Inertia / Vue3 - and with this PR incoming: statamic/cms#14782
We now have support for this flow:
The new ChunkedUploader stores the upload status to a Pinia store named
uploadsHowever, there's no indication to the user that this is happening - it just happens behind the scenes. It would be cool if we had an upload progressbar "toast" or similar for when this occurs that follows the user between page views