Commit graph

2353 commits

Author SHA1 Message Date
Karolina Rakoczy
12e9cf0472
fix failing tests (#1200)
* fix failing tests

* skip test for variant

* skip failing test

* uncomment tests for fixed bugs

* fix test.yaml
2021-07-05 15:05:13 +02:00
Dominik Żegleń
b22831ba25
Fix skeletons (#1161)
* Fix skeletons

* Fix warehouse list displaying

* Fix product filters

* Fix crashing views

* Fix crashes
2021-07-05 14:01:58 +02:00
Karolina Rakoczy
f5c5a8770c
tests for product types (#1199) 2021-07-05 12:21:35 +02:00
Dawid Tarasiuk
da678d856a
Fix missing call for update metadata mutation (#1207)
* Fix missing call for update metadata mutation

* Update changelog
2021-07-05 11:59:08 +02:00
Jakub Majorek
df7ac2dd45
Fix rich text editor content not being saved (#1202)
* Fix rich text editor content not being saved

* Add a temporary workaround to EditorJS issue
2021-07-01 13:23:36 +02:00
Dawid Tarasiuk
88e5e75563
Fix forbidden null sending as attribute value (#1201)
* Fix forbidden null value sending

* Update changelog

* Update schema and unset attribute values check

* Update test snapshots
2021-07-01 13:20:01 +02:00
Dawid Tarasiuk
909e08f2af
Fix duplicated labels in column picker (#1197)
* Fix duplicated labels in column picker

* Update changelog

* Refactor column picker scroll fetch

* Migrate react-infinite-scroller to react-infinite-scroll-component

* Remove unneeded keys

* Align dialog items to top
2021-07-01 10:21:41 +02:00
SektorDV
8e1dc4e12d
Add loader to attribute picker (#1182)
* wip multiselectfield loader

* restyled spinner display

* get rid of redundant debouncer

* wip

* wip multiselectfield loader

* restyled spinner display

* get rid of redundant debouncer

* remove redundant prop

Co-authored-by: Magdalena Markusik <magdalena.markusik@mirumee.com>
2021-07-01 10:20:35 +02:00
Karolina Rakoczy
3bd83c3731
tests for channels (#1185)
* tests for channels

* fix display product after channel activate

* remove comments
2021-07-01 01:14:25 +02:00
Cezary Miącz
cbda8e541d
Use Authorization-Bearer header for auth token (#1189) 2021-06-29 11:00:44 +02:00
Patryk Zawadzki
ecdc5452a7
Update LICENSE 2021-06-28 15:57:24 +02:00
Jakub Majorek
29f6c5496b
Use root level channel argument (#1126)
* Use root level channel argument

* Update schema after rebase

* Adjust list views (#1187)

* Use root level channel argument

* Use channel from filters

* Handle sort keys that require channel

* Add channel filter on sales and vouchers pages

* Update queries

* Fix tests/fixtures

* Block sort on discount pages

* Add generic filter validation

* Fix tests, update changelog

* Channels availability status changes, code cleanup

* Update snapshots
2021-06-28 15:51:19 +02:00
Dawid Tarasiuk
1b7ed5babf
Fix breaking select popups in filters (#1193)
* Fix breaking select popups in filters

* Update changelog
2021-06-25 09:52:14 +02:00
mmarkusik
58199d259e
Merge pull request #1139 from MahmoudRizk/fix/category-list
Fix Category list layout overlapping.
2021-06-24 11:26:39 +02:00
Dawid Tarasiuk
462723ec08
Fix product update with file attribute (#1190)
* Fix product update with file attribute

* Update changelog

* Fix optional chaining
2021-06-23 13:21:13 +02:00
SektorDV
88af20168b
Merge pull request #1160 from mirumee/SALEOR-3572-fix-mobile-warehouse-header-layout
Button made inline with the header on mobile displays
2021-06-22 11:54:30 +02:00
SektorDV
bf7dfe88b7
Merge pull request #1151 from mirumee/SALEOR-2266/dark-mode-logo-fix
SALEOR-2266 - Added contrast sidebar logos for dark mode
2021-06-22 11:45:55 +02:00
Dawid Tarasiuk
8703c8d3c4
Fix label names in reference attributes (#1184)
* Fix label names in reference attributes

* Update changelog
2021-06-22 10:00:00 +02:00
Dawid Tarasiuk
fb0e05538e
Fix no fetch on focus input in variant creator (#1168) 2021-06-21 15:13:39 +02:00
mmarkusik
2cfadd09bd
Change usages of order error order line prop (#1175)
* Change usages of order error order line prop to order lines

* Fix fixture

* Fixes after review
2021-06-21 13:13:54 +02:00
Dominik Żegleń
c8d7edfeab
Fix app configuration frame embedding (#1172)
* Fix app configuration frame embedding

* Tidy up code
2021-06-21 12:55:47 +02:00
Dawid Tarasiuk
4056ac395b
Support staff only voucher (#1174)
* Support staff only voucher

* Trigger CI

* Update messages

* Update changelog
2021-06-21 11:02:17 +02:00
Piotr Grundas
a0dce99b5d
[SALEOR-3090] Boolean attribute (#1157) 2021-06-20 01:13:16 +02:00
SektorDV
a114a39f45
Merge pull request #1171 from mirumee/SALEOR-2255/fix-unnecessary-mutations-on-meta-update
reset metadataChanged state after submitting form
2021-06-18 11:14:22 +02:00
sektordv
6024d1191a reset metadataChanged state after submitting form 2021-06-17 15:11:50 +02:00
SektorDV
b32371b66e
Merge pull request #1169 from mirumee/SALEOR-3522/company-name-in-warehouse-updates-2
fix company name in warehouse updates
2021-06-17 11:40:55 +02:00
sektordv
6fcc25fe66 updated shipping zone warehouse dialog 2021-06-16 13:21:44 +02:00
sektordv
35978c9de9 updated inputs to send companyName via address 2021-06-16 13:21:24 +02:00
Dawid Tarasiuk
64c0f0fcc4
Update list settings types (#1165) 2021-06-15 17:15:14 +02:00
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