summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-26fix hide behaviour for potential testersbeebls/motdBeebles
2025-09-26add in scroll hintBeebles
2025-09-26test setting scrollpanelgroup to falseBeebles
2025-09-26fix scrollpanel groupBeebles
2025-09-26change to scrollpanelgroupBeebles
2025-09-26add scroll overflowBeebles
2025-09-26add .DS_Store to gitignoreBeebles
2025-09-26further work on modalBeebles
2025-09-26fix styling issuesBeebles
2025-09-26being working on fullscreen modalBeebles
2025-09-26add in 2nd debug announcementBeebles
2025-09-26fix array length 0 checkBeebles
2025-08-17modify AnnouncementsDisplay to display all current announcements, not one at ↵Beebles
a time
2025-08-01ensure nulls arent passed to sortBeebles
2025-08-01move welcome announcement to defaultBeebles
2025-08-01remove duplicates when adding announcements to arrayBeebles
2025-08-01change announcements to be stackBeebles
2025-08-01change to use array of hidden announcementsBeebles
2025-08-01rename motd to announcements and implement new APIBeebles
2025-08-01move motd into div with paddingBeebles
2025-08-01only set motd if value returnedBeebles
2025-08-01fix(motd): run prettierBeebles
2025-08-01feat(motd): add motd component (untested)Beebles
2025-07-28Merge commit from forkv3.1.10AAGaming
* fix incorrect permissions on plugin directories * chown plugin dirs too * fix the stupid * cleanup useless comments
2025-07-13OOPSv3.1.9AAGaming
2025-07-13Merge branch 'main' of github.com:SteamDeckHomebrew/decky-loaderAAGaming
2025-07-13certified pnpm momentAAGaming
2025-07-13Fix ModalRoot component on beta (#792)v3.1.9-pre1AAGaming
2025-07-13chore(readme): update to reflect dumb new pnpm changeAAGaming
2025-07-13feat(dev): make deckdebug.sh configurableAAGaming
so i can use it on windows :3
2025-07-08bump @decky/ui to fix ConfirmModal component (#789)v3.1.8-pre1AAGaming
Co-Authored-By: shadow <81448108+shdwmtr@users.noreply.github.com>
2025-07-01Fix updater reload freezing (#786)v3.1.7-pre1AAGaming
2025-06-29Removed `FocusRing` from Decky Changelog Modal and use `Focusable` instead ↵v3.1.6-pre1v3.1.6ynhhoJ
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-29Add 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-28Bump setuptools from 70.1.1 to 78.1.1 in /backend (#772)dependabot[bot]
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.1.1 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v70.1.1...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-28fix(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-05-29Add support of files from `data/<plugin>/` to be fetched from Front-End (#761)ynhhoJ
* Add support of files from `data/<plugin>/assets/` to be fetched from Front-End * Add `data` regex folder into `csrf_middleware`
2025-05-19Translations update from Weblate (#771)WerWolvTranslationBot
* Translated using Weblate (French) Currently translated at 100.0% (176 of 176 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/fr/ * Translated using Weblate (French) Currently translated at 100.0% (176 of 176 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/fr/ --------- Co-authored-by: Anaëlle <contact@anaelle.dev>
2025-04-23Simplify 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-04-23feat: VSCode Tasks Runner and deckdebug.sh Enhancements (#763)Yassine Gherbi
* feat: add dependency checks in deckdebug.sh * feat: add argument validation to deckdebug.sh * feat: remove unnecessary (testing) dependency from deckdebug.sh * . * feat: add script to run VSCode tasks with dependency handling * fix: update script usage instructions in tasks.sh * fix: dependency check after checking for nix * feat: add nix shell support in tasks.sh * fix: match the dependencies Resolve: https://github.com/SteamDeckHomebrew/decky-loader/pull/763/files/d22612c207b1f0996f2a1dbc4bd7ad392b12e49c#r2039722788 * fix incorrect path in usage --------- Co-authored-by: AAGaming <aagaming00@protonmail.com>
2025-04-05Translations update from Weblate (#764)WerWolvTranslationBot
* Translated using Weblate (Russian) Currently translated at 94.8% (167 of 176 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ru/ * Translated using Weblate (Japanese) Currently translated at 100.0% (176 of 176 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/ --------- Co-authored-by: Andrew <www.andru90@gmail.com> Co-authored-by: Tak-attack <tak.bts@gmail.com>
2025-04-05Bump jinja2 from 3.1.5 to 3.1.6 in /backend (#762)dependabot[bot]
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-26Revert "fix dev on newer python (steamos 3.7)" (#758)v3.1.5-pre1v3.1.5Lukas Senionis
This reverts commit efac7bc397b8949f3748118469befab6b97aa45e.
2025-03-19fix dev on newer python (steamos 3.7)v3.1.4-pre1AAGaming
2025-03-19fix toasts on beta (valve forgot how to count)AAGaming
2025-03-17pin changed-files to a safe SHAAAGaming
2025-02-26Translated using Weblate (Czech) (#753)WerWolvTranslationBot
Currently translated at 100.0% (176 of 176 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/cs/ Co-authored-by: Meiton <michal.salati@gmail.com>
2025-02-24Translated using Weblate (Swedish) (#752)WerWolvTranslationBot
Currently translated at 100.0% (176 of 176 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/sv/ Co-authored-by: Daniel Nylander <po@danielnylander.se>
2025-02-20Translations update from Weblate (#751)WerWolvTranslationBot
* Translated using Weblate (Italian) Currently translated at 100.0% (176 of 176 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/ * Translated using Weblate (English) Currently translated at 100.0% (176 of 176 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/en/ * Translated using Weblate (Italian) Currently translated at 100.0% (176 of 176 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/ --------- Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io>
2025-02-19Rename ka--DZ.json to ka-DZ.jsonMarco Rodolfi
Wrong filename in the locales folder