decky-frontend-lib
decky-frontend-lib copied to clipboard
The support library for creating plugins for decky
Using the SDH Discord server, GitHub, and personal findings, I have attempted to document as many functions as possible within the `SteamClient` object. Feedback is greatly appreciated. If you come...
This changes to finding modules by searching from only the class modules instead of all modules and fixes 2 wrong class modules being found. Additionally more classes are added as...
Changes: 1. Export Gamepad UI Audio instance 2. Add a number of custom built components... - CustomButton: Gamepad UI button with customizable options, such as transparency, focus style, and sfx...
Adds required types for SteamDeckHomebrew/decky-loader#308
~~I discovered this while working on CSSLoader, the only ones I've found that affected my app is that `FieldChildren` has been replaced with `FieldChildrenInner` and `SliderControlWithIcon` was replaced by something...
This could be useful for e.g. editing the login page.
Should also solve Frog's MobX issues.
This is untested on Steam Deck, though seemingly all components function the same across platforms. `bMatchWidth` implicitly true, controls whether the opened Dropdown menu will match the width of the...
## Extend reorderable lists and hopefully improve consistency (?) - Changed label to an optional parameter - Added `component` prop to ReorderableEntry to allow for different components as list entries...
The new tree patch expects the `node.type` of class components to be of type "object" however this is not the case. An example class component node might look like ```...