vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
284 stars 48 forks source link

Sorting on Pokemon Table not working as intended #127

Closed vinnymac closed 8 years ago

vinnymac commented 8 years ago

It appears that for some reason sorting on the individual pokemon tables now requires you to click the sort button twice to set the sort state you want.

Not sure what caused this, but we can look into doing a git bisect to see when the regression was introduced. v1.3.2 is broken, so I guess I will try each release until I find one that works unless someone is aware of the last time it worked as intended.

Okay so v1.3.2 it was broken, and v1.1.2 it was working. It was also broken in v1.2, so v1.2-v1.1.2 broke it. So we can use that to bisect.

After bisecting it looks like this is the commit that broke it adda5c44d3d2e43c20d7385ef2527f706d22d9cb

Solved this, but I'll wait till we iron out any other issues before I close this.