-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule decky-steamgriddb
updated
13 files
+20 −19 | package.json | |
+784 −743 | pnpm-lock.yaml | |
+1 −0 | src/components/asset/Asset.tsx | |
+28 −8 | src/components/asset/LazyImage.tsx | |
+2 −5 | src/components/plugin-pages/AssetTab.tsx | |
+21 −5 | src/hooks/useAssetSearch.tsx | |
+3 −1 | src/hooks/useSGDB.tsx | |
+1 −0 | src/i18n/id.json | |
+4 −0 | src/i18n/ru.json | |
+3 −7 | src/index.tsx | |
+32 −37 | src/patches/contextMenuPatch.tsx | |
+1 −0 | src/patches/squareLibraryPatch.tsx | |
+42 −0 | src/styles/_mixins.scss |