Skip to content

Commit

Permalink
Merge branch 'SteamDeckHomebrew:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
KP2048 authored Jan 17, 2024
2 parents de07837 + d135a82 commit 62fab41
Show file tree
Hide file tree
Showing 30 changed files with 52 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
- name: Download Decky CLI
run: |
mkdir /tmp/decky-cli
curl -L -o /tmp/decky-cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/download/0.0.1-alpha.11/decky"
curl -L -o /tmp/decky-cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/download/0.0.1-alpha.14/decky"
chmod +x /tmp/decky-cli/decky
echo "/tmp/decky-cli" >> $GITHUB_PATH
Expand Down
26 changes: 24 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
url = https://git.ngni.us/NG-SD-Plugins/PowerTools
[submodule "plugins/SDH-CssLoader"]
path = plugins/SDH-CssLoader
url = https://github.com/suchmememanyskill/SDH-CssLoader
url = https://github.com/DeckThemes/SDH-CssLoader
[submodule "plugins/vibrantDeck"]
path = plugins/vibrantDeck
url = https://github.com/libvibrant/vibrantDeck.git
Expand All @@ -40,7 +40,7 @@
url = https://github.com/popsUlfr/SDH-Notebook.git
[submodule "plugins/Fantastic"]
path = plugins/Fantastic
url = https://github.com/NGnius/Fantastic
url = https://git.ngni.us/NG-SD-Plugins/Fantastic
[submodule "plugins/memory-deck"]
path = plugins/memory-deck
url = https://github.com/CameronRedmore/memory-deck.git
Expand Down Expand Up @@ -183,3 +183,25 @@
[submodule "plugins/decky-xrealAir"]
path = plugins/decky-xrealAir
url = https://github.com/wheaney/decky-xrealAir.git
branch = xrealAir
[submodule "plugins/DeckScreenshotManager"]
path = plugins/DeckScreenshotManager
url = https://github.com/codehz/DeckScreenshotManager
[submodule "plugins/MicroSDeck"]
path = plugins/MicroSDeck
url = https://github.com/CEbbinghaus/MicroSDeck
[submodule "plugins/decky-save-manager"]
path = plugins/decky-save-manager
url = https://github.com/metehankutlu/decky-save-manager
[submodule "plugins/CheatDeck"]
path = plugins/CheatDeck
url = https://github.com/SheffeyG/CheatDeck
[submodule "plugins/reshadeck"]
path = plugins/reshadeck
url = https://github.com/safijari/reshadeck
[submodule "plugins/kdeconnect"]
path = plugins/kdeconnect
url = https://github.com/safijari/Decky-KDE-Connect.git
[submodule "plugins/decky-XRGaming"]
path = plugins/decky-XRGaming
url = [email protected]:wheaney/decky-XRGaming.git
1 change: 1 addition & 0 deletions plugins/CheatDeck
Submodule CheatDeck added at 86b74a
1 change: 1 addition & 0 deletions plugins/DeckScreenshotManager
Submodule DeckScreenshotManager added at b4c3f4
2 changes: 1 addition & 1 deletion plugins/Fantastic
Submodule Fantastic updated from 78921c to e46420
1 change: 0 additions & 1 deletion plugins/FriendsFix
Submodule FriendsFix deleted from a4c5f7
1 change: 1 addition & 0 deletions plugins/MicroSDeck
Submodule MicroSDeck added at 25ece0
2 changes: 1 addition & 1 deletion plugins/SDH-CssLoader
Submodule SDH-CssLoader updated 76 files
+ assets/css-store-preview.png
+59 −9 css_browserhook.py
+3 −5 css_inject.py
+365 −0 css_loader.py
+6 −1 css_server.py
+15 −3 css_theme.py
+25 −11 css_themepatchcomponent.py
+6 −3 css_utils.py
+40 −315 main.py
+9 −9 package-lock.json
+3 −3 package.json
+3 −3 plugin.json
+294 −286 pnpm-lock.yaml
+3 −3 rollup.config.js
+6 −0 src/ThemeTypes.ts
+13 −6 src/api.ts
+3 −0 src/apiTypes/CSSThemeTypes.ts
+7 −0 src/apiTypes/Motd.ts
+0 −0 src/backend/backendHelpers/index.ts
+78 −0 src/backend/backendHelpers/toggleTheme.tsx
+33 −0 src/backend/pythonMethods/pluginSettingsMethods.ts
+4 −0 src/backend/pythonRoot.ts
+0 −117 src/components/AllThemes/AllThemesModal.tsx
+0 −90 src/components/AllThemes/AllThemesSingleEntry.tsx
+0 −71 src/components/AllThemes/ThemeSettingsModal.tsx
+152 −0 src/components/Modals/AuthorViewModal.tsx
+4 −5 src/components/Modals/CreatePresetModal.tsx
+45 −0 src/components/Modals/DeleteConfirmationModal.tsx
+166 −0 src/components/Modals/ThemeSettingsModal/ThemeSettingsModal.tsx
+139 −0 src/components/Modals/ThemeSettingsModal/ThemeSettingsModalButtons.tsx
+1 −0 src/components/Modals/ThemeSettingsModal/index.ts
+0 −2 src/components/Modals/index.ts
+1 −1 src/components/OptionalDepsModal.tsx
+97 −0 src/components/QAMTab/MOTDDisplay.tsx
+2 −4 src/components/QAMTab/PresetSelectionDropdown.tsx
+34 −31 src/components/QAMTab/QAMThemeToggleList.tsx
+1 −0 src/components/QAMTab/index.ts
+214 −0 src/components/Styles/ExpandedViewStyles.tsx
+124 −0 src/components/Styles/ThemeBrowserCardStyles.tsx
+2 −0 src/components/Styles/index.ts
+47 −0 src/components/SupporterIcon.tsx
+30 −0 src/components/ThemeErrorCard.tsx
+49 −181 src/components/ThemeManager/BrowserItemCard.tsx
+24 −8 src/components/ThemeManager/BrowserSearchFields.tsx
+23 −6 src/components/ThemePatch.tsx
+54 −0 src/components/ThemeSettings/DeleteMenu.tsx
+86 −0 src/components/ThemeSettings/FullscreenProfileEntry.tsx
+114 −0 src/components/ThemeSettings/FullscreenSingleThemeEntry.tsx
+31 −0 src/components/ThemeSettings/UpdateAllThemesButton.tsx
+10 −76 src/components/ThemeToggle.tsx
+40 −17 src/components/TitleView.tsx
+1 −1 src/components/index.ts
+3 −0 src/deckyPatches/NavControllerFinder.tsx
+47 −0 src/deckyPatches/NavPatch.tsx
+31 −0 src/deckyPatches/NavPatchInfoModal.tsx
+83 −42 src/index.tsx
+47 −0 src/logic/numbers.ts
+40 −0 src/pages/settings/Credits.tsx
+164 −0 src/pages/settings/DonatePage.tsx
+81 −0 src/pages/settings/PluginSettings.tsx
+52 −0 src/pages/settings/PresetSettings.tsx
+105 −0 src/pages/settings/SettingsPageRouter.tsx
+125 −0 src/pages/settings/ThemeSettings.tsx
+419 −0 src/pages/theme-manager/ExpandedView.tsx
+96 −0 src/pages/theme-manager/LogInPage.tsx
+4 −5 src/pages/theme-manager/StarredThemesPage.tsx
+4 −5 src/pages/theme-manager/SubmissionBrowserPage.tsx
+21 −7 src/pages/theme-manager/ThemeBrowserPage.tsx
+7 −12 src/pages/theme-manager/ThemeManagerRouter.tsx
+0 −1 src/pages/theme-manager/index.ts
+31 −14 src/python.ts
+14 −2 src/state/CssLoaderState.tsx
+70 −0 src/styles/themeSettingsModalStyles.css
+0 −410 src/theme-manager/ExpandedView.tsx
+0 −164 src/theme-manager/LogInPage.tsx
+0 −147 src/theme-manager/UninstallThemePage.tsx
2 changes: 1 addition & 1 deletion plugins/TabMaster
Submodule TabMaster updated 129 files
1 change: 1 addition & 0 deletions plugins/decky-XRGaming
Submodule decky-XRGaming added at a1e2e2
2 changes: 1 addition & 1 deletion plugins/decky-recorder
1 change: 1 addition & 0 deletions plugins/decky-save-manager
Submodule decky-save-manager added at 51ea03
2 changes: 1 addition & 1 deletion plugins/decky-terminal
2 changes: 1 addition & 1 deletion plugins/decky-xrealAir
2 changes: 1 addition & 1 deletion plugins/hltb-for-deck
Submodule hltb-for-deck updated 49 files
+17 −4 Readme.md
+ images/image002.png
+ images/image003.png
+9 −9 package.json
+308 −349 pnpm-lock.yaml
+17 −6 release.md
+90 −21 src/components/GameStats/GameStats.tsx
+5 −4 src/components/GameStats/style.tsx
+24 −0 src/components/HLTBContextMenuItem.tsx
+5 −0 src/components/LoadingScreen.tsx
+72 −13 src/components/QuickAccessView/QuickAccessView.tsx
+18 −0 src/hooks/Cache.ts
+1 −0 src/hooks/GameInfoData.ts
+2 −0 src/hooks/useHltb.ts
+23 −0 src/hooks/useLocalization.ts
+27 −0 src/hooks/useStatPreferences.ts
+11 −3 src/index.tsx
+61 −0 src/languages.ts
+26 −0 src/localizations/bg.json
+26 −0 src/localizations/cs.json
+26 −0 src/localizations/da.json
+26 −0 src/localizations/de.json
+26 −0 src/localizations/el.json
+26 −0 src/localizations/en.json
+26 −0 src/localizations/es-419.json
+26 −0 src/localizations/es.json
+26 −0 src/localizations/fi.json
+26 −0 src/localizations/fr.json
+26 −0 src/localizations/hu.json
+26 −0 src/localizations/it.json
+26 −0 src/localizations/ja.json
+26 −0 src/localizations/ko.json
+26 −0 src/localizations/nl.json
+26 −0 src/localizations/no.json
+26 −0 src/localizations/pl.json
+26 −0 src/localizations/pt-br.json
+26 −0 src/localizations/pt.json
+26 −0 src/localizations/ro.json
+26 −0 src/localizations/ru.json
+26 −0 src/localizations/sv.json
+26 −0 src/localizations/th.json
+26 −0 src/localizations/tr.json
+26 −0 src/localizations/uk.json
+26 −0 src/localizations/vi.json
+26 −0 src/localizations/zh-cn.json
+26 −0 src/localizations/zh-tw.json
+2 −2 src/patches/LibraryApp.tsx
+117 −0 src/patches/LibraryContextMenu.tsx
+2 −1 tsconfig.json
1 change: 1 addition & 0 deletions plugins/kdeconnect
Submodule kdeconnect added at c5dbb9
2 changes: 1 addition & 1 deletion plugins/moondeck
Submodule moondeck updated 67 files
+3 −4 defaults/python/lib/buddyclient.py
+1 −1 defaults/python/lib/constants.py
+59 −24 defaults/python/lib/moonlightproxy.py
+1 −1 defaults/python/lib/runnerresult.py
+34 −4 defaults/python/lib/settings.py
+11 −0 defaults/python/lib/utils.py
+167 −0 defaults/python/lib/wolsplashscreen.py
+111 −60 defaults/python/runner.py
+15 −8 main.py
+3 −3 package.json
+15 −11 pnpm-lock.yaml
+56 −0 src/components/changelogview/changelogview.tsx
+8 −2 src/components/hostselectionview/hostselectiondropdown.tsx
+1 −1 src/components/hostselectionview/hostselectionview.tsx
+12 −3 src/components/hostselectionview/manualhostmodal.tsx
+4 −4 src/components/hostsettingsview/hostsettingsview.tsx
+1 −2 src/components/icons/host.tsx
+2 −0 src/components/icons/index.ts
+3 −0 src/components/icons/settings.tsx
+3 −0 src/components/icons/trash.tsx
+5 −4 src/components/moondecklaunchbutton/buttonstyle.tsx
+20 −15 src/components/moondecklaunchbutton/moondecklaunchbutton.tsx
+101 −0 src/components/moonlightsettingsview/linkeddisplaylist.tsx
+73 −0 src/components/moonlightsettingsview/linkeddisplaymodal.tsx
+1 −1 src/components/moonlightsettingsview/modifyresolutionmodal.tsx
+62 −0 src/components/moonlightsettingsview/moonlightexecutableselection.tsx
+8 −3 src/components/moonlightsettingsview/moonlightsettingsview.tsx
+0 −14 src/components/quicksettingsview/gotosettingspanel.tsx
+14 −5 src/components/quicksettingsview/hoststatuspanel.tsx
+3 −4 src/components/quicksettingsview/quicksettingsview.tsx
+53 −22 src/components/quicksettingsview/resolutionpanel.tsx
+30 −7 src/components/runnersettingsview/runnersettingsview.tsx
+1 −1 src/components/setupguideview/setupguideview.tsx
+0 −1 src/components/shared/index.ts
+3 −1 src/components/shared/indexedlist/indexedlistdropdown.tsx
+0 −28 src/components/shared/ipaddresstextinput.tsx
+3 −2 src/components/shared/listdropdown.tsx
+3 −1 src/components/shared/resolutionselectiondropdown.tsx
+15 −25 src/components/shared/textinput.tsx
+1 −0 src/components/titleview/index.ts
+36 −0 src/components/titleview/titleview.tsx
+1 −0 src/hooks/index.ts
+19 −0 src/hooks/usecurrentdisplayidentifier.tsx
+2 −1 src/hooks/usecurrenthostsettings.tsx
+3 −2 src/hooks/usecurrentsettings.tsx
+4 −2 src/index.tsx
+44 −44 src/lib/appoverviewpatcher.ts
+1 −1 src/lib/index.ts
+27 −9 src/lib/moondeckapplauncher.ts
+8 −6 src/lib/serverproxy.ts
+34 −1 src/lib/settingsmanager.ts
+16 −16 src/lib/shortcutmanager.ts
+10 −1 src/lib/steamutils.ts
+2 −2 src/routes/moondeck.tsx
+7 −2 src/steam-utils/addShortcut.ts
+0 −23 src/steam-utils/getAppOverview.ts
+0 −23 src/steam-utils/getAppStore.ts
+59 −0 src/steam-utils/getAppStoreEx.ts
+2 −2 src/steam-utils/getCollectionStore.ts
+49 −0 src/steam-utils/getDisplayIdentifiers.ts
+8 −2 src/steam-utils/getGameId.ts
+3 −0 src/steam-utils/getSystemDisplayManagerStore.ts
+3 −2 src/steam-utils/index.ts
+15 −0 src/steam-utils/registerForDisplayStateChanges.ts
+8 −2 src/steam-utils/removeShortcut.ts
+5 −0 src/steam-utils/shared.ts
+10 −4 src/steam-utils/waitForAppOverview.ts
1 change: 1 addition & 0 deletions plugins/reshadeck
Submodule reshadeck added at 81d71e
2 changes: 1 addition & 1 deletion plugins/sharedeck-y
Submodule sharedeck-y updated 4 files
+1 −1 LICENSE
+4 −2 README.md
+2 −2 package.json
+7 −7 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion plugins/tailscale-control
2 changes: 1 addition & 1 deletion plugins/vibrantDeck

0 comments on commit 62fab41

Please sign in to comment.