Sefa Eyeoglu
|
8d065eab1f
|
Add Plugin Reload Button to Settings (#128)
* feat: add reload button to plugin list
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* refactor: move plugin actions into context menu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2022-08-16 16:51:39 -07:00 |
|
AAGaming
|
3b1b6d28d6
|
add some classes for nicer scrolling, update lib
|
2022-08-15 13:22:38 -04:00 |
|
AAGaming
|
e92073162a
|
oops: remove test log
|
2022-08-10 16:34:53 -04:00 |
|
AAGaming
|
67426af3ef
|
Add api for showing toast notifications
|
2022-08-09 21:52:03 -04:00 |
|
AAGaming
|
198591dbd7
|
whoops don't need it here
|
2022-08-05 21:18:19 -04:00 |
|
AAGaming
|
f21d34506d
|
Implement CSRF protection
|
2022-08-05 21:16:29 -04:00 |
|
AAGaming
|
ab6ec98160
|
API for patching existing routes, lower power use
|
2022-08-02 18:54:55 -04:00 |
|
TrainDoctor
|
fb0b703438
|
Fix unintended question mark in "Installing" modal
|
2022-07-25 16:07:16 -07:00 |
|
AAGaming
|
afb2c7c0ed
|
Better install process UX, fix reinstalling
|
2022-07-25 17:13:50 -04:00 |
|
AAGaming
|
20f43b2fd4
|
fix plugin uninstalling
|
2022-07-21 22:02:13 -04:00 |
|
AAGaming
|
e6dd1c29d8
|
remove modal box shadow
|
2022-07-17 16:42:24 -04:00 |
|
AAGaming
|
6e88c7c9ac
|
Show warning when installing legacy plugins
|
2022-07-17 16:09:42 -04:00 |
|
AAGaming
|
f015e00561
|
more updater fixes
|
2022-07-15 12:57:51 -04:00 |
|
AAGaming
|
f2fbd399fe
|
allow users to manually check for updates
|
2022-07-15 12:16:57 -04:00 |
|
AAGaming
|
ce2268370f
|
this slipped through the linter
|
2022-07-15 10:53:41 -04:00 |
|
AAGaming
|
8c8cf180fa
|
Updater for decky-loader (#117)
* Add an updater in settings for decky-loader
* add chmod
* remove junk comments
|
2022-07-14 22:51:55 -04:00 |
|
AAGaming
|
45949e8456
|
support non-ui plugins
|
2022-07-07 00:03:20 -04:00 |
|
TrainDoctor
|
9404215399
|
Make legacy tag text readable
|
2022-07-03 16:18:07 -07:00 |
|
AAGaming
|
b8bf150a74
|
fix legacy coloring
|
2022-07-03 19:12:10 -04:00 |
|
AAGaming
|
add3f77c1a
|
colorize legacy tag
|
2022-07-03 18:48:58 -04:00 |
|
AAGaming
|
6c42661f86
|
hack: temp hide example plugin
|
2022-07-03 17:37:39 -04:00 |
|
botato
|
085aacea06
|
Use deckyState in uninstall menu (fixes #98) (#100)
|
2022-07-02 22:14:43 -04:00 |
|
botato
|
4daf028e7a
|
Uninstall functionality (#97)
* feat: POC uninstallation feature
* Fixes, placeholder
* bugfix: wrong function call
* add oncancel and change function called
* clean up plugin uninstall code
* bugfix, uninstall in store
* Limit scope of feature branch
* feat: PluginLoader.unloadPlugin
* problematic logs
|
2022-07-01 16:43:17 -07:00 |
|
AAGaming
|
d72f364a8d
|
backwards-compatible plugin store, legacy plugin library
|
2022-06-30 16:04:29 -04:00 |
|
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
|
9619c52720
|
add settings page with install from URL option
|
2022-06-22 23:22:27 -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
|
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 |
|
marios
|
4b923c1dc7
|
display overhaul, compatibility with legacy plugins, fixes
|
2022-05-26 04:00:18 +03:00 |
|