-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Controller Tools to v2.0.0 (#710)
Signed-off-by: eXhumer <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ControllerTools
updated
36 files
+0 −2 | .devcontainer/Dockerfile | |
+0 −8 | .devcontainer/devcontainer.json | |
+0 −19 | .github/workflows/build-backend.yml | |
+0 −34 | .github/workflows/build-plugin-snapshot-zip.yml | |
+46 −0 | .github/workflows/dev-build.yml | |
+5 −21 | .gitignore | |
+0 −12 | .vscode/config.sh | |
+0 −7 | .vscode/defsettings.json | |
+0 −29 | .vscode/launch.json | |
+0 −148 | .vscode/tasks.json | |
+0 −26 | Dockerfile | |
+1 −1 | backend/Cargo.lock | |
+5 −3 | backend/Cargo.toml | |
+0 −4 | backend/build-docker-image.sh | |
+0 −15 | backend/build-docker.sh | |
+11 −7 | backend/build.sh | |
+1 −1 | backend/entrypoint.sh | |
+0 −3 | backend/run-docker-image.sh | |
+13 −22 | backend/src/main.rs | |
+5 −26 | backend/src/settings.rs | |
+184 −0 | decky.pyi | |
+50 −22 | main.py | |
+13 −17 | package.json | |
+0 −16 | package.sh | |
+1 −0 | plugin.json | |
+976 −307 | pnpm-lock.yaml | |
+0 −41 | release.sh | |
+3 −34 | rollup.config.js | |
+0 −4 | scripts/build_docker_image.sh | |
+0 −34 | scripts/reload_frontend.js | |
+0 −23 | scripts/remote_debug.sh | |
+9 −0 | settings.pyi | |
+8 −19 | src/backend.ts | |
+20 −22 | src/index.tsx | |
+3 −3 | src/notifications.ts | |
+1 −0 | tsconfig.json |