summaryrefslogtreecommitdiff
path: root/frontend/src/router-hook.tsx
AgeCommit message (Collapse)Author
2022-08-12fix TS errorsAAGaming
2022-08-12remove console.log that was causing lots of log spam (#138)OMGDuke
2022-08-11Fix route unpatchingAAGaming
2022-08-02API for patching existing routes, lower power usev2.0.4-ab6ec98-preAAGaming
2022-07-24quick fix for routes refreshing constantlyv2.0.4-52dded8-preAAGaming
2022-07-24fix calibration menu in controller settingsv2.0.4-2004bde-preAAGaming
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-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>