TrainDoctor
5fdcc56409
Aa/bump dfl navigation fix jan2023 ( #341 )
...
* fix React DevTools
* bump DFL to fix Navigation
* Bump DFL and add shims
* fix shims not applying due to timing issue
Co-authored-by: AAGaming <aa@mail.catvibers.me >
2023-01-15 17:40:47 -08:00
AAGaming
346f80beb3
bump DFL to fix modals, Router -> Navigation in some places
2022-12-15 21:16:22 -05:00
jurassicplayer
f73918c902
feat(MoreCustomizableToasts): Allow plugin developers to customize some toast properties ( #268 )
...
* Use settingsStore directly
* Change toast etype, add showToast/playSound
* Update DFL and rebase
2022-12-10 15:09:21 -08:00
AAGaming
b44896524f
Fix on steam client beta, restart steam instead of reloading tab since that is broken
2022-11-04 21:49:05 -04:00
TrainDoctor
5e3de747d3
Systemd service updating ( #240 )
...
* Add services and updated installer files
* Loader updates service file during update!
* Testing update branch doesn't exist lol
* Update to dfl 3.7.12
* Fix services and add working service updater
* Revert services but replace their aliases
* Fix install scripts as well
* Move leftover service files to .systemd dir
* No wonder it's not trimming the file...
* fix whitespace
* Remove unused imports
* Remove another un-used import
Co-authored-by: AAGaming <aa@mail.catvibers.me >
2022-10-30 16:37:19 -07:00
TrainDoctor
bace5143d2
Merge Tabs and Injection Fixes, bring back native Valve toaster ( #238 )
...
* Bring back component patch-based tabshook
* better injection point
* finally fix dumb loading error
* fix QAM injection breaking after lock
* shut up typescript
* fix lock screen focusing issues
* Bring back the Valve toaster!
* Add support for stable steamos
* fix focus bug on lock screen but actually
* oops: remove extra console log
* shut up typescript again
* better fix for lockscreen bug
* better probably
* actually fix focus issues (WTF)
Co-authored-by: AAGaming <aa@mail.catvibers.me >
2022-10-30 10:32:05 -07:00
AAGaming
1cd69097ad
import uuid in injector, update DFL
2022-10-24 20:41:27 -04:00
AAGaming
84c3b039c3
preview 10/21/2022 fixes ( #234 )
...
* initial fixes: everything working except toasts and patch notes
* tabshook changes, disable toaster for now
* prettier
* oops
* implement custom toaster because I am tired of Valve's shit
also fix QAM not injecting sometimes
* remove extra logging
* add findSP, fix patch notes, fix vscode screwup
* fix patch notes
* show error when plugin frontends fail to load
* add get_tab_lambda
* add css and has_element helpers to Tab
* small modals fixup
* Don't forceUpdate QuickAccess on stable
* add routes prop used to get tabs component
* add more dev utils to DFL global
2022-10-24 16:14:56 -07:00
AAGaming
8007dd4dac
bump decky-frontend-lib
2022-10-14 23:48:56 -04:00
TrainDoctor
61fea41c8a
Update package.json
2022-09-30 21:40:51 -07:00
AAGaming
c6d48389c9
bump lib
2022-09-18 15:44:01 -04:00
AAGaming
0f06bc1ef0
Updater UI tweaks, Markdown tweaks, bump lib
2022-09-18 14:53:36 -04:00
AAGaming
b5b041fdee
add file picker, add library file picker patch, bump lib, logger tweaks
2022-09-09 16:25:52 -04:00
AAGaming
acaf6c72e4
Update decky-frontend-lib and refactor patches
2022-09-04 13:33:42 -04:00
TrainDoctor
eb439574be
Addition of proper branch slection ( #168 )
...
* This is a bit better, but branch selection still isn't working -_-
* I'm the king of oversight
* Selecting different branch checks for updates
* Stable doesn't detect old versions, which indicates it doesn't work
* Start adding deckyState for plugin updating
* Few tweaks
* Disable nightly selection
* Update decky-frontend-lib and move useSetting set setting to async
2022-09-01 13:46:49 -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
de1c89af21
Fix updater being corrupted by multiple attempts to download
2022-08-23 15:23:23 -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
3b1b6d28d6
add some classes for nicer scrolling, update lib
2022-08-15 13:22:38 -04:00
TrainDoctor
64040879f5
Update to latest version of decky-frontend-lib
2022-08-10 15:48:48 -07:00
AAGaming
67426af3ef
Add api for showing toast notifications
2022-08-09 21:52:03 -04:00
AAGaming
afb2c7c0ed
Better install process UX, fix reinstalling
2022-07-25 17:13:50 -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
TrainDoctor
aa4f1b1e87
pnpm update
2022-06-30 15:15:15 -07:00
AAGaming
18d444e8fc
fix tab type, bump lib for tree shaking
2022-06-29 11:57:59 -04:00
AAGaming
9619c52720
add settings page with install from URL option
2022-06-22 23:22:27 -04:00
AAGaming
e7c44ee202
Replace tabs hook, fix panels, bump lib
2022-06-20 23:37:52 -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
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
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
Jonas Dellinger
74438a3145
Work on react frontend loader
2022-05-13 19:14:47 +02:00