2021-01-19 21:17:49 +00:00
|
|
|
{
|
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 13:58:09 +00:00
|
|
|
"plAddress": {
|
|
|
|
"firstName": "test",
|
|
|
|
"lastName": "test",
|
|
|
|
"companyName": "Test3",
|
|
|
|
"streetAddress1": "Smolna",
|
|
|
|
"streetAddress2": "13/1",
|
|
|
|
"city": "Wrocław",
|
|
|
|
"postalCode": "53-346",
|
|
|
|
"country": "PL",
|
|
|
|
"countryArea": "Dolny Śląsk",
|
|
|
|
"phone": "123456787",
|
|
|
|
"currency": "PLN",
|
|
|
|
"countryFullName": "Poland"
|
2021-05-16 11:38:53 +00:00
|
|
|
},
|
|
|
|
"usAddress": {
|
|
|
|
"firstName": "test",
|
|
|
|
"lastName": "test",
|
|
|
|
"companyName": "Test2",
|
|
|
|
"streetAddress1": "Antonio Ridge",
|
|
|
|
"streetAddress2": "34930",
|
|
|
|
"city": "North Patrickfort",
|
|
|
|
"postalCode": "70957",
|
|
|
|
"country": "US",
|
|
|
|
"countryArea": "LA",
|
2021-07-06 10:32:09 +00:00
|
|
|
"phone": "+12025550189",
|
2021-05-16 11:38:53 +00:00
|
|
|
"currency": "USD",
|
|
|
|
"countryFullName": "United States of America"
|
2021-07-12 08:50:50 +00:00
|
|
|
},
|
|
|
|
"secondUsAddress": {
|
|
|
|
"firstName": "test",
|
|
|
|
"lastName": "test",
|
2022-01-13 10:21:21 +00:00
|
|
|
"companyName": "Test1",
|
|
|
|
"streetAddress1": "Rock Quarry Rd",
|
|
|
|
"streetAddress2": "345",
|
|
|
|
"city": "Afton",
|
|
|
|
"postalCode": "37745",
|
2021-07-12 08:50:50 +00:00
|
|
|
"country": "US",
|
2022-01-13 10:21:21 +00:00
|
|
|
"countryArea": "TN",
|
2021-10-21 10:45:38 +00:00
|
|
|
"phone": "+12025550169",
|
2021-07-12 08:50:50 +00:00
|
|
|
"currency": "USD",
|
|
|
|
"countryFullName": "United States of America"
|
2021-04-28 13:10:47 +00:00
|
|
|
}
|
2021-01-19 21:17:49 +00:00
|
|
|
}
|