SektorDV
236548a897
Merge pull request #1155 from mirumee/SALEOR-3521/replace-workshop-list-placeholder
...
SALEOR-3521 - replaced skeleton placeholder in warehouse list view
2021-06-15 14:19:04 +02:00
sektordv
8a1be512bf
changed skeleton render condition
2021-06-15 12:51:41 +02:00
sektordv
3812fae7a0
updated pageHeader buttons layout for xs displays
2021-06-15 12:36:20 +02:00
SektorDV
27d09b71e2
Merge pull request #1164 from mirumee/SALEOR-3039/fix-product-variant-media-grid-on-safari
...
fix grid element height in product variants on safari
2021-06-15 11:47:53 +02:00
Dawid Tarasiuk
88e5db054f
Fix product type translations ( #1163 )
...
* Fix product type translations
* Update changelog
2021-06-15 10:10:13 +02:00
SektorDV
b26942f081
removed 100% height on grid elements
2021-06-15 00:07:57 +02:00
Dawid Tarasiuk
c3e720a47e
Saleor 3087 Paginate attribute values in filters ( #1152 )
...
* Dynamic fetch attribute values in filter list
* Update filter attributes fixtures
* Change attribute values filter to autocomplete field
* Fix unchecking attribute value filter failure
* Update test snapshots
* Update changelog
* Fix cypress tests
* Add slug node mapping util
2021-06-14 15:31:41 +02:00
Dawid Tarasiuk
99aa6365be
SALEOR-3513 - Fix attribute values input display ( #1156 )
...
* Fix attribute values input display with additional search handler
* Update changelog
* Update attribute value search handler
2021-06-14 14:19:23 +02:00
sektordv
2f5236e981
button made inline with the header on mobile
2021-06-14 13:24:46 +02:00
sektordv
a7e5e28ca2
updated test snapshots
2021-06-14 12:28:57 +02:00
sektordv
7cc2c2158d
fix for skeleton loader behavior
2021-06-14 12:10:42 +02:00
sektordv
e4936b3868
replaced skeleton with a dash
2021-06-11 15:10:23 +02:00
sektordv
d09e5b4868
replaced logo with new version
2021-06-11 13:54:21 +02:00
SektorDV
4f39e75f2d
Merge pull request #1150 from mirumee/SALEOR-2263/image-visibility-in-dark-mode
...
transparent bg & thicker selection border
2021-06-11 13:15:39 +02:00
Karolina Rakoczy
6a2524a5c7
Saleor 3496 tests for single permissions ( #1147 )
...
* permissions
* orders, channels and discounts
* tests for single permissions
2021-06-10 12:48:59 +02:00
Karolina Rakoczy
2c5b0feeb1
Fix tests after changes ( #1149 )
...
* fix
* fix
2021-06-10 10:13:31 +02:00
sektordv
0b3916f46b
added contrast sidebar logos for dark mode
2021-06-10 09:28:41 +02:00
sektordv
7eb6d548d8
transparent bg & thicker selection border
2021-06-09 17:26:48 +02:00
Marcin Gębala
4e65418c51
Add payment events to webhooks ( #1021 )
...
* Add payment events to webhooks
* Add payment permission
* Extract messages
* Update snapshots
* Rename MANAGE_PAYMENTS to HANDLE_PAYMENTS
* Update snapshots
2021-06-08 12:33:21 +02:00
Marcin Gębala
b0e143b4c5
Merge pull request #1112 from mirumee/feature/SALEOR-3109-attribute-values-pagination
...
Feature/SALEOR-3109 Use pagination on attribute values
2021-06-08 12:28:16 +02:00
Dawid Tarasiuk
4d4aa3f9de
Fix local pagination no of rows change
2021-06-08 10:54:13 +02:00
Dawid Tarasiuk
b78588a131
Implement attribute values pagination for pages ( #1137 )
...
* Implement attribute values pagination for pages
* Paginate initial values by const number
* Change onAttributeSelect to onAttributeFocus
2021-06-08 09:51:27 +02:00
Dawid Tarasiuk
d342bdb63b
Variant attribute values pagination ( #1133 )
...
* Implement attribute values pagination in variant pages
* Implement attribute values pagination in variant creator
* Update variant creator design bugs
* Fix deleting attribute value error
* Refactor attribute value handling in variant creator
* Update after review
* Create local pagination state for attribute values
* Fix autocomplete select field scrolling on fetch more
* Change onAttributeSelect to onAttributeFocus
* Update cypress test function with attribute values pagination
2021-06-08 09:51:27 +02:00
Dawid Tarasiuk
988b191690
Change attribute values to choices ( #1129 )
...
* Change attribute values to choices
* Trigger CI
2021-06-08 09:51:26 +02:00
Dawid Tarasiuk
453e4192fe
Attribute values pagination in product details ( #1125 )
...
* Attribute values pagination in product list filters
* Update product queries and mutations to handle attribute values pagination
* Search for attribute values dynamically on product details page
* Update product attributes mutation payload
* Support attribute values pagination on product create page
* Temporary mock not implemented attribute values pagination in variants and pages
* Trigger CI
* Fix simple product update channel listings
* Add simple local pagination implementation
* Create useLocalPageInfo hook to handle client side pagination
* Allow custom values always for attribute select inputs to prevent bug
2021-06-08 09:51:26 +02:00
Dawid Tarasiuk
f5324cee60
SALEOR-3345 Attribute values pagination on attribute details page ( #1116 )
...
* Attribute values pagination on attribute details page
* Update test snapshots
* Update values pagination in attribute create page
* Trigger CI
* Update attribute valus list pagination settings
* Update attribute details queries
* Fetch only attribute values after values update
2021-06-08 09:51:26 +02:00
Dawid Tarasiuk
39e107a7a6
Remove values from attribute list view ( #1113 )
2021-06-08 09:51:25 +02:00
Dawid Tarasiuk
93027c1e1b
Update changelog
2021-06-08 09:51:25 +02:00
Karolina Rakoczy
50bb0105bd
fix failing tests ( #1144 )
2021-06-07 17:16:44 +02:00
Karolina Rakoczy
7df850bcb1
Saleor 3391 tests for staff members ( #1122 )
...
* invite staff
* staff members
* all tests for staff members
* remove unused import
* update snap
* remove /dashboard/
* uptade test.yml
2021-06-07 13:35:53 +02:00
Karolina Rakoczy
839c4f5afe
Saleor 2961 tests for stocks in checkout ( #1117 )
...
* tests for stocks
* stocks in checkout
* stocks in checkout
* fix shipping
* add billing address
* add empty line
2021-06-07 13:35:26 +02:00
MahmoudRizk
a473531e8f
Fix Category list layout overlapping.
2021-06-05 21:12:37 +02:00
Karolina Rakoczy
dd4519a044
Saleor 3479 tests for permissions groups ( #1135 )
...
* test for permission groups
* test for permission groups
* test for permission groups
* test for permission groups
* all tests for permission groups
* all tests for permission groups
2021-06-02 09:59:34 +02:00
mmarkusik
50764b5932
Unify channel ID param in graphql ( #1131 )
...
* Update schema & types
* Change channel param to channelId in create order mutation usages
* Update types and plugin update mutation params
* Change usages of channel in graphql mutation params to channelId
2021-06-01 14:25:43 +02:00
mmarkusik
852bc127f6
Fix logo appearing too high on screen when loading login ( #1130 )
2021-06-01 14:17:44 +02:00
Karolina Rakoczy
01d0a222ac
Saleor 2962 warehouses in checkout ( #1118 )
...
* add tests for puchase by type
* add expect for isShippingRequired
* tests for adyen
* tests for adyen
* tests for adyen
* tests for adyen
* adyen
* adyen
* adyen
* adyen
* adyen
* warehouses in chcekout
* test for adyen
* adyen tests
* warehouse in chceckout
* merge changes
* remove dash
* remove video
* fix typo
2021-06-01 10:18:45 +02:00
Karolina Rakoczy
0b1d0a3a54
Saleor 3357 tests for orders ( #1119 )
...
* add tests for puchase by type
* add expect for isShippingRequired
* tests for adyen
* tests for adyen
* tests for adyen
* tests for adyen
* adyen
* adyen
* adyen
* adyen
* adyen
* warehouses in chcekout
* rm warehouses in chcekout
* adyen payments
* adyen
* tests for orders
* fix shipping
* unskipp
* orders
* add empty lines
* add empty lines and reduce
* add empty lines
2021-05-31 09:50:31 +02:00
Jakub Majorek
5ace78f279
Change rateType from enum to string ( #1121 )
...
* Change rateType from enum to string
* Update snapshots
* Fix accidental recurrency caused by race condition
* Handle null type on SEO form
* Trigger deployment
* Fallback to empty string for undefined/null values
2021-05-24 15:50:41 +02:00
Michał Ociepka
fbfe3c8d7c
Add embed plugin to editorjs ( #1114 )
...
* SALEOR-3354 add Editor.js embed dependency
* SALEOR-3354 add embed to EditorJS tools
* SALEOR-3354 update change log
2021-05-18 15:21:33 +02:00
Jakub Majorek
1a9b55715f
Use available channels from context ( #1115 )
...
* Use available channels from context
* Allow to specify manage channel availability permissions
2021-05-18 12:08:44 +02:00
Karolina Rakoczy
9f71106f32
Saleor 3038 tests for payments by adyen ( #1086 )
...
* add tests for puchase by type
* add expect for isShippingRequired
* tests for adyen
* tests for adyen
* tests for adyen
* tests for adyen
* adyen
* adyen
* adyen
* adyen
* adyen
* warehouses in chcekout
* rm warehouses in chcekout
* adyen payments
* adyen
2021-05-16 13:38:53 +02:00
Dominik Żegleń
935a6f4542
Reduce bundle size ( #1103 )
...
* Add analysis tools
* Use deep imports to reduce bundle size
* Remove tslint config
* Remove unused packages
* Remove lodash-es references
* Use root level mui imports
* Remove mui from restricted imports
2021-05-14 10:15:15 +02:00
mmarkusik
bd02c1b260
Merge pull request #1110 from mirumee/SALEOR-1995/add-no-category-set-for-product-alert
...
Add error for co category set for product
2021-05-13 13:37:58 +02:00
Magdalena Markusik
a82d513dec
Refactor after review
2021-05-13 12:27:39 +02:00
Magdalena Markusik
232bfcc139
Extract messages
2021-05-13 12:27:33 +02:00
Magdalena Markusik
467319ebce
Add error for co category set for product
2021-05-13 11:23:08 +02:00
mmarkusik
a68cabadc7
Merge pull request #1107 from mirumee/SALEOR-3129/fix-shipping-zone-details
...
Add some conditionals to fix shipping zone details view when permission are not sufficient
2021-05-13 10:44:32 +02:00
Magdalena Markusik
cb2c2315cd
Add some conditionals to fix shipping zone details view when permissions are not sufficient
2021-05-12 16:57:33 +02:00
mmarkusik
1945e9065b
Merge pull request #1099 from mirumee/SALEOR-3065/replace-shipping-zones-from-channel-with-separate-mutation
...
Saleor 3065/replace shipping zones from channel with separate mutation
2021-05-12 16:50:09 +02:00
mmarkusik
f73b283b47
Merge pull request #1102 from mirumee/add-edges-node-map-util
...
Add edges node map util
2021-05-12 16:49:56 +02:00