summaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Expand)Author
2024-02-14bump dflAAGaming
2024-02-14Refactor plugin store and add sorting by downloads and release date (#547)Party Wumpus
2024-02-14fix: use findInReactTree to find correct errorboundary for toasterAAGaming
2024-01-21fix: Fix on Chromium 109 beta (#576)Beebles
2023-12-30port updater to ws, also small refactoringAAGaming
2023-12-30chore: get rid of useless old tabs hookAAGaming
2023-12-30Implement legacy & modern plugin method calls over WSAAGaming
2023-12-29fix(developer): add back valve internal on betaAAGaming
2023-12-29fix: idiotic formatting error i should have noticedAAGaming
2023-12-29fix: Adjust tabs and toaster hooks to work on react 18, also half-fix Valve I...AAGaming
2023-12-29bump dflParty Wumpus
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
2023-11-13Packaging rework (#531)marios8543/async-plugin-method-requestsK900
2023-10-31Add message emit mechanismmarios8543
2023-10-31fix logical error when no store was setParty Wumpus
2023-10-31Fix type error on store.tsxmarios8543
2023-10-31Drop support for legacy pluginsmarios8543
2023-10-25Merge aa/type-cleanup-py (work by marios, aa, wolv)v2.10.6-pre1TrainDoctor
2023-10-20Bump @babel/traverse from 7.22.5 to 7.23.2 in /frontend (#550)dependabot[bot]
2023-10-17fix typoParty Wumpus
2023-10-17fix logical error when no store was setParty Wumpus
2023-07-27Add Custom `TitleView` (#512)Beebles
2023-07-12Add testing store info to browse tab (#504)v2.10.4-pre2EMERALD
2023-07-09Add descriptions to Decky titleview DialogButtons (#502)fero
2023-07-03fix router hook recursively wrapping routes when patched multiple timesv2.10.4-pre1AAGaming
2023-06-26feat: Added detailed message for permission error and clean up english langua...Marco Rodolfi
2023-06-24Add notification settings, which allows muting decky/plugin toast notificatio...Jonas Dellinger
2023-06-22chore: clean up unused parametersMarco Rodolfi
2023-06-22chore: adding parameters to file picker in logical orderMarco Rodolfi
2023-06-22Fix: export V2 to pluginsMarco Rodolfi
2023-06-22fix: cleanup codeMarco Rodolfi
2023-06-22Chore: Better logical order for file picker v2 function callMarco Rodolfi
2023-06-22Fix: add an API compatibility layer for the old file picker and change the ne...Marco Rodolfi
2023-06-22Fix: wrong condition on show select folderMarco Rodolfi
2023-06-21Chore: clean up testing values pt 2Marco Rodolfi
2023-06-21Cleaning up debug values in developer installerMarco Rodolfi
2023-06-19[Feature] File picker improvements (#454)Marco Rodolfi
2023-06-18fix: fix blank pluginsAAGaming
2023-06-18chore: remove useless importAAGaming
2023-06-15When decky is uncertain of branch, set the setting to match the guess (#480)v2.10.0Party Wumpus
2023-06-06Add functionality to hide plugins from quick access menu (#468)Jonas Dellinger
2023-06-03Revert "Refactor TabsHook (#458)"v2.10.0-pre2AAGaming
2023-06-01Plugin backend reload (#463)v2.10.0-pre1suchmememanyskill
2023-06-02Attempt to appease the linterParty Wumpus
2023-06-02add cef console button to developer settings (#441)Witherking25
2023-05-30Refactor TabsHook (#458)MIkhail Kozlov