saleor-dashboard/src/utils
mmarkusik 19b8d30565
Feature - channels per plugin (#1093)
* Update schema

* Update queries, mutations, and types

* Add render with dividers util function

* Add plugin details channels card component

* Update plugin details to use channels

* Update stories

* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"

* Update schema

* Update types

* Update plugins list to show channels and global statuses, add plugin channel status, update status label component

* Add render with dividers util function

* Comment out some stuff for types to match - temporary

* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more

* Change filters logic to be able to display multiple fields in a field section and add it to plugins view

* Add scroll option to plugin availability popup on plugin list

* Fix plugin list page story

* Temporarily comment some stuff out, fix some types

* Add filters errors WIP

* Fix filters not updating list

* Add error handling to plugins list filters and filters in general

* Rename some components according to review

* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly

* Fix imports

* Move render collection with dividers to a component, fix usages

* Replace channels with load more and search query to base channels query

* Change render with dividers function to take in a component instead of render function

* Update tests

* Extract messages

* Remove unnecessary imports

* Fix filters - autocomplete messing items order sometimes & some fields not working

* Update plugin update mutation variables - change channelId to channel

* fix failing tests

* Add test ids

* fix failing tests

* fix failing tests

* Rename misc.tsx to ts

* Remove usage of render collection with diviers, change it to CollectionWithDividers component

* Remove unnecessary imports

* Update messages ids

* Update snapshots

Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 15:58:09 +02:00
..
columns Add sorting ability to product list 2019-09-16 17:11:07 +02:00
data Add rich text editor to pages 2020-11-04 13:59:23 +01:00
errors Saleor 2798 user addresses selection for draft order (#1082) 2021-05-06 13:38:15 +02:00
filters Feature - channels per plugin (#1093) 2021-05-11 15:58:09 +02:00
handlers Attach permission variables to all queries (#1000) 2021-03-09 09:44:09 +01:00
lists wip 2020-04-28 16:37:16 +02:00
menu Add circleci config and enhance our linters (#519) 2020-05-14 11:30:32 +02:00
metadata Drop deprecated fields (#1071) 2021-04-26 09:49:55 +02:00
richText Add shipping method description (#1058) 2021-04-16 14:33:14 +02:00
api.ts Handle Cloud limits (#1053) 2021-04-13 11:59:16 +02:00
credentialsManagement.ts Add PasswordCredential type (#868) 2020-11-30 11:26:51 +01:00
limits.ts Handle Cloud limits (#1053) 2021-04-13 11:59:16 +02:00
maps.ts Add channel shipping zones (#1015) 2021-04-14 15:44:25 +02:00
sort.ts SALEOR-1888-1889 - Fix voucher and sales sorting errors (#1063) 2021-04-19 16:03:51 +02:00
tables.ts Fix exploding table layout 2020-09-25 17:00:17 +02:00
urls.ts Attach permission variables to all queries (#1000) 2021-03-09 09:44:09 +01:00