-
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.
- Loading branch information
Showing
6 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
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 dashboard-extensions
updated
34 files
Submodule external-webhook
updated
34 files
Submodule metadata-manager
updated
35 files
Submodule protected-route
updated
32 files
+0 −8 | .env.example | |
+0 −46 | .github/scripts/open-prod-pr.mjs | |
+0 −2 | .github/workflows/main.yml | |
+0 −24 | .github/workflows/manage-example-branches.yml | |
+14 −0 | .github/workflows/prepare-prod-release.yml | |
+0 −2 | .gitignore | |
+1 −2 | .npmrc | |
+1 −2 | CODEOWNERS | |
+27 −27 | README.md | |
+0 −3 | next.config.js | |
+22 −28 | package.json | |
+2,403 −4,619 | pnpm-lock.yaml | |
+ − | public/logo.png | |
+5 −1 | saleor-app.ts | |
+196 −0 | src/DashboardActions.tsx | |
+0 −0 | src/lib/graphql.ts | |
+0 −19 | src/lib/no-ssr-wrapper.tsx | |
+14 −10 | src/lib/theme-synchronizer.tsx | |
+0 −118 | src/order-example.tsx | |
+26 −16 | src/pages/_app.tsx | |
+0 −87 | src/pages/actions.tsx | |
+19 −45 | src/pages/api/manifest.ts | |
+38 −0 | src/pages/api/protected.ts | |
+2 −18 | src/pages/api/register.ts | |
+0 −105 | src/pages/api/webhooks/order-created.ts | |
+36 −141 | src/pages/index.tsx | |
+9 −9 | src/providers/GraphQLProvider.tsx | |
+ − | src/public/favicon.ico | |
+4 −0 | src/public/vercel.svg | |
+0 −6 | src/setup-tests.ts | |
+18 −3 | src/styles/globals.css | |
+0 −13 | vitest.config.ts |
Submodule trpc
updated
40 files