evilhero / mylar

An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents
GNU General Public License v3.0
976 stars 172 forks source link

(Minor UI Issue) Mylar Keeps Pagination When Changing Weeks For Pull List #2003

Closed LeeThompson closed 3 years ago

LeeThompson commented 6 years ago

If you're using Mylar's weekly pull list UI and you're not on the first page, if you change weeks (previous or next), you will remain on the page you were on (unless the new week does not go that far). It should reset the page if you change weeks.

(Or if some folks prefer that, make it a boolean flag somewhere.)

evilhero commented 6 years ago

The pagination remains due to the filter most likely.

I'm not sure it's just as easy as being able to do a reset on the page numbering only (since the filter shouldn't be reset between page views, as I know people use that).

Allowing for a boolean flag, and then combining that with datatables and the GUI is also not a simple task for a minor UI problem ( especially for me ).

I'll mark this as a bug/enhancement kind of thing - but not sure about any timeline for completion.

barbequesauce commented 6 years ago

This should be fixed in development - please take a look and close the issue if you're good, or let us know otherwise...