summaryrefslogtreecommitdiff
path: root/frontend/src/toaster.tsx
AgeCommit message (Collapse)Author
2024-08-08remove useless toast delayAAGaming
2024-08-07handle crashloops and disable decky for the userAAGaming
2024-08-05Rewrite router/tabs/toaster hooks (#661)AAGaming
2024-07-26fix(toaster): fixup for latest @decky/uiAAGaming
2024-06-14typescript pleaseAAGaming
2024-06-13hook up plugin events properlyAAGaming
2024-05-25Custom error handler and some misc fixesAAGaming
2024-05-12port to @decky/uiAAGaming
TODO: update package.json to match once @decky/ui is on NPM
2024-04-22fix: support new minified class namesAAGaming
bumps decky-frontend-lib to 3.25.0 can't stop us THAT easily :P
2024-02-14fix: use findInReactTree to find correct errorboundary for toasterAAGaming
fixes toaster error on latest beta
2023-12-29fix: Adjust tabs and toaster hooks to work on react 18, also half-fix Valve ↵AAGaming
Internal
2023-03-01Fix QAM And Toaster Injection for Mar 02 Beta (#388)v2.6.3-pre1v2.6.2Beebles
2023-02-06Fix class name shenanigans for toast notification (#366)v2.5.3-pre3Marco Rodolfi
* Fix class name shenanigans for toast notification * Corrected number of iterations
2022-12-10feat(MoreCustomizableToasts): Allow plugin developers to customize some ↵jurassicplayer
toast properties (#268) * Use settingsStore directly * Change toast etype, add showToast/playSound * Update DFL and rebase
2022-10-30Merge Tabs and Injection Fixes, bring back native Valve toaster (#238)TrainDoctor
* 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-24preview 10/21/2022 fixes (#234)AAGaming
* 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-16Fix toaster initializationv2.3.0-pre2TrainDoctor
2022-10-15Developer menu (#211)v2.3.0-pre1AAGaming
* add settings utils to use settings outside of components * initial implementation of developer menu * ✨ Add support for addScriptToEvaluateOnNewDocument * React DevTools support * increase chance of RDT successfully injecting * Rewrite toaster hook to not re-create the window * remove friends focus workaround because it's fixed * Expose various DFL utilities as DFL in dev mode * try to fix text field focuss * move focusable to outside field * add onTouchEnd and onClick to focusable * Update pnpm-lock.yaml Co-authored-by: FinalDoom <7464170-FinalDoom@users.noreply.gitlab.com> Co-authored-by: TrainDoctor <traindoctor@protonmail.com>
2022-10-14fix old toast patch to not re-create windowv2.2.5-pre1AAGaming
2022-10-14Revert "Rewrite toaster hook to not re-create the window (#217)"AAGaming
This reverts commit 3ac0abc82bd266eecb7c5f468481e364790be665.
2022-10-14Rewrite toaster hook to not re-create the window (#217)v2.2.4-pre1AAGaming
2022-10-02ACTUALLY FIX the friends focus workaroundAAGaming
2022-10-01actually fix focus issue on startupAAGaming
2022-10-01change console.log to styled logv2.1.1v2.1.0-pre6AAGaming
2022-10-01fix friends menu focusing itselfAAGaming
2022-09-18hopefully actually fix toasterAAGaming
2022-09-18Possibly actually fix the toasts issueAAGaming
2022-09-16wait for toaster ready, hopefully fix file browser patchAAGaming
2022-09-05fix(toaster): fix toasts rendering multiple timesAAGaming
2022-09-05fix(toasts): handle toasts ingame properly without useComposition hackAAGaming
2022-09-04Update decky-frontend-lib and refactor patchesAAGaming
2022-08-14fix toasts breaking sometimesv2.0.5-pre.9AAGaming
2022-08-12Fix toaster deinit errorv2.0.5-pre.6AAGaming
2022-08-09Add api for showing toast notificationsv2.0.4-67426af-preAAGaming