Currently, when uploading a directory, a modal opens that blocks user interaction until the upload is complete.
Books are uploaded sequentially.
I would like books to upload in parallel as a background job so that upload speed is improved and I can continue using the application while my books are being uploaded.
Currently, when uploading a directory, a modal opens that blocks user interaction until the upload is complete.
Books are uploaded sequentially.
I would like books to upload in parallel as a background job so that upload speed is improved and I can continue using the application while my books are being uploaded.