iTorrent icon indicating copy to clipboard operation
iTorrent copied to clipboard

(Suggestion) Feature

Open yeet227 opened this issue 1 year ago • 1 comments

Could you implement in the sorting part of the application for name, size. ETC, maybe add a progress function so it sorts by percentage completed.

Just figured I'd ask, all g if you think it's a waste of time

yeet227 avatar Sep 01 '24 11:09 yeet227

Current sorting types are all "static", app need to sort it once and not waste CPU resources on it anymore, but sorting by progress will require app to resort everything on every progress update (several times per second) which could make app waste a lot of CPU resources for nothing, I could think if I can do anything about this (like throttle amount of updates per second) but I'm not sure for now

XITRIX avatar Sep 02 '24 11:09 XITRIX