-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Add UI capability to batch selection | 增加UI快速多选功能 #713
Comments
|
虽然确实使用率不高,但在需要的时候做不到非常影响体验。
可惜并不能,主要的例外场景是一些存档性质的torrent,同类文件分散各处,无法简单按照文件类型筛除文件;需要选择的项目又较多,全局正选反选都很难筛出需要的项目,如果能用Shift先选择其中一部分然后再额外操作就会方便许多。 总的来说我个人觉得提供Shift多选就能覆盖我目前遇到的几乎全部场景了。所以如果可以增加Shift多选的话,还是希望能够提上优先开发。 |
一般来说,要下载的内容一般很明确是哪些文件类型或者哪些文件夹或者根据文件名筛选。前两者筛选能力AriaNg已经提供了。 |
筛选功能的按键能否做个明显点的标识,现在这个实在是很容易被混淆成普通的文字,或者把筛选功能默认是展开的,点击后再折叠,这样更多的人才能知道这个功能,刚才我发现这个功能后在我所在的一个群里说了一声,发现使用这个页面的人里居然有超过6成不知道它的。 |
|
目前的UI允许多选框选择项目,但仍需要逐个点击。当选项数量极多时,例如一些含大量padding file的种子,这就成了一件极难完成的操作。
建议增加UI功能,允许一些常见的快速多选功能。我能想到的有:
其中,我个人认为Shift键多选最容易实现,也足够易用。过滤+全选更强大,但需要引入一些额外的代码。
————————————————————
The current UI allows for multiple selection using the check box, but it still requires clicking on each of them. When there's a large list of items, like some of the torrents containing a large number of "padding files", it is a very hard task to do.
I would suggest to add an UI feature to support batch selection actions which is commonly supported in other UI software. The options I have are:
Among these options, I think the Shift key batch selection is the simplest to implement, and it is convenient enough. Quick filter + "select all" is more powerful, but it probably will need to add some modules to be done.
The text was updated successfully, but these errors were encountered: