summaryrefslogtreecommitdiff
path: root/frontend/src/wsrouter.ts
AgeCommit message (Collapse)Author
2024-06-13hook up plugin events properlyAAGaming
2024-05-12port to @decky/uiAAGaming
TODO: update package.json to match once @decky/ui is on NPM
2024-05-04implement fetch and external resource request apisAAGaming
2024-02-22what if the error message was betterParty Wumpus
2024-02-22make frontend -> backend errors actually workParty Wumpus
2024-02-21more major websocket progressAAGaming
2024-02-19clean up updater logicAAGaming
2024-02-16what if the error handling worked for async event listenersParty Wumpus
the anonymous async function is made so the event handlers can each be started in parallel, just in case there's a long running function
2024-02-15Add event handlerParty Wumpus
2023-12-30port updater to ws, also small refactoringAAGaming
2023-12-30Implement legacy & modern plugin method calls over WSAAGaming
This version builds fine and runs all of the 14 plugins I have installed perfectly, so we're really close to having this done.
2023-11-14more progress on websocketsAAGaming
2023-11-14Migrate most of frontend callServerMethod usage over to websocketAAGaming
2023-11-14JS -> Python WS now functionalAAGaming
2023-11-14more progress on WS routerAAGaming
2023-11-14more work on websocketsAAGaming