hydra icon indicating copy to clipboard operation
hydra copied to clipboard

Feature/bulk add download sources

Open ADEMOLA200 opened this issue 1 month ago • 1 comments

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

ADEMOLA200 avatar Nov 04 '25 19:11 ADEMOLA200