botato
|
b7d7ca04e1
|
Refractor plugin backend (#111)
* refractor uninstall plugin backend
* refractor plugin installation method
* Change formatting in browser.py
* Manually format main.py
* Manually format utilities.py
* remove inconsistency
* remove unnecessary linebreaks
* lol what
* last minute pythoning
* Fix async missing
* lint
* more refractor
* await forgotten
* fix: menu not disappearing after first click
* lint
* bug: fix double click on uninstall
* depricate request installs
* basic patch notes viewer, lazy-load settings and store, build frontend as esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend
* refractor uninstall plugin backend
* Change formatting in browser.py
* Manually format main.py
* Manually format utilities.py
* remove unnecessary linebreaks
* lol what
* last minute pythoning
* Fix async missing
* rebase onto main
* fix error, fix React crash if patch notes are opened before remote version info is loaded
Co-authored-by: TrainDoctor <traindoctor@protonmail.com>
Co-authored-by: AAGaming <aa@mail.catvibers.me>
|
2022-08-26 21:01:23 -07:00 |
|
AAGaming
|
d4d1c2bbab
|
basic patch notes viewer, lazy-load settings and store, build frontend as esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend
|
2022-08-26 01:18:28 -04:00 |
|
TrainDoctor
|
effc4ab0f5
|
Hide branch select until it's working
|
2022-08-24 21:18:38 -07:00 |
|
AAGaming
|
79db0c779d
|
Settings API for loader, preview branch select
|
2022-08-24 23:51:20 -04:00 |
|
AAGaming
|
fe2b6b0283
|
fix plugins menu scrolling, shut up typecript
|
2022-08-24 20:49:39 -04:00 |
|
AAGaming
|
98e9ce881f
|
move DeckyUpdater to effect
|
2022-08-24 20:03:29 -04:00 |
|
TrainDoctor
|
e49bdd9c05
|
Move conditional check to correct location
|
2022-08-24 16:56:20 -07:00 |
|
TrainDoctor
|
d0fd2ac674
|
Move to using deckyState
|
2022-08-24 13:47:21 -07:00 |
|
TrainDoctor
|
de1c89af21
|
Fix updater being corrupted by multiple attempts to download
|
2022-08-23 15:23:23 -07:00 |
|
AAGaming
|
8b3f569a09
|
Add plugin updater, notification badge, fixes
|
2022-08-21 16:41:25 -04:00 |
|
Collin Diekvoss
|
1930400032
|
Better wrapping of plugin tags (#150)
|
2022-08-20 21:40:57 -04:00 |
|
Sefa Eyeoglu
|
43dee863cd
|
Add CEF Remote Debugging toggle (#129)
* feat: add CEF Remote Debugging toggle
* feat: disable remote debugger on startup
* refactor: stop debugger instead of disable
* feat: add option to allow remote debugging by default
Co-authored-by: TrainDoctor <traindoctor@protonmail.com>
|
2022-08-18 14:50:59 -07:00 |
|
TrainDoctor
|
55a7682663
|
fix ButtonItem shim applying when not needed
|
2022-08-17 17:32:50 -07:00 |
|
TrainDoctor
|
d05e8d36b4
|
Update to latest decky-frontend-lib
|
2022-08-17 17:28:30 -07:00 |
|
AAGaming
|
0018b8e957
|
bump lib and add temporary shims for webpack v5
|
2022-08-17 20:03:45 -04:00 |
|
AAGaming
|
5960c11d60
|
add class names to PluginCard for theming
|
2022-08-17 15:27:22 -04:00 |
|
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
|
0a735886c9
|
fix toasts breaking sometimes
|
2022-08-14 21:59:55 -04:00 |
|
AAGaming
|
85d0398e62
|
shut typescript up
|
2022-08-14 00:02:01 -04:00 |
|
AAGaming
|
30a538e85e
|
FINALLY fix the multiple injections bug
|
2022-08-13 23:58:57 -04:00 |
|
AAGaming
|
84a19203c5
|
fix injecting twice
|
2022-08-13 11:57:52 -04:00 |
|
AAGaming
|
99cda2907d
|
fix TS errors
|
2022-08-12 21:02:11 -04:00 |
|
AAGaming
|
a38582d158
|
Fix toaster deinit error
|
2022-08-12 16:49:28 -04:00 |
|
TrainDoctor
|
9556994e14
|
fix empty settings and store screens after reboot
|
2022-08-12 11:45:29 -07:00 |
|
OMGDuke
|
dee2cfa47b
|
remove console.log that was causing lots of log spam (#138)
|
2022-08-12 09:54:57 -04:00 |
|
AAGaming
|
114c54c9b0
|
Fix route unpatching
|
2022-08-11 20:34:55 -04:00 |
|
TrainDoctor
|
64040879f5
|
Update to latest version of decky-frontend-lib
|
2022-08-10 15:48:48 -07: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
|
52dded85ed
|
quick fix for routes refreshing constantly
|
2022-07-24 11:51:42 -04:00 |
|
AAGaming
|
2004bdebbf
|
fix calibration menu in controller settings
|
2022-07-24 11:37:38 -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
|
b618fe1e97
|
bump lib
|
2022-07-07 00:03:56 -04:00 |
|
AAGaming
|
45949e8456
|
support non-ui plugins
|
2022-07-07 00:03:20 -04:00 |
|
TrainDoctor
|
6ee41578ea
|
Update plugin-loader.tsx
|
2022-07-03 16:56:35 -07: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 |
|