Remove documents from memory after download

Implemented functionality to remove documents from browser memory 45 seconds after they are converted or downloaded. This ensures that clicking the download button again re-downloads the document. The reset state function was added to both ConvertButton.vue and DownloadButton.vue components.
This commit is contained in:
2024-09-11 13:22:49 +02:00
parent 2bef3c3878
commit 8b1b255050
3 changed files with 26 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
kind: Feature
body: When a document is converted or downloaded in the browser, this document is
removed from the browser memory after 45s. Future click on the button re-download
the document.
time: 2024-09-11T13:21:34.444838795+02:00
custom:
Issue: "306"