No description
![]() * Update imports from apps-shared package * Extract main bar and app icon * Remove graphql generated * Implement AppIcon and MainBar in data importer and invoices * Change name to TitleBar * Use TitleBar and AppIcon from shared package * Use title bar from shared in search * Refactor slack to use TitleBar from shared package * Make TitleBar sticky * Run codegen before cicd tests * Add generate script |
||
---|---|---|
.changeset | ||
.github/workflows | ||
apps | ||
packages | ||
templates | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
CODEOWNERS | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
README.md | ||
turbo.json |
Saleor Apps
The central space for Saleor Apps, Integrations and Marketplace.
Overview
This repository serves as a starting point in the exploration of Saleor apps.
Saleor apps are separate applications that use GraphQL to talk to the Saleor server and receive webhooks with event notifications from Saleor.
From here, you can visit:
- 🔍 Apps documentation - to learn more about how you can use apps to extend the capabilities of Saleor.
- 🆕 Quickstart Tutorial - to build your first app using Saleor CLI.
- 🗓️ Roadmap - to see the current progress on the development of official Saleor apps.
- ✍️ GitHub issues - to submit a proposal for creating a new integration or an app.