summaryrefslogtreecommitdiff
path: root/frontend/src/plugin-loader.tsx
AgeCommit message (Expand)Author
2023-11-14JS -> Python WS now functionalAAGaming
2023-10-31Drop support for legacy pluginsmarios8543
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-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-19[Feature] File picker improvements (#454)Marco Rodolfi
2023-06-06Add functionality to hide plugins from quick access menu (#468)Jonas Dellinger
2023-05-29Add update all button to plugin list (#466)Jonas Dellinger
2023-05-27Small code cleanup.Marco Rodolfi
2023-05-27Simplified the translation error.Marco Rodolfi
2023-05-27Unified translation classes, fixed missing toaster translation and improved t...Marco Rodolfi
2023-05-26Simplified inlining and cleaning up unused translationsMarco Rodolfi
2023-05-26Fix: actually force the cog icon to stay inlineMarco Rodolfi
2023-05-26Fixed untranslated error message and added french suffix country code.Marco Rodolfi
2023-05-02[Feature] Implement internazionalization for Decky Loader (#361)v2.8.0-pre1Marco Rodolfi
2023-04-03Add plugin reordering (#378)Travis Lane
2023-01-29Add python logging to browser and pluginTrainDoctor
2023-01-29Add better handling for unloading of pluginsTrainDoctor
2023-01-22Fix http_request not allowing bodys (#352)v2.5.1Beebles
2023-01-19Store and plugin installation visual improvements (#343)v2.5.0-pre1EMERALD
2023-01-07Fix reloading UI on updates and restarting steam (#303)v2.4.9-pre1AAGaming
2022-11-15Refactoring in preparation for WebSockets (#254)v2.4.1-pre2AAGaming
2022-11-13Inline icon propelyTrainDoctor
2022-11-13Show plugin as error and give guidance for uninstallTrainDoctor
2022-11-13Add errored plugins to plugin array for uninstallsTrainDoctor
2022-10-30Merge Tabs and Injection Fixes, bring back native Valve toaster (#238)TrainDoctor
2022-10-24preview 10/21/2022 fixes (#234)AAGaming
2022-10-15Developer menu (#211)v2.3.0-pre1AAGaming
2022-10-14Allow B button to close active plugin and return to menu. (#218)v2.2.6-pre1AAGaming
2022-10-14remove friends focus workaroundAAGaming
2022-10-02ACTUALLY FIX the friends focus workaroundAAGaming
2022-09-18small changes making breakpoint debugging easierAAGaming
2022-09-17fix updater for new installs, fix file picker patch, fix scrolling on patch n...AAGaming
2022-09-09add file picker, add library file picker patch, bump lib, logger tweaksAAGaming
2022-09-01Addition of proper branch slection (#168)TrainDoctor
2022-08-26Refractor plugin backend (#111)v2.0.5-pre18botato
2022-08-26basic patch notes viewer, lazy-load settings and store, build frontend as esm...AAGaming
2022-08-21Add plugin updater, notification badge, fixesv2.0.5-pre15AAGaming
2022-08-09Add api for showing toast notificationsv2.0.4-67426af-preAAGaming
2022-08-05Implement CSRF protectionAAGaming
2022-07-25Better install process UX, fix reinstallingv2.0.4-afb2c7c-preAAGaming
2022-07-21fix plugin uninstallingAAGaming
2022-07-03Update plugin-loader.tsxv2.0.0-preTrainDoctor
2022-07-03* Async onOKTrainDoctor
2022-07-03Redirect to QAM after installing a plugin, QOL.TrainDoctor
2022-07-02Use deckyState in uninstall menu (fixes #98) (#100)botato
2022-07-01Uninstall functionality (#97)botato