| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 3ac0abc82bd266eecb7c5f468481e364790be665.
|
|
|
|
|
|
|
|
* Improved header
* Fix header screenshot distance, improve about
* Installation section improvements
* Add mouse and keyboard steps
* Formatting all README sections
* README SVG overhaul
* Move uninstallation to installation section
* Various clarifications
* Clarification on password creation
* Add common issues section
* Add port 1337 warning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
While the video does *show* the password not appearing, he doesn't mention it.
This should reduce the occasional user confusion of passwords not appearing.
|
|
* Add plugin description to Store PluginCard
The description for plugins is available on the web but not in the store, this attempts to fix the issue.
Unfortunately, my current env is completely Windows based so I cannot test this change locally, and setting up an Arch env in WSL2 is proving to be more time consuming than such a simple PR deserves.
* Removed prefix from description
* Apply suggestions from code review
Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
* Inline style fix.
Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
* Prettier formatting fix
* Apply suggestions from code review
Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* (readme) Make store link go to beta.deckbrew + Change wording for clarification
* further change
* change line 26 to say plugin menu
* Change all 'PluginLoader' to 'Decky Loader' in readme
Seems like a reasonable change as Decky was rebranded a while ago
|