Skip to content

Commit

Permalink
Update SDH-GameThemeMusic to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OMGDuke committed Nov 30, 2024
1 parent 51b88b5 commit 2d20293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/SDH-GameThemeMusic
Submodule SDH-GameThemeMusic updated 66 files
+0 −22 .eslintrc.cjs
+2 −0 .flake8
+1 −0 .github/FUNDING.yml
+32 −14 .github/workflows/build.yml
+5 −1 .gitignore
+2 −30 README.md
+184 −0 decky.pyi
+29 −0 eslint.config.js
+162 −5 main.py
+25 −15 package.json
+1 −1 plugin.json
+1,513 −477 pnpm-lock.yaml
+12 −3 rollup.config.js
+11 −0 settings.pyi
+140 −77 src/actions/audio.ts
+36 −1 src/cache/musicCache.ts
+10 −3 src/components/changeTheme/aboutPage.tsx
+30 −15 src/components/changeTheme/audioPlayer.tsx
+33 −13 src/components/changeTheme/changePage.tsx
+7 −4 src/components/changeTheme/gameSettings.tsx
+30 −20 src/components/changeTheme/index.tsx
+0 −1 src/components/changeTheme/noMusic.tsx
+245 −17 src/components/settings/index.tsx
+19 −0 src/components/settings/showQrModal.tsx
+81 −0 src/components/settings/socialButton.tsx
+0 −1 src/components/spinner.tsx
+1 −1 src/components/themePlayer/index.tsx
+2 −1 src/hooks/useAudioPlayer.ts
+14 −0 src/hooks/useSettings.ts
+6 −3 src/hooks/useThemeMusic.ts
+16 −4 src/hooks/useTranslations.ts
+3 −2 src/index.tsx
+9 −6 src/lib/patchContextMenu.tsx
+22 −22 src/lib/patchLibraryApp.tsx
+39 −3 src/localisation/bg.json
+39 −3 src/localisation/cs.json
+39 −3 src/localisation/da.json
+40 −4 src/localisation/de.json
+39 −3 src/localisation/el.json
+39 −3 src/localisation/en.json
+39 −3 src/localisation/es-419.json
+39 −3 src/localisation/es.json
+39 −3 src/localisation/fi.json
+39 −3 src/localisation/fr.json
+39 −3 src/localisation/hu.json
+39 −3 src/localisation/it.json
+39 −3 src/localisation/ja.json
+39 −3 src/localisation/ko.json
+62 −26 src/localisation/nl.json
+39 −3 src/localisation/no.json
+39 −3 src/localisation/pl.json
+39 −3 src/localisation/pt-br.json
+39 −3 src/localisation/pt.json
+39 −3 src/localisation/ro.json
+39 −3 src/localisation/ru.json
+39 −3 src/localisation/sv.json
+39 −3 src/localisation/th.json
+39 −3 src/localisation/tr.json
+39 −3 src/localisation/uk.json
+39 −3 src/localisation/vi.json
+39 −3 src/localisation/zh-cn.json
+39 −3 src/localisation/zh-tw.json
+4 −8 src/state/AudioLoaderCompatState.tsx
+18 −23 tsconfig.json
+17 −2 types/YouTube.ts
+49 −0 types/types.d.ts

0 comments on commit 2d20293

Please sign in to comment.