Commit graph

23 commits

Author SHA1 Message Date
Pat Hartl
9222df555f Added some basic logging 2024-07-16 00:18:41 -05:00
Pat Hartl
348c181b24 Add offline mode 2024-07-15 17:26:24 -05:00
Pat Hartl
f90497de69 Allow filtering by platform 2024-07-12 22:24:15 -05:00
Pat Hartl
49293e5114 Rework filter, allow changing of grouping method 2024-07-12 18:22:17 -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
Pat Hartl
5283027b6f Condense MediaType enum down to SDK 2024-06-19 19:44:37 -05:00
Pat Hartl
6fec91e73e Fix PowerShell scripts, add script debug mode
PowerShell scripts now execute correctly with the client. The built in PowerShell API's serializer will always return null on .NET 8 for some reason. The serializer/deserializer was switched to YAML, mostly due to convenience of already having a package for it.

Added a new settings for enabling script debugging mode. This ensures that when a script is executed, the PowerShell terminal window is not closed. This allows power users to get the same environment that the script executes in. It also allows for some scroll back to see what potentially went wrong in their script.
2024-06-11 21:43:12 -05:00
Pat Hartl
25221f3903 Display time remaining 2024-06-09 01:50:07 -05:00
Pat Hartl
8e7d53a094 Start laying out download footer 2024-06-08 23:38:55 -05:00
Pat Hartl
af4424527b Sort library items by title 2024-06-07 17:51:10 -05:00
Pat Hartl
de74e34ad8 Add icons and style library list 2024-06-05 19:03:04 -05:00
Pat Hartl
85825d43be Store profile in Settings 2024-06-03 19:08:50 -05:00
Pat Hartl
9290b616ce Add background image to game details 2024-06-01 22:47:56 -05:00
Pat Hartl
360912182a Start adding UWP notification for installed games 2024-06-01 22:47:22 -05:00
Pat Hartl
2763241c82 Working progress bar 2024-05-29 20:01:46 -05:00
Pat Hartl
52eeea39c8 Built out install process to include post-download 2024-05-29 19:25:41 -05:00
Pat Hartl
1a3e9b70e6 Basic importing of media, move importing to service 2024-05-28 00:24:29 -05:00
Pat Hartl
ae1b567b0e Open actions dialog before launch 2024-05-25 22:21:04 -05:00
Pat Hartl
f2127e4987 Add split pane to library view, working game install
Implemented a basic way to queue games using DownloadService. Games will download and extract without blocking UI, but more needs to be done to reflect the game in UI and database.
2024-05-25 15:40:31 -05:00
Pat Hartl
80ccb48af3 Load library items from local database 2024-05-23 23:41:38 -05:00
Pat Hartl
b32a3d94f5 Added database services and basic game import 2024-05-20 20:26:15 -05:00
Pat Hartl
8201ec2cf3 Added database context and initial models 2024-05-20 19:42:31 -05:00
Pat Hartl
426a675fdc Initial commit, basic auth and library list 2024-05-09 20:44:40 -05:00