summaryrefslogtreecommitdiff
path: root/frontend/src/plugin-loader.tsx
AgeCommit message (Collapse)Author
2023-04-03Add plugin reordering (#378)Travis Lane
* feat: started work on saving plugin order * feat: implemented local ReorderableList * feat: reoder complete except for usage of DFL * switched to using dfl reorderableList * fix: added missing file and removed frag * updated to newest dfl * Update defsettings.json * fix: plugin order was missing on init * fix: now await pluginOrder * fix: moved the plugin-order load to plugin-loader * chore: v6 and dfl bump
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
* Redesign store, add comments for filtering * Improve installation/uninstallation modals * Fix store comment to be easier to fix * Add source code info to about page
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
* Fix injector race conditions * add some more tasks * hide useless rollup warnings * goodbye to clientsession errors * completely fix desktop mode switch race condition * fix typos and TS warning in plugin error handler * fix chown error * start debugger if needed and not already started * fix get_steam_resource for the like 2 legacy plugins still using it lol * add ClientOSError to get_tabs error handling
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
* Bring back component patch-based tabshook * better injection point * finally fix dumb loading error * fix QAM injection breaking after lock * shut up typescript * fix lock screen focusing issues * Bring back the Valve toaster! * Add support for stable steamos * fix focus bug on lock screen but actually * oops: remove extra console log * shut up typescript again * better fix for lockscreen bug * better probably * actually fix focus issues (WTF) Co-authored-by: AAGaming <aa@mail.catvibers.me>
2022-10-24preview 10/21/2022 fixes (#234)AAGaming
* initial fixes: everything working except toasts and patch notes * tabshook changes, disable toaster for now * prettier * oops * implement custom toaster because I am tired of Valve's shit also fix QAM not injecting sometimes * remove extra logging * add findSP, fix patch notes, fix vscode screwup * fix patch notes * show error when plugin frontends fail to load * add get_tab_lambda * add css and has_element helpers to Tab * small modals fixup * Don't forceUpdate QuickAccess on stable * add routes prop used to get tabs component * add more dev utils to DFL global
2022-10-15Developer menu (#211)v2.3.0-pre1AAGaming
* add settings utils to use settings outside of components * initial implementation of developer menu * ✨ Add support for addScriptToEvaluateOnNewDocument * React DevTools support * increase chance of RDT successfully injecting * Rewrite toaster hook to not re-create the window * remove friends focus workaround because it's fixed * Expose various DFL utilities as DFL in dev mode * try to fix text field focuss * move focusable to outside field * add onTouchEnd and onClick to focusable * Update pnpm-lock.yaml Co-authored-by: FinalDoom <7464170-FinalDoom@users.noreply.gitlab.com> Co-authored-by: TrainDoctor <traindoctor@protonmail.com>
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 ↵AAGaming
notes, fix tasks dir
2022-09-09add file picker, add library file picker patch, bump lib, logger tweaksAAGaming
2022-09-01Addition of proper branch slection (#168)TrainDoctor
* This is a bit better, but branch selection still isn't working -_- * I'm the king of oversight * Selecting different branch checks for updates * Stable doesn't detect old versions, which indicates it doesn't work * Start adding deckyState for plugin updating * Few tweaks * Disable nightly selection * Update decky-frontend-lib and move useSetting set setting to async
2022-08-26Refractor plugin backend (#111)v2.0.5-pre18botato
* refractor uninstall plugin backend * refractor plugin installation method * Change formatting in browser.py * Manually format main.py * Manually format utilities.py * remove inconsistency * remove unnecessary linebreaks * lol what * last minute pythoning * Fix async missing * lint * more refractor * await forgotten * fix: menu not disappearing after first click * lint * bug: fix double click on uninstall * depricate request installs * basic patch notes viewer, lazy-load settings and store, build frontend as esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend * refractor uninstall plugin backend * Change formatting in browser.py * Manually format main.py * Manually format utilities.py * remove unnecessary linebreaks * lol what * last minute pythoning * Fix async missing * rebase onto main * fix error, fix React crash if patch notes are opened before remote version info is loaded Co-authored-by: TrainDoctor <traindoctor@protonmail.com> Co-authored-by: AAGaming <aa@mail.catvibers.me>
2022-08-26basic patch notes viewer, lazy-load settings and store, build frontend as ↵AAGaming
esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend
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
* await confirm_plugin_install * wait until we've exited store to re-open QAM
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
* feat: POC uninstallation feature * Fixes, placeholder * bugfix: wrong function call * add oncancel and change function called * clean up plugin uninstall code * bugfix, uninstall in store * Limit scope of feature branch * feat: PluginLoader.unloadPlugin * problematic logs
2022-07-01fix legacy plugin duplicationAAGaming
2022-06-29Tone down hash missing warning.TrainDoctor
2022-06-28remove body property in args (#91)hulkrelax
2022-06-22add settings page with install from URL optionAAGaming
2022-06-21Don't allow overriding nameAAGaming
2022-06-20Replace tabs hook, fix panels, bump libAAGaming
2022-06-20Fix importPlugin queueJonas Dellinger
2022-06-20Fix onDismountJonas Dellinger
2022-06-20Fix onDismountJonas Dellinger
2022-06-20Revert "fix onDismount"Jonas Dellinger
This reverts commit daca482ed853c1b74649c6579b1094d8a8c27141.
2022-06-19fix onDismountAAGaming
2022-06-17Implement React-based plugin store (#81)AAGaming
Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Co-authored-by: WerWolv <werwolv98@gmail.com>
2022-06-13fix(loader): multiprocessing.set_start_method once, queue for plugin importJonas Dellinger
2022-06-01fix oopsAAGaming
2022-06-01React Plugin install dialog (closes #75)AAGaming
2022-05-30All props of route, expose routerHookJonas Dellinger
2022-05-30react: Add Router hook & fix typescript issues (#68)AAGaming
* add rollup watch command, add pnpm lockfile * wait for react * add WIP patcher, window hook, and webpack * fix typescript, fix React, lint, add pnpm to gitignore * actually fix react * show frontend JS errors in console * cleanup * Add Router hook * Remove console.log * Expose routerHook in createPluginAPI Co-authored-by: Jonas Dellinger <jonas@dellinger.dev>
2022-05-26Cleanup after mergeJonas Dellinger