-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge main into sweep/add-sweep-config
- Loading branch information
Showing
10 changed files
with
226 additions
and
85 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule deep-memo-app
updated
18 files
+1 −0 | android/app/capacitor.build.gradle | |
+3 −0 | android/capacitor.settings.gradle | |
+155 −16 | package-lock.json | |
+3 −3 | package.json | |
+137 −112 | pages/index.tsx | |
+24 −23 | pages/motion.tsx | |
+0 −0 | src/log-package.ts | |
+3 −0 | src/package-log.ts | |
+0 −18 | src/provider.tsx | |
+10 −0 | src/react/components/loading.tsx | |
+94 −93 | src/react/components/page.tsx | |
+4 −2 | src/react/components/with-decorated-deep.tsx | |
+85 −0 | src/react/components/with-device-link-id.tsx | |
+1 −1 | src/react/components/with-login.tsx | |
+5 −4 | src/react/components/with-subscriptions.tsx | |
+13 −0 | src/react/hooks/use-are-all-permissions-granted.ts | |
+52 −0 | src/react/hooks/use-is-all-data-sync-enabled.ts | |
+16 −0 | src/set-all-data-sync.ts |
Submodule deepcase
updated
3 files
+8 −0 | imports/client-handler.tsx | |
+77 −7 | package-lock.json | |
+4 −1 | package.json |
Submodule deepcase-app
updated
3 files
+10 −0 | next.config.js | |
+74 −4 | package-lock.json | |
+2 −2 | package.json |
Submodule store
updated
7 files
+5 −4 | capacitor.tsx | |
+3 −3 | cookies.tsx | |
+3 −3 | local.tsx | |
+2 −2 | package-lock.json | |
+1 −1 | package.json | |
+3 −3 | query.tsx | |
+3 −3 | store.tsx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters