-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60f85b5
commit 6196029
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule decky-autosuspend
updated
23 files
+4 −4 | package.json | |
+84 −84 | pnpm-lock.yaml | |
+0 −0 | src/Browser/About.tsx | |
+0 −0 | src/Browser/DefaultSettings.tsx | |
+0 −14 | src/InputControls/NotificationToggles.css.ts | |
+0 −39 | src/InputControls/NotificationToggles.tsx | |
+0 −74 | src/InputControls/Spinner.tsx | |
+50 −12 | src/Utils/Alarms.ts | |
+64 −18 | src/Utils/Context.tsx | |
+23 −1 | src/Utils/Events.ts | |
+75 −2 | src/Utils/Interfaces.ts | |
+2 −1 | src/Utils/Settings.ts | |
+8 −0 | src/Utils/SteamUtils.ts | |
+68 −0 | src/Views/About.tsx | |
+7 −7 | src/Views/AlarmList/AlarmItem.tsx | |
+68 −72 | src/Views/AlarmList/AlarmSettings.tsx | |
+11 −24 | src/Views/AlarmList/index.tsx | |
+86 −0 | src/Views/GlobalSettings/index.tsx | |
+372 −0 | src/Views/Info.tsx | |
+46 −0 | src/Views/PageRouter.tsx | |
+0 −0 | src/Views/QAM/QAMPanel.old.tsx | |
+7 −6 | src/Views/QAM/index.tsx | |
+4 −4 | src/index.tsx |