summaryrefslogtreecommitdiff
path: root/backend/browser.py
AgeCommit message (Collapse)Author
2022-07-02Properly await uninstallTrainDoctor
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-06-30backwards-compatible plugin store, legacy plugin libraryAAGaming
2022-06-29Installing from plugin store now works as intendedTrainDoctor
2022-06-29fix installing pluginsAAGaming
2022-06-22add settings page with install from URL optionAAGaming
2022-06-01React Plugin install dialog (closes #75)AAGaming
2022-05-26display overhaul, compatibility with legacy plugins, fixesmarios
2022-05-13Work on react frontend loaderJonas Dellinger