-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement better filtering support by "Last Time Played", "Date added…
… to library", "Size on Disk" - chore(dependencies): Upgrade dependencies - perf(fetch): Send platform as request to API for a better match
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Chrono-Deck
updated
14 files
+2 −0 | README.md | |
+6 −0 | main.py | |
+10 −10 | package.json | |
+1,867 −1,536 | pnpm-lock.yaml | |
+8 −0 | src/backEnd.ts | |
+9 −1 | src/fetch.ts | |
+141 −5 | src/gamesMetadata.ts | |
+11 −9 | src/steam-patches/appPage.ts | |
+4 −4 | src/steam-patches/getDescriptions.ts | |
+3 −0 | src/steam-patches/getPrimaryId.ts | |
+10 −0 | src/utils/steam/getPathToGameFileByLaunchCommand.ts | |
+65 −0 | tests/utils/steam/getPathToGameFileByLaunchCommand.test.ts | |
+2 −0 | types/gameMetadata.d.ts | |
+2 −3 | types/steamTypes.d.ts |