| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-26 | fix hide behaviour for potential testersbeebls/motd | Beebles | |
| 2025-09-26 | add in scroll hint | Beebles | |
| 2025-09-26 | test setting scrollpanelgroup to false | Beebles | |
| 2025-09-26 | fix scrollpanel group | Beebles | |
| 2025-09-26 | change to scrollpanelgroup | Beebles | |
| 2025-09-26 | add scroll overflow | Beebles | |
| 2025-09-26 | further work on modal | Beebles | |
| 2025-09-26 | fix styling issues | Beebles | |
| 2025-09-26 | being working on fullscreen modal | Beebles | |
| 2025-09-26 | add in 2nd debug announcement | Beebles | |
| 2025-09-26 | fix array length 0 check | Beebles | |
| 2025-08-17 | modify AnnouncementsDisplay to display all current announcements, not one at ↵ | Beebles | |
| a time | |||
| 2025-08-01 | ensure nulls arent passed to sort | Beebles | |
| 2025-08-01 | move welcome announcement to default | Beebles | |
| 2025-08-01 | remove duplicates when adding announcements to array | Beebles | |
| 2025-08-01 | change announcements to be stack | Beebles | |
| 2025-08-01 | change to use array of hidden announcements | Beebles | |
| 2025-08-01 | rename motd to announcements and implement new API | Beebles | |
| 2025-08-01 | move motd into div with padding | Beebles | |
| 2025-08-01 | only set motd if value returned | Beebles | |
| 2025-08-01 | fix(motd): run prettier | Beebles | |
| 2025-08-01 | feat(motd): add motd component (untested) | Beebles | |
| 2025-06-29 | Removed `FocusRing` from Decky Changelog Modal and use `Focusable` instead ↵v3.1.6-pre1v3.1.6 | ynhhoJ | |
| which fixes: #685 (#779) * fix(Updater): Remove `FocusRing` component and use `Focusable` instead * feat(Markdown): Add Link `class` to a tag for a mentain a Steam UI colors palette | |||
| 2025-06-29 | Add Decky branch switcher and updater to error boundary (#775) | marios | |
| * Add Decky branch switcher and updater to error boundary * Linting fixup * Update DeckyErrorBoundary.tsx Allow for plugins to trigger new behavior. * Lint fixup | |||
| 2025-06-28 | fix(deps): update @decky/ui to version 4.10.2 (#782) | shadow | |
| * fix(deps): update @decky/ui to version 4.10.1 * chore(deps): bump @decky/ui 4.8.3 -> 4.10.1 * fix(types): UIMode -> EUIMode * fix(types): bypass missing type in library.ts * fix: lint --------- Co-authored-by: AAGaming <aagaming@riseup.net> | |||
| 2025-04-23 | Simplify the typing of the plugin URL for users (#769) | Alexander Maslov | |
| * Simplify the typing of the plugin URL for the user. Make the http/https prefix optional. * Fixed the formatting using prettier --write | |||
| 2025-01-02 | feat: sync with local plugin status in store (#733)v3.1.0-pre1 | Álvaro Cuesta | |
| * fix: useDeckyState proper type and safety * refactor: plugin list Avoids unneeded re-renders. See https://react.dev/learn/you-might-not-need-an-effect#caching-expensive-calculations * feat: sync with local plugin status in store Adds some QoL changes to the plugin store browser: - Add ✓ icon to currently installed plugin version in version selector - Change install button label depending on the install type that the button would trigger - Adds icon to install button for clarity The goal is to make it clear to the user what the current state of the installed plugin is, and what would be the impact of installing the selected version. Resolves #360 * lint: prettier * fix: add missing translations * refactor: safer translation strings on install Prefer using `t(...)` instead of `TranslationHelper` since it ensures that the translation keys are not missing in the locale files when running the `extractext` task. By adding comments with `t(...)` calls, `i18next-parser` will generate the strings as if they were present as literals in the code (see https://github.com/i18next/i18next-parser#caveats). This does _not_ suppress the warnings (since `i18next-parser` does not have access to TS types, so it cannot infer template literals) but it at least makes it less likely that a translation will be missed by mistake, have typos, etc. | |||
| 2024-10-11 | lintv3.0.2-pre3 | AAGaming | |
| 2024-10-11 | fix dropdownmultiselect on beta | AAGaming | |
| 2024-10-11 | prevent future issues where toString may not be a function (what) | AAGaming | |
| 2024-09-01 | fix external links softlocking the ui in testing store cta | AAGaming | |
| 2024-08-08 | fix reloading pluginsv3.0.0-pre9 | AAGaming | |
| 2024-08-07 | handle crashloops and disable decky for the user | AAGaming | |
| 2024-08-05 | Rewrite router/tabs/toaster hooks (#661) | AAGaming | |
| 2024-07-04 | use transparent spinner in WithSuspense | AAGaming | |
| 2024-07-04 | LINTERRRRRRRRRRRRRRRRRRRR | AAGaming | |
| 2024-07-04 | styling fixes for SteamSpinner | AAGaming | |
| 2024-07-04 | fix plugin uninstalls | AAGaming | |
| 2024-06-27 | fix plugin uninstall dialog issuesv3.0.0-pre1aa/websockets | AAGaming | |
| 2024-06-27 | lint | AAGaming | |
| 2024-06-27 | fix cef debug toggle | AAGaming | |
| 2024-06-27 | add some errorboundaries | AAGaming | |
| 2024-06-27 | trigger temporarilyDisableReporting in errorboundary | AAGaming | |
| 2024-06-14 | typescript please | AAGaming | |
| 2024-06-14 | add docstring for emit | Party Wumpus | |
| 2024-06-13 | fixup prettier | AAGaming | |
| 2024-06-13 | update dependencies | AAGaming | |
| 2024-05-27 | error boundary now properly reports steam errors | AAGaming | |
| 2024-05-25 | Custom error handler and some misc fixes | AAGaming | |
| 2024-05-13 | plugin install progress (#614) | Party Wumpus | |
| * Frontend progress bars * Backend bit * closure is stale i think so no closure for you * Fix formatting of the progress svgs * Reset progress bar when new plugin starts downloading | |||
