Feature/bulk add download sources
When submitting this pull request, I confirm the following (please check the boxes):
- [X] I have read and understood the Contributor Guidelines.
- [X] I have checked that there are no duplicate pull requests related to this request.
- [X] I have considered, and confirm that this submission is valuable to others.
- [X] I accept that this submission may not be used and the pull request may be closed at the discretion of the maintainers.
Fill in the PR content:
Description
Adds bulk add functionality for download sources. Users can now paste multiple URLs (one per line) instead of adding them one by one.
Changes
-
Add toggle between single and bulk add modes in download source modal
-
Implement bulk add backend function to process multiple URLs
-
Add textarea UI for bulk URL input (one URL per line)
-
Add validation for multiple URLs
-
Display success/failed counts and error messages
-
Auto-close modal if all URLs added successfully
-
Add translations for bulk add feature
Here is a video showing the changes:
https://github.com/user-attachments/assets/d57c122c-988f-469e-a630-ef6c28f7fccf
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code