saleor-apps-redis_apl/apps/taxes
Adrian Pilarczyk ba7c3de471
feat: add basic breadcrumbs component (#470)
* feat:  add empty packages/ui

* feat: ⚗️ move taxes app-grid to packages/ui

* build: ⬆️ upgrade macaw-ui in packages/ui

* add app sdk

* feat:  add basic breadcrumbs component

* refactor: ♻️ simplify breadcrumbs api

* Update packages/ui/src/breadcrumbs.tsx

Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io>

* refactor: 🔥 next-env.d.ts

* refactor: ♻️ address breadcrumbs feedback

* chore: 🔥 remove eslint disable

* build: 👷 add changeset

---------

Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io>
2023-05-18 09:37:51 +02:00
..
graphql fix: charge taxes setting (#466) 2023-05-16 09:17:59 +02:00
src fix: returning 0 for line price if item is not taxable (#476) 2023-05-17 12:49:10 +02:00
.env.example Fix logs (#452) 2023-05-10 16:57:20 +02:00
.eslintrc feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
.gitignore Setup Sentry for Taxes App (#343) 2023-03-29 12:32:34 +02:00
.graphqlrc.yml feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
.npmrc feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
CHANGELOG.md Release apps (#463) 2023-05-16 09:28:24 +02:00
next-env.d.ts feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
next.config.js feat: add basic breadcrumbs component (#470) 2023-05-18 09:37:51 +02:00
package.json feat: add basic breadcrumbs component (#470) 2023-05-18 09:37:51 +02:00
README.md chore/replace taxes readme (#303) 2023-03-17 10:26:43 +01:00
saleor-app.ts feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
sentry.client.config.js Setup Sentry for Taxes App (#343) 2023-03-29 12:32:34 +02:00
sentry.edge.config.js Setup Sentry for Taxes App (#343) 2023-03-29 12:32:34 +02:00
sentry.server.config.js Setup Sentry for Taxes App (#343) 2023-03-29 12:32:34 +02:00
tsconfig.json feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00
turbo.json feat: add basic breadcrumbs component (#470) 2023-05-18 09:37:51 +02:00
vitest.config.ts feat: add taxes app (#223) 2023-03-02 12:01:17 +01:00

Saleor Taxes App

Saleor App Taxes Hub

Hub for configuring taxes in Saleor using different providers.

Documentation

Visit Taxes App documentation to learn how to configure and develop the app locally.