Commit Graph

28 Commits

Author SHA1 Message Date
AAGaming
3f2a2bbc04 fix installing plugins 2022-06-29 12:25:50 -04:00
AAGaming
79e8af8be6 update store for new format, awaiting cors to test 2022-06-29 12:17:25 -04:00
AAGaming
18d444e8fc fix tab type, bump lib for tree shaking 2022-06-29 11:57:59 -04:00
hulkrelax
abc5ce5382 remove body property in args (#91) 2022-06-28 21:12:55 -04:00
AAGaming
9619c52720 add settings page with install from URL option 2022-06-22 23:22:27 -04:00
AAGaming
e6e74d8e9d Don't allow overriding name 2022-06-21 09:52:54 -04:00
TrainDoctor
6289578f68 Update pnpm-lock.yaml 2022-06-20 20:40:50 -07:00
AAGaming
e7c44ee202 Replace tabs hook, fix panels, bump lib 2022-06-20 23:37:52 -04:00
Jonas Dellinger
3e250dd180 Fix importPlugin queue 2022-06-20 15:54:31 +02:00
Jonas Dellinger
711af3bca3 Fix onDismount 2022-06-20 15:34:08 +02:00
Jonas Dellinger
9a6930571c Fix onDismount 2022-06-20 15:29:40 +02:00
Jonas Dellinger
d9dd09c69b Revert "fix onDismount"
This reverts commit daca482ed8.
2022-06-20 15:28:30 +02:00
AAGaming
daca482ed8 fix onDismount 2022-06-19 18:56:02 -04:00
AAGaming
99b4b939bd Implement React-based plugin store (#81)
Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com>
Co-authored-by: WerWolv <werwolv98@gmail.com>
2022-06-17 18:43:53 -04:00
Jonas Dellinger
a95bf94d87 fix(loader): multiprocessing.set_start_method once, queue for plugin import 2022-06-13 10:57:16 +02:00
Jonas Dellinger
1114d55931 Bump components library 2022-06-02 17:59:18 +02:00
AAGaming
0f20fe691f fix oops 2022-06-01 17:55:49 -04:00
AAGaming
86e23686aa React Plugin install dialog (closes #75) 2022-06-01 17:50:10 -04:00
Jonas Dellinger
bd1b2e82fd Move store opening to frontend only 2022-05-31 18:05:26 +02:00
Jonas Dellinger
660e34664e Explicit import type 2022-05-30 20:57:22 +02:00
Jonas Dellinger
8fcaadd8f3 All props of route, expose routerHook 2022-05-30 20:55:51 +02:00
AAGaming
007860f8f7 react: Add Router hook & fix typescript issues (#68)
* 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-30 20:26:54 +02:00
marios
44776b393e added open store button 2022-05-26 21:14:32 +03:00
Jonas Dellinger
ad1f57795e Fix LegacyPlugin 2022-05-26 13:31:18 +02:00
Jonas Dellinger
71dd0ea449 Cleanup after merge 2022-05-26 13:30:14 +02:00
Jonas Dellinger
39e56fed3d Switch to inotify, RegexMatchingEventHandler and use set for reloading plugins 2022-05-26 09:29:49 +02:00
marios
4b923c1dc7 display overhaul, compatibility with legacy plugins, fixes 2022-05-26 04:00:18 +03:00
Jonas Dellinger
74438a3145 Work on react frontend loader 2022-05-13 19:14:47 +02:00