Commit graph

7 commits

Author SHA1 Message Date
Pat Hartl
9ada013986 Fix library not loading on import
Some checks failed
LANCommander Release / build (push) Has been cancelled
2024-07-13 13:43:24 -05:00
Pat Hartl
39f7dec897 Fixed filtering by engine 2024-07-13 12:55:42 -05:00
Pat Hartl
96b877644c Use MessageBusService to apply filter 2024-07-11 18:50:24 -05:00
Pat Hartl
1d0beb158b Fix library refresh on import complete
Fixed #75
2024-07-10 17:39:23 -05:00
Pat Hartl
4d43daeeab Don't group games when only one groupss exists
Ref #77
2024-07-10 17:28:44 -05:00
Pat Hartl
d10add8583 Handle no collections, order grouping by name
The library list has been changed to supports instances where groups (collections for now) may not be used. This flattens the list of games. Groupings are also now sorted by name when used.

Implements #77
2024-07-08 19:44:23 -05:00
Pat Hartl
8ae8b6be5b Flatten generation of library item list
All items are now thrown into one large library list instead of relying on a parent-child relationship. This should make it easier to filter and group items in the list. Currently grouping is only applied by collections.
2024-07-08 19:15:57 -05:00