<feed xmlns='http://www.w3.org/2005/Atom'>
<title>decky-loader/frontend/src/tabs-hook.ts, branch v3.1.11-pre1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/'/>
<entry>
<title>Allow B button to close active plugin and return to menu. (#218)</title>
<updated>2022-10-15T03:33:16+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-10-15T03:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=87a7361dc76949325421d9579e1e1813e84dcc1e'/>
<id>87a7361dc76949325421d9579e1e1813e84dcc1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a conditional while loop for when the scroll root is not found. (#212)</title>
<updated>2022-10-08T13:35:21+00:00</updated>
<author>
<name>Devon Schneider</name>
<email>proEndreeper@users.noreply.github.com</email>
</author>
<published>2022-10-08T13:35:21+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=ec907627b862d66e4cc24bc8062b4123eb976529'/>
<id>ec907627b862d66e4cc24bc8062b4123eb976529</id>
<content type='text'>
* 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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed an issue regarding the scroll root path (#201)</title>
<updated>2022-10-04T18:54:54+00:00</updated>
<author>
<name>Devon Schneider</name>
<email>proEndreeper@users.noreply.github.com</email>
</author>
<published>2022-10-04T18:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=d58001c323b935f3b8266dd5aade2a9ddc5bee5f'/>
<id>d58001c323b935f3b8266dd5aade2a9ddc5bee5f</id>
<content type='text'>
* 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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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.</pre>
</div>
</content>
</entry>
<entry>
<title>fix friends menu focusing itself</title>
<updated>2022-10-02T01:22:30+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-10-02T01:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=3c00eb8cf4f5b02b8ec87fc1d9ccdd70221dd916'/>
<id>3c00eb8cf4f5b02b8ec87fc1d9ccdd70221dd916</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update decky-frontend-lib and refactor patches</title>
<updated>2022-09-04T17:33:42+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-09-04T17:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=acaf6c72e48e2bbb42b921292d49c1d157306d0b'/>
<id>acaf6c72e48e2bbb42b921292d49c1d157306d0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix empty settings and store screens after reboot</title>
<updated>2022-08-12T18:45:29+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>traindoctor@protonmail.com</email>
</author>
<published>2022-08-12T18:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=9556994e140f5fcc3ea44f2a297de6e218e55ade'/>
<id>9556994e140f5fcc3ea44f2a297de6e218e55ade</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API for patching existing routes, lower power use</title>
<updated>2022-08-02T22:54:55+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-08-02T22:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=ab6ec981604a32611d972ede634abe7ccd19b0d2'/>
<id>ab6ec981604a32611d972ede634abe7ccd19b0d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tab type, bump lib for tree shaking</title>
<updated>2022-06-29T15:57:59+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-06-29T15:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=18d444e8fc04da818250b36212540065693d3fa2'/>
<id>18d444e8fc04da818250b36212540065693d3fa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add settings page with install from URL option</title>
<updated>2022-06-23T03:22:27+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-06-23T03:22:27+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=9619c52720c97ef74842b15aa732dd0a8d6fb26a'/>
<id>9619c52720c97ef74842b15aa732dd0a8d6fb26a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace tabs hook, fix panels, bump lib</title>
<updated>2022-06-21T03:37:52+00:00</updated>
<author>
<name>AAGaming</name>
<email>aa@mail.catvibers.me</email>
</author>
<published>2022-06-21T03:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=e7c44ee202fcb9ebe5e737eb23485a38b7ea6657'/>
<id>e7c44ee202fcb9ebe5e737eb23485a38b7ea6657</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
