summaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Collapse)Author
2024-08-03fix router hook on stableaa/new-hooksAAGaming
2024-08-03hopefully fix bootloopsAAGaming
2024-08-03disable filepicker patches for nowAAGaming
we need to write one for SteamClient.System.OpenFileDialog eventually
2024-08-03chore: remove outdated TODOAAGaming
2024-08-03chore: lintAAGaming
2024-08-03wait for SP to exist before loading plugins when booted in gamepadui modeAAGaming
2024-08-03wait for unlock before showing toastsAAGaming
2024-08-03increase the wait a bitAAGaming
2024-08-03wait a bit before loading plugins to avoid race conditionsAAGaming
2024-08-03fix(webpack): wait for most chunks to load before startingAAGaming
2024-08-03fix(DeckyIcon): fix decky icon overflowing in toastsAAGaming
could still use some padding but eh
2024-08-03chore(toaster): remove log that gets spammed a lotAAGaming
2024-08-03chore(deps): bump @decky/api, @decky/uiAAGaming
2024-08-03chore(titleview): migrate to NavigationAAGaming
2024-08-03fix(tabshook): remove useless leftover alternate.type set in deinitAAGaming
2024-08-03refactor(router): add preliminary support for multiple router hook ↵AAGaming
implementations
2024-08-03feat(toaster):add support for dismissing toasts and new indicatorAAGaming
2024-08-03fix(toaster): remove critical toast logic as ProcessNotification handles it ↵AAGaming
for us
2024-08-03feat(toaster): add support for fullTemplateTitleAAGaming
2024-08-03feat(toaster): render notifications in the quick access menuAAGaming
2024-08-03implement new toaster hookAAGaming
this also supports the notification list and probably also desktop toasts (UI wip, read location enum prop from toast component probably)
2024-08-03initial implementation of new router and qam hooksAAGaming
2024-08-03fix: fetchNoCors and http_request data handling (#664)Lukas Senionis
2024-07-26chore(deps): bump @decky/uiAAGaming
2024-07-26fix(toaster): fixup for latest @decky/uiAAGaming
2024-07-26chore(deps): bump @decky/api, @decky/uiAAGaming
2024-07-26feat(api): add useQuickAccessVisible to plugin apiAAGaming
2024-07-17improve treeshakingv3.0.0-pre5AAGaming
2024-07-17remove duplicate find in ErrorBoundaryAAGaming
2024-07-17bump @decky/ui to fix beta issuesAAGaming
2024-07-08nevermind, run i18next-parser onlyon english and let weblate handle the restAAGaming
2024-07-08commit hook is broken for nowAAGaming
2024-07-08sort the same way as weblateAAGaming
2024-07-08add default values backAAGaming
2024-07-08fix(i18n): fix i18next-parser configurationAAGaming
i can't wait to fix the weblate conflicts this one causes
2024-07-04use transparent spinner in WithSuspenseAAGaming
2024-07-04LINTERRRRRRRRRRRRRRRRRRRRAAGaming
2024-07-04styling fixes for SteamSpinnerAAGaming
2024-07-04fix plugin uninstallsAAGaming
2024-07-03make the qam fix css more accurateAAGaming
2024-07-03inject some css into the QAM to fix overscroll issuesAAGaming
2024-06-29fix: add .bind to legacy plugin API to fix filepickerAAGaming
2024-06-29treewide: fix package structureK900
The static files need to be inside the module to be installed correctly as part of the module.
2024-06-27fix plugin uninstall dialog issuesv3.0.0-pre1aa/websocketsAAGaming
2024-06-27lintAAGaming
2024-06-27bump @decky/uiAAGaming
2024-06-27bump @decky/uiAAGaming
2024-06-27fix cef debug toggleAAGaming
2024-06-27add some errorboundariesAAGaming
2024-06-27fix plugins not loading on installAAGaming