summaryrefslogtreecommitdiff
path: root/frontend/tsconfig.json
AgeCommit message (Collapse)Author
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-07-14Updater for decky-loader (#117)AAGaming
* Add an updater in settings for decky-loader * add chmod * remove junk comments
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-26display overhaul, compatibility with legacy plugins, fixesmarios