summaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Collapse)Author
2022-07-21fix plugin uninstallingAAGaming
2022-07-17remove modal box shadowv2.0.4-e6dd1c2-preAAGaming
2022-07-17Show warning when installing legacy pluginsv2.0.4-6e88c7c-preAAGaming
2022-07-15more updater fixesv2.0.4-f015e00-preAAGaming
2022-07-15allow users to manually check for updatesAAGaming
2022-07-15this slipped through the linterAAGaming
2022-07-14Updater for decky-loader (#117)AAGaming
* Add an updater in settings for decky-loader * add chmod * remove junk comments
2022-07-07bump libAAGaming
2022-07-07support non-ui pluginsAAGaming
2022-07-03Update plugin-loader.tsxv2.0.0-preTrainDoctor
2022-07-03Make legacy tag text readableTrainDoctor
2022-07-03fix legacy coloringAAGaming
2022-07-03colorize legacy tagAAGaming
2022-07-03hack: temp hide example pluginAAGaming
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-30pnpm updateTrainDoctor
2022-06-30backwards-compatible plugin store, legacy plugin libraryAAGaming
2022-06-29Tone down hash missing warning.TrainDoctor
2022-06-29fix installing pluginsAAGaming
2022-06-29update store for new format, awaiting cors to testAAGaming
2022-06-29fix tab type, bump lib for tree shakingAAGaming
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-20Update pnpm-lock.yamlTrainDoctor
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-02Bump components libraryJonas Dellinger
2022-06-01fix oopsAAGaming
2022-06-01React Plugin install dialog (closes #75)AAGaming
2022-05-31Move store opening to frontend onlyJonas Dellinger
2022-05-30Explicit import typeJonas Dellinger
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-26added open store buttonmarios
2022-05-26Fix LegacyPluginJonas Dellinger
2022-05-26Cleanup after mergeJonas Dellinger
2022-05-26Switch to inotify, RegexMatchingEventHandler and use set for reloading pluginsJonas Dellinger
2022-05-26display overhaul, compatibility with legacy plugins, fixesmarios
2022-05-13Work on react frontend loaderJonas Dellinger