forked from SteamDeckHomebrew/decky-plugin-database
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'SteamDeckHomebrew:main' into MetaDeck
- Loading branch information
Showing
32 changed files
with
53 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Bluetooth
updated
5 files
+4 −0 | main.py | |
+10 −10 | package.json | |
+1,024 −935 | pnpm-lock.yaml | |
+17 −7 | src/index.tsx | |
+5 −0 | src/server.ts |
Submodule ControllerTools
updated
13 files
+26 −0 | Dockerfile | |
+1 −0 | README.md | |
+379 −156 | backend/Cargo.lock | |
+15 −15 | backend/Cargo.toml | |
+2 −0 | backend/Dockerfile | |
+27 −2 | backend/src/api.rs | |
+80 −0 | backend/src/api/playstation.rs | |
+8 −0 | backend/src/api/xbox.rs | |
+3 −4 | backend/src/main.rs | |
+6 −6 | package.json | |
+764 −625 | pnpm-lock.yaml | |
+2 −1 | release.sh | |
+3 −4 | rollup.config.js |
Submodule DeckMTP
updated
19 files
+13 −0 | .gitignore | |
+10 −0 | .vscode/build.sh | |
+4 −2 | .vscode/defsettings.json | |
+68 −0 | .vscode/setup.sh | |
+91 −48 | .vscode/tasks.json | |
+2 −2 | LICENSE | |
+14 −3 | backend/src/start.sh | |
+4 −0 | backend/src/stop.sh | |
+1 −1 | backend/src/uMTP-Responder | |
+2 −2 | backend/src/umtprd.conf | |
+174 −0 | decky_plugin.pyi | |
+18 −12 | main.py | |
+3 −3 | package.json | |
+230 −225 | pnpm-lock.yaml | |
+0 −0 | py_modules/.keep | |
+3 −0 | pyrightconfig.json | |
+5 −4 | rollup.config.js | |
+1 −1 | src/index.tsx | |
+1 −0 | tsconfig.json |
Submodule Decky-Undervolt
added at
df58aa
Submodule DeckyInhibitScreenSaver
added at
a5aaa3
Submodule DiscordStatus
updated
20 files
+4 −0 | .gitignore | |
+10 −0 | .vscode/build.sh | |
+1 −1 | .vscode/config.sh | |
+6 −6 | .vscode/defsettings.json | |
+48 −0 | .vscode/setup.sh | |
+80 −53 | .vscode/tasks.json | |
+174 −0 | decky_plugin.pyi | |
+29 −35 | main.py | |
+5 −4 | package.json | |
+351 −328 | pnpm-lock.yaml | |
+27 −26 | rollup.config.js | |
+0 −41 | src/AppStore.ts | |
+130 −0 | src/QuickAccessPanel.tsx | |
+67 −375 | src/SteamClient.ts | |
+33 −0 | src/actions.ts | |
+236 −62 | src/api.ts | |
+145 −0 | src/context.tsx | |
+11 −59 | src/index.tsx | |
+9 −0 | src/util.ts | |
+21 −21 | tsconfig.json |
Submodule Junk-Store
updated
6 files
+2 −2 | defaults/scripts/Extensions/Epic/settings.sh | |
+4 −4 | defaults/scripts/Extensions/Epic/store.sh | |
+4 −1 | defaults/scripts/epic.py | |
+53 −50 | main.py | |
+1 −1 | package.json | |
+0 −1 | src/Components/LoginContent.tsx |
Submodule MagicBlackDecky
updated
7 files
+1 −1 | package.json | |
+7 −0 | src/ButtonIcons.tsx | |
+2 −1 | src/blackOverlay.tsx | |
+9 −1 | src/index.tsx | |
+2 −1 | src/locales/en-US.json | |
+2 −1 | src/locales/ru-RU.json | |
+2 −1 | src/locales/zh-CN.json |
Submodule MagicPodsDecky
updated
6 files
+1 −1 | backend/src/MagicPodsCore | |
+1 −1 | package.json | |
+4 −0 | src/i18n.tsx | |
+45 −0 | src/locales/es-ES.json | |
+45 −0 | src/locales/pt-BR.json | |
+7 −1 | src/tab/tabHeadphones.tsx |
Submodule NonSteamLaunchers
added at
3bb4b4
Submodule SDH-CssLoader
updated
4 files
+1 −1 | css_inject.py | |
+1 −1 | css_theme.py | |
+16 −5 | main.py | |
+1 −1 | package.json |
Submodule SDH-GameThemeMusic
updated
50 files
Submodule SDH-Notebook
updated
3 files
+2 −2 | package.json | |
+208 −191 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js |
Submodule TabMaster
updated
21 files
Submodule decky-XRGaming
updated
8 files
+18 −23 | README.md | |
+1 −1 | bin/update_remote_binaries | |
+1 −1 | defaults/PyXRLinuxDriverIPC | |
+7 −7 | main.py | |
+11 −8 | package.json | |
+2 −2 | plugin.json | |
+722 −580 | pnpm-lock.yaml | |
+13 −4 | src/index.tsx |
Submodule decky-autoflatpaks
updated
9 files
+5 −0 | .gitignore | |
+2 −2 | README.md | |
+2 −2 | package.json | |
+4 −4 | pnpm-lock.yaml | |
+1 −2 | src/FlatpakManager/About/AboutPage.tsx | |
+1 −2 | src/FlatpakManager/Advanced/UnusedPackages.tsx | |
+1 −2 | src/FlatpakManager/Logger/LoggerPage.tsx | |
+0 −25 | src/InputControls/ScrollPanel.tsx | |
+1 −2 | src/QAM/UpdateablePackagesModal.tsx |
Submodule decky-brightness-bar
updated
4 files
+5 −0 | CHANGELOG.md | |
+1 −1 | package.json | |
+47 −14 | src/lib/components/brightness_bar.tsx | |
+2 −1 | src/lib/components/qam_content.tsx |
Submodule decky-cloud-save
updated
52 files
Submodule decky-steamgriddb
updated
60 files
Submodule decky-syncthing
updated
97 files
Submodule hltb-for-deck
updated
from 917b18 to 5a8acc
Submodule moondeck
updated
87 files
Submodule protondb-decky
updated
19 files
+19 −3 | .vscode/tasks.json | |
+9 −9 | README.md | |
+8 −10 | package.json | |
+1 −0 | plugin.json | |
+1,947 −1,252 | pnpm-lock.yaml | |
+2 −36 | rollup.config.js | |
+30 −26 | src/actions/protondb.ts | |
+1 −1 | src/components/button/index.tsx | |
+107 −45 | src/components/protonMedal/index.tsx | |
+40 −2 | src/components/protonMedal/style.tsx | |
+4 −5 | src/components/settings/index.tsx | |
+25 −21 | src/hooks/useAppId.ts | |
+5 −10 | src/hooks/useBadgeData.ts | |
+1 −1 | src/hooks/useParams.ts | |
+36 −35 | src/hooks/useSettings.ts | |
+8 −5 | src/index.tsx | |
+32 −44 | src/lib/patchLibraryApp.tsx | |
+6 −6 | src/localisation/cs.json | |
+16 −16 | src/localisation/ko.json |
Submodule sharedeck-y
updated
3 files
+1 −1 | package.json | |
+8 −4 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js |
Submodule steamdeck-input-disabler
added at
2bcd8e
Submodule ts3-qs4sd
updated
27 files
+1 −1 | README.md | |
+5 −1 | backend/src/api.h | |
+72 −4 | backend/src/api/audio.c | |
+2 −2 | backend/src/api/browser.c | |
+1 −1 | backend/src/api/clients.c | |
+1 −1 | backend/src/api/cursor.c | |
+3 −0 | backend/src/api/events.c | |
+100 −9 | backend/src/api/openapi.yaml | |
+15 −2 | backend/src/callbacks.c | |
+382 −59 | backend/src/paudio.c | |
+37 −11 | backend/src/paudio.h | |
+1 −1 | backend/src/plugindef.c | |
+30 −13 | backend/src/ts3remote.c | |
+4 −1 | backend/src/ts3remote.h | |
+6 −5 | decky/PluginLauncher | |
+44 −25 | main.py | |
+6 −5 | package.json | |
+0 −0 | plugin.publish.mjs | |
+1 −1 | plugin.reload.mjs | |
+22 −6 | pnpm-lock.yaml | |
+0 −0 | rollup.config.mjs | |
+228 −0 | src/app.js | |
+68 −24 | src/client.js | |
+40 −7 | src/components.js | |
+5 −206 | src/index.js | |
+6 −6 | src/utils.js | |
+197 −0 | test/app.mjs |