summaryrefslogtreecommitdiff
path: root/frontend/src/tabs-hook.ts
AgeCommit message (Collapse)Author
2022-10-08Use a conditional while loop for when the scroll root is not found. (#212)v2.2.2-pre3Devon Schneider
* Changed back to a while loop for grabbing the scroll root\nAs recursive function exits before it hits 30 iterations in testing. * Changed so if recursive limit is hit, it returns null instead of attempting to continue. * Added log messages regarding recursion limits, as well as fixed recursion tracking. * Removed errant return remaining from scroll root check.
2022-10-04Fixed an issue regarding the scroll root path (#201)v2.2.2-pre1v2.2.1Devon Schneider
* Changed so searching for the scroll root node will look through siblings of children nodes. * Added a missing await Seem to have missed an await from when I was converting my proof-of-concept to an async function. * Minor stylistic change * Changed where program retries to find the scroll root.
2022-10-01fix friends menu focusing itselfAAGaming
2022-09-04Update decky-frontend-lib and refactor patchesAAGaming
2022-08-12fix empty settings and store screens after rebootv2.0.5-pre.5TrainDoctor
2022-08-02API for patching existing routes, lower power usev2.0.4-ab6ec98-preAAGaming
2022-06-29fix tab type, bump lib for tree shakingAAGaming
2022-06-22add settings page with install from URL optionAAGaming
2022-06-20Replace tabs hook, fix panels, bump libAAGaming
2022-05-26Cleanup after mergeJonas Dellinger
2022-05-13Work on react frontend loaderJonas Dellinger