Add multi-select queue for search results and update changelog - #219
Merged
Conversation
* Release * Point preview publish workflow at preview-deploy branch, add changelog entry EAS update workflow was still watching the old preview branch name. Changelog picks up the search add-dialogue/queue feature and fixes a tabs-vs-spaces slip in an earlier entry. * Add multi-select queue for Search torrent results (#217) Tapping + on a search result now opens the add-torrent dialogue pre-filled instead of instantly adding, gated behind a new searchAddOpensDialogue preference (default on, toggle lives on the Search Plugins settings screen) — the long-press action sheet's "Add now with defaults" keeps the old one-tap behavior available. A separate cart button per row feeds a floating cart button on the Search tab: tapping it opens a review sheet (list, per-item remove, Clear all) whose Checkout pushes the full add-torrent screen with every queued result listed by name, so save path/category/tags apply once to the whole batch via torrents/add. When auto-tag-by-tracker is on, checkout groups the cart by indexer and issues one request per group, since torrents/add only accepts one tags value per call. Also fixes a latent gap where the add screen's magnet-only param couldn't carry a plain https:// search-result URL — added a sourceUrl param (set verbatim, not run through extractMagnetLink) on both the full screen and the Torrents tab's compact-modal handoff.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.