Is your feature request related to a problem? Please describe.
It is annoying to change between downloading
list and download
list frequently. When I want to checkout the file downloaded, I have to change to downloaded
list manually.
Describe the solution you'd like
There should be a list which called All items
and display all the work items. Whatever the item is being downloading or has been downloaded.
Describe alternatives you've considered
Nothing.
Additional context
Nothing.
2条答案
按热度按时间8qgya5xd1#
I've started to read the code and stuff. I'll work on this one as I think it's a good first issue.
kokeuurv2#
Here's what I've made by adding something like this:
And here's the result:
But I've got a question here. Are the results here sorted by some date? It doesn't look like that. It's just sorted by the aria2 RPC multicall order and the
mergeTaskResult
fn just concats the results. Do we have any method or something to sort the results?