curtwagner1984 / YAPO

Yapo - Yet Another Porn Organizer
GNU General Public License v3.0
48 stars 10 forks source link

'Order By' selection not retained when switching views #4

Closed ghost closed 8 years ago

ghost commented 8 years ago

When switching between Grid View and regular view, whatever filter has been selected under 'Order By' is lost. Having this filter remain selected when switching views would be a great Quality Of Life feature.

curtwagner1984 commented 8 years ago

I changed the way grid view works. Now it should not query the server for a new set of items, instead it will change the view of the items already fetched from the server. This means that the query parameters (search, order etc) should persist over a change of view. In addition in actor detail when switching to grid view now automatically hides actor sidebar.

ghost commented 8 years ago

Works great from what I can tell!