-
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.
Update Controller Tools to v2.0.2 (#713)
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
22 files
+0 −674 | LICENSE | |
+710 −0 | LICENSE.md | |
+5 −0 | README.md | |
+297 −421 | backend/Cargo.lock | |
+13 −13 | backend/Cargo.toml | |
+11 −4 | package.json | |
+1 −3 | plugin.json | |
+21 −21 | pnpm-lock.yaml | |
+2 −3 | src/backend.ts | |
+25 −0 | src/components/BatteryIcon.tsx | |
+54 −0 | src/components/Controller.tsx | |
+21 −0 | src/components/ControllersView.tsx | |
+19 −0 | src/components/NoControllersView.tsx | |
+68 −0 | src/components/PluginContent.tsx | |
+13 −0 | src/components/PluginTitle.tsx | |
+26 −0 | src/components/RefreshButton.tsx | |
+31 −0 | src/components/SettingsMenu.tsx | |
+26 −0 | src/components/VendorIcon.tsx | |
+7 −179 | src/index.tsx | |
+0 −10 | src/logger.ts | |
+13 −8 | src/notifications.ts | |
+1 −6 | src/types.d.ts |