summaryrefslogtreecommitdiff
path: root/backend/loader.py
AgeCommit message (Collapse)Author
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-07disable file watcher until after 10 secondsAAGaming
2022-09-18fix plugin loading after install, move updater reloads to loaderAAGaming
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-06-30backwards-compatible plugin store, legacy plugin libraryAAGaming
2022-06-13fix(loader): eplixcitly set process start method and import fsevents on macJonas 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-25Added support for static assets, remove frontend_bundle fieldJonas Dellinger
2022-05-13Work on react frontend loaderJonas Dellinger