Implement cancel button instead of pause.
Summary of Changes
This mr makes it so that the start button turns into a cancel button when an upload is running (the initial upload not the job itself). Pressing cancel will stop these initial uploads. This also technically "removes" the pause button (really it just repurposes it).
I also was getting a warning about the collection name stuff I had implemented earlier, and so with a bit more familiarity with vue now, I refactored some of that to just clean it up.
Checklist
-
The MR has a clear and concise title -
Code is self-documented and follows style guidelines. -
Automated tests are written and pass successfully. -
Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable) -
Readme file is present and up-to-date.
Documentation Updates
Additional Notes
Closes #104 (closed)