TrainDoctor
683c51ceac
Properly await uninstall
2022-07-02 15:59:15 -07:00
TrainDoctor
630e8b7213
Update prerelease script
2022-07-02 15:37:20 -07:00
TrainDoctor
246b31794a
Update workflow
2022-07-02 14:55:27 -07:00
TrainDoctor
b7d57de378
Add pre-release install script
2022-07-02 14:42:41 -07:00
TrainDoctor
ee8aa98446
Update README.md, password is needed ( #70 )
...
(cherry picked from commit 1199c080bc )
Added some context and changed wording on uninstall.
2022-07-02 12:41:25 -07:00
TrainDoctor
557a00aed7
Update README.md
2022-07-01 17:15:32 -07: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
934a50f683
fix legacy plugin duplication
2022-07-01 11:50:08 -04:00
TrainDoctor
aa4f1b1e87
pnpm update
2022-06-30 15:15:15 -07:00
AAGaming
67495d30d6
fix packager
2022-06-30 16:48:49 -04:00
AAGaming
d72f364a8d
backwards-compatible plugin store, legacy plugin library
2022-06-30 16:04:29 -04:00
TrainDoctor
da0f7dd337
Tone down hash missing warning.
2022-06-29 12:23:11 -07:00
TrainDoctor
518b01f571
Installing from plugin store now works as intended
2022-06-29 11:46:06 -07: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
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
TrainDoctor
80b223180e
Remove old info and redirect to wiki for in-development info
2022-06-21 14:32:02 -07:00
TrainDoctor
1d5d14b492
Added remote launch option
2022-06-21 13:49:12 -07:00
TrainDoctor
ce23534ccc
Remove argument parity between scripts, not sustainable solution
2022-06-21 12:36:43 -07: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
TrainDoctor
39f6a7688d
Converted install script to pnpm
2022-06-20 20:24:44 -07:00
TrainDoctor
47ca3ece4a
Added python depdency install, fixed use-case phrasing
2022-06-20 18:56:22 -07: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
12f4c7faff
fix(loader): eplixcitly set process start method and import fsevents on mac
2022-06-13 10:34:46 +02:00
TrainDoctor
bbf49470fc
Update nodeck.sh
2022-06-06 13:58:02 -07:00
TrainDoctor
a1a4d5902b
Update deck.sh
2022-06-06 13:57:52 -07:00
TrainDoctor
90a65dbace
Removed a line that would exclude passwords with non-alnum characters.
2022-06-06 13:34:58 -07:00
TrainDoctor
f828480715
Clarified password is for deck user
2022-06-06 13:16:44 -07:00
TrainDoctor
ed1a9222b4
Rename pc.sh to nodeck.sh to represent intent
2022-06-06 13:03:39 -07:00
TrainDoctor
73b36b776a
Actually preserve enviorment variables properly
2022-06-06 12:58:37 -07:00
TrainDoctor
4a2299f3ff
Update README.md
2022-06-06 12:54:59 -07:00
TrainDoctor
6128cbec6b
Typo...
2022-06-06 12:44:54 -07:00
TrainDoctor
c93af19ffa
Typo...
2022-06-06 12:37:59 -07:00
TrainDoctor
cadb687cd7
Add contributor install script ( #69 )
...
* Add contributor install script
* Switched to non-tmp directory
* Fixed potential issue with passwords being not being parsed properly
* Replace up hardcoded ports and silence npm
* Removed legacy support version, changed to https git clones
* Add non-deck compatible version of script
* Switch to arguments parsed while running script for contrib pc
* Now compatible with curl install from terminal, but it's a bit fragile
* Incorrect install directory for plugintemplate
* Functionalized a ton of stuff
* Changed in anticipation of merge to react-frontend-plugins branch
* Added guide to enable Steam Deck UI and clarification about Windows
* Moved contribution scripts to contrib and provided "how to run"
* Reordered README for clarity and better placement for contribution sect.
* Looks better
* Removed un-needed file-transfers and added better checks and run info
* Improved how to run given at end of script.
* Improved warning, improved ssh invocation globally and how-to-use/run
* Link to new plugin template and added link to the wiki in readme
* testing for remote invocation
* Fixed bug with invocation via curl
* Just in case...
2022-06-02 18:24:24 -04: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