saleor-dashboard/src/shipping
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 Implement inclusion feature of postal codes (#983) 2021-02-23 09:58:25 +01:00
views Implement inclusion feature of postal codes (#983) 2021-02-23 09:58:25 +01:00
errors.ts fix shipping forms save button disabled state (#855) 2020-11-24 14:17:03 +01:00
fixtures.ts Implement inclusion feature of postal codes (#983) 2021-02-23 09:58:25 +01:00
handlers.ts Implement inclusion feature of postal codes (#983) 2021-02-23 09:58:25 +01:00
index.tsx Add zip code exclusion (#877) 2020-12-01 16:42:25 +01:00
mutations.ts Implement inclusion feature of postal codes (#983) 2021-02-23 09:58:25 +01:00
queries.ts Excluded Products in shipping view (#866) 2020-12-02 12:35:02 +01:00
urls.ts Saleor 1659 use query params in channels picker (#886) 2020-12-04 18:09:28 +01:00