Skip to content

Commit

Permalink
fix: small issues
Browse files Browse the repository at this point in the history
* bump version
* update yanked futures-util & other backend rust dependencies to latest
* remove debug flag from plugin.json
* update reference to LICENSE in README
* move data fetching calls into one useEffect call
* correctly update debug & notification state on option toggled
* remove frontend debug method (never used)
* remove settings interface type (never used)
* remove return typehints from various typescript methods
* on text messages from websocket, show toast, otherwise log error
* rename Controller interface type to IController

Signed-off-by: eXhumer <[email protected]>
  • Loading branch information
eXhumer committed Oct 26, 2024
1 parent eef4293 commit 3acd4c1
Show file tree
Hide file tree
Showing 11 changed files with 403 additions and 523 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Nightly Action Status](https://img.shields.io/github/actions/workflow/status/jfernandez/ControllerTools/dev-build.yml?label=nightly%20build)](https://nightly.link/jfernandez/ControllerTools/workflows/dev-build/main/Controller%20Tools.zip)
![Release Store Downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fplugins.deckbrew.xyz%2Fplugins%3Fquery%3DController%2520Tools&query=%24%5B%3A1%5D.downloads&suffix=%20installs&label=decky%20store)
![Testing Store Downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Ftesting.deckbrew.xyz%2Fplugins%3Fquery%3DController%2520Tools&query=%24%5B%3A1%5D.downloads&suffix=%20installs&label=testing%20store)
[![License: GPL 3.0](https://img.shields.io/github/license/jfernandez/ControllerTools)](./LICENSE)
[![License: GPL 3.0](https://img.shields.io/github/license/jfernandez/ControllerTools)](./LICENSE.md)

![plugin_demo](./assets/decky-loader-store-cover.png)

Expand Down
Loading

0 comments on commit 3acd4c1

Please sign in to comment.