summaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Collapse)Author
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-13Fix ModalRoot component on beta (#792)v3.1.9-pre1AAGaming
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-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-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-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-03-19fix toasts on beta (valve forgot how to count)AAGaming
2025-01-03fix(ErrorBoundary): use same conditions as Valve boundary for renderingv3.1.2-pre1AAGaming
this fixes the screenshot deletion error
2025-01-02Bump cross-spawn from 7.0.3 to 7.0.6 in /frontend (#727)dependabot[bot]
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-02feat: 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-12-13chore: remove dead / double code (#726)eXhumer
* noticed by @KP2048 in https://discord.com/channels/960281551428522045/960284311444131840/1317031315551420447 Signed-off-by: eXhumer <exhumer@exhumer.cc>
2024-12-13Merge branch 'main' of github.com:SteamDeckHomebrew/decky-loaderAAGaming
2024-12-13fix(deps): update decky/ui to fix beta plugin loading issuesAAGaming
2024-10-13Bump micromatch from 4.0.7 to 4.0.8 in /frontend (#714)v3.0.4-pre1v3.0.4dependabot[bot]
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-13Bump rollup from 4.18.0 to 4.22.4 in /frontend (#711)dependabot[bot]
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.22.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.18.0...v4.22.4) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-11lintv3.0.2-pre3AAGaming
2024-10-11bump @decky/ui to fix issues on betaAAGaming
2024-10-11fix dropdownmultiselect on betaAAGaming
2024-10-11fix another toStringAAGaming
2024-10-11prevent future issues where toString may not be a function (what)AAGaming
2024-10-04Fix broken checkboxes on Beta Steam client (#710)v3.0.2-pre2AAGaming
2024-10-03Fix missing components on Oct 2 2024 Steam Beta (#709)v3.0.2-pre1AAGaming
2024-09-17Rebase semver parsing on main (#677)v3.0.1Marco Rodolfi
Co-authored-by: Marco Rodolfi <marco.rodolfi.1992@gmail.com>
2024-09-16bump @decky/ui to include findSP fixv3.0.1-pre3AAGaming
2024-09-16shut ts upv3.0.1-pre2AAGaming
2024-09-16wait for SteamApp init stage 1 to finish before loading decky's frontend bundleAAGaming
should fix the startup race condition
2024-09-11just sleep 500ms for now to work around startup race conditionv3.0.0-pre14AAGaming
2024-09-11potentially fix startup race conditionAAGaming
2024-09-11add cache bust param to index.js of esmodule pluginsAAGaming
should fix hot reload
2024-09-01fix external links softlocking the ui in testing store ctaAAGaming
2024-08-21lintAAGaming
2024-08-20only grab the first 8 lines of the component stackAAGaming
2024-08-13fix oopsie breaking decky on the latest betav3.0.0-pre10AAGaming
2024-08-08fix reloading pluginsv3.0.0-pre9AAGaming
2024-08-08remove useless toast delayAAGaming