summaryrefslogtreecommitdiff
path: root/frontend/src/components/DeckyRouterState.tsx
AgeCommit message (Collapse)Author
2022-08-10oops: remove test logAAGaming
2022-08-02API for patching existing routes, lower power usev2.0.4-ab6ec98-preAAGaming
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>