dmpop / pellicola

Pastebin for your photos
https://tinyvps.xyz/pellicola
GNU General Public License v3.0
165 stars 16 forks source link

Sort order is not working as expected #25

Closed rpoulin closed 4 years ago

rpoulin commented 4 years ago

The sort order used between the grid and the view all functions are set to work in opposite directions. If the first is ascending, the other is set to descending and vice versa.

In the view all function, the sort order is flipped once each photo file name is iterated in a for loop. The impact could be one way versus the other depending on the number of photos enumerated.

rpoulin commented 4 years ago

Fixed