saleor-dashboard/src/webhooks
Tomasz Szymański c30429f7f4
Implement inclusion feature of postal codes (#983)
* Temporary merged schema and types update

* Update typing for zipCodeRules -> postalCodeRules

* Refactor zipCodes to postalCodes

* Fix new schema webhooks

* Delete postal code unassign dialog

* Query inclusion type from backend

* Clean up schema from old mutations

* Proper new mutations structure, all postal code related changes

* Linter changes

* Fix bug with save not being refreshed after codes are added / deleted / inclusion change

* Tests and translations

* Fix warnings across app, minor variables refactor

* Linting

* Trigger deployment

* CR changes, cleanups and refactors

* Update snapshots

* Resolve bug with radio not shows correct value on page refresh

* Fix price and weight creation of codes

* Reducer

* Revert "Reducer"

This reverts commit 07a3aed9c88332bde7d9be61b6dbc29e34e4edba.
2021-02-23 09:58:25 +01:00
..
components Implement inclusion feature of postal codes (#983) 2021-02-23 09:58:25 +01:00
types Update schema - remove webhooks (#827) 2020-11-12 14:47:44 +01:00
views Apps (#599) 2020-07-22 12:54:15 +02:00
fixtures.ts Update schema - remove webhooks (#827) 2020-11-12 14:47:44 +01:00
index.tsx Apps (#599) 2020-07-22 12:54:15 +02:00
mutations.ts Apps (#599) 2020-07-22 12:54:15 +02:00
queries.ts Update schema - remove webhooks (#827) 2020-11-12 14:47:44 +01:00
urls.ts Apps (#599) 2020-07-22 12:54:15 +02:00
utils.ts Move fragments to avoid circular imports 2020-07-07 12:14:12 +02:00