When I am using com_patchtester I am unable to sort the patches by the status column. This means that if I have applied a patch which is many pages in, I have to either know the ID of the patch or the name of the patch to find it - I can't quickly see if anyon patches are applied in my installation.
It would be ideal if you could sort the patches by the status column to quickly see if any patches are currently applied.
This is now working with the current development HEAD. Still want to make a couple more UI tweaks before pushing a new package.
I started code for it. It's working now on each individual page, but because of how we're requesting the data (we aren't caching pull requests in the database, rather fetching live from GitHub and caching in a JSON file for a user specified time if enabled), we'll need to rework the request part a little bit.