erengy / taiga

A lightweight anime tracker for Windows
https://taiga.moe
GNU General Public License v3.0
2.09k stars 224 forks source link

Torrent list rearrange columns #135

Closed OsaSoft closed 8 years ago

OsaSoft commented 9 years ago

Pretty much what it says in the title. Wanted to check when some of the torrents were released and figured Id like to see that every time I open the torrent list, without having to scroll to the side, so Id place it in front of, lets say seed/leech count. Since its already possible in anime list, figured it shouldnt be too hard, although from experience I know that when something works somewhere, putting it elsewhere (albeit seeming extremely similar) may take quite some effort.

PS. Already posted this on twitter when I discovered Taiga, but man I love this app. Would love to get involved when I have more time (although I have limited c++ experience, mostly Java/Groovy)

erengy commented 9 years ago

The relevant code is pretty much embedded into the Anime List page, and it'd indeed require quite an effort to refactor it to be used in multiple places. In general, I'm trying to avoid meddling too much with the UI until v2.0. For now, I'd rather work on something else and try to live with the minor inconvenience. :)

OsaSoft commented 9 years ago

i see, so theres a problem with the ui abstraction layer. Well guess itll have to wait till QT