-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement Sorting and Filters for installed Games #447
Comments
I can +1 this -- they appear to be sorted by the order they were installed in, I think? Or maybe game ID? Would love the same filter and sort options we have on server games. |
Newly installed games are currently appended on the left. |
duplicate of #314 but for some reason that ticket was consumed by the void, so we will track it here. |
Sorting ideas:
Filter ideas:
However, for these filters to work offline, GameVault would need to store and utilize the full GamevaultGame object in the offline cache and update it regularly. Currently it is not really stored and queried in a nice way. This would definitely require the major offline cache overhaul outlined in #340. |
Is your feature request related to a problem? Please describe.
Lack of any sorting or filtering for the installed games section in the library.
Describe the solution you'd like
Would be great to have at least the same filters and sorting options as the server games section.
The text was updated successfully, but these errors were encountered: