Commit graph

2614 commits

Author SHA1 Message Date
Kamil Pastuszka
8064b357d7
Fixed issue with modals containing invalid/redundant scrolls (#1240)
* fixed conflicts

* added improvements

* added changes

* deleting theme

* Update CHANGELOG.md
2021-08-11 11:03:39 +02:00
sektordv
2e14716a29 split messages between individual views 2021-08-10 19:03:52 +02:00
Jakub Majorek
b65a632e07
Add product variant translation view (#1285)
* Add product variant translation view

* Final adjustments
2021-08-10 16:38:48 +02:00
Dominik Żegleń
6d3e346a19
Improve limit messages (#1274) 2021-08-10 10:59:15 +02:00
sektordv
d74acdbab5 Merge branch 'SALEOR-3967-multiple-item-deletion-parseqs-fix' of https://github.com/mirumee/saleor-dashboard into SALEOR-3967-multiple-item-deletion-parseqs-fix 2021-08-09 17:28:46 +02:00
sektordv
72fb6b098d replace stringifyQs imports 2021-08-09 17:27:13 +02:00
sektordv
5fc77af3a0 fix params type for single values 2021-08-09 17:15:41 +02:00
Kamil Pastuszka
034eea0dcd
Add text attribute for product and page translations (#1276)
* initial commit

* Refactor translation components

* Wire up products

* Update types

* add logic for withChoices flag

* refactoring

* fixing errors

* change in intl.ts

* amended Changelog

* fix formatting

* fixing stuff

* Update translations

* remove unused declaration

* add changes

* Fixes

* Add newline

* Update displayName

* Update snapshots

Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2021-08-09 16:59:12 +02:00
sektordv
e328c6fe1e fix params type for single values 2021-08-09 16:55:03 +02:00
Jakub Majorek
8d2021675e
Revert "fix crash when deleting more than 21 vouchers" (#1282) 2021-08-09 14:45:34 +02:00
SektorDV
c57289a424
Merge pull request #1263 from mirumee/SALEOR-3967-multiple-voucher-deletion
fix crash when deleting more than 21 vouchers
2021-08-09 12:07:18 +02:00
sektordv
026bd80e15 hide channelselect instead of disabling 2021-08-06 20:54:18 +02:00
sektordv
572d698aca add auto active to autocomplete field 2021-08-06 13:12:06 +02:00
SektorDV
d3865662c8
Update src/components/AvailabilityStatusLabel/AvailabilityStatusLabel.tsx
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2021-08-06 10:27:12 +02:00
SektorDV
b26c7ec6d6
Update src/components/AvailabilityStatusLabel/AvailabilityStatusLabel.tsx
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2021-08-06 10:27:02 +02:00
sektordv
5a9f7cbaa1 activate filter on !!val and clear val on !filter 2021-08-05 15:28:59 +02:00
Marcin Gębala
19b0a9623e
Add translation webhook events (#1273) 2021-08-05 11:26:17 +02:00
sektordv
3233b46aec create generic availability status label component 2021-08-04 16:24:14 +02:00
sektordv
6e66c6d60e update stringifyQs imports 2021-08-04 12:02:05 +02:00
sektordv
c21f76f86e undo unnecessary changes 2021-08-03 13:05:42 +02:00
sektordv
220cee0cbb add filter bar to collection view 2021-08-03 12:06:32 +02:00
Krzysztof Wolski
79e752cdbf
Fix for errors on changing channel availability (#1264)
* Add array diff util

* Use arrayDiff instead of diff

* Update changelog
2021-07-29 17:22:44 +02:00
Piotr Grundas
cacf3030a2
[SALEOR-3965] Extend Sale & Voucher to include Metadata #7653 (#1245)
* Add base logic

* Add missing metadata handlers

* Update changelog

* Cleanup schema

* Add messages
2021-07-29 14:47:22 +02:00
Piotr Grundas
6abdc4613a
[SALEOR-3088] Date & DateTime attributes (#1180) 2021-07-29 14:15:14 +02:00
sektordv
26f118e42a fix crash when deleting more than 21 vouchers 2021-07-27 16:35:35 +02:00
Karolina Rakoczy
283e714202
tests for pages (#1222)
* tests for pages

* fix tests

* fix imports

* tests for pages

* add wait

* tests for pages

* fix weight recalculate
2021-07-27 10:57:17 +02:00
Karolina Rakoczy
5e7dc8e2a5
fixed all tests (#1253)
* fixed all tests

* fix shipping weight tests

* fix create product

* delete users created in previous tests

* merge
2021-07-26 11:58:47 +02:00
Kamil Pastuszka
db5ad19827
Fixed incorrectly handled image upload errors (#1223)
* fixed incorrectly handled image upload errors

* updated Changelog

* updated defaultMessages.json

* fix for collections and products

* fix for user avatar upload error

* implemented changes after review

* fixed conflict
2021-07-23 14:56:46 +02:00
Karolina Rakoczy
1f01a09e87
add tags (#1251)
* add tags

* edit e2e.yaml

* fix test for customer registration

* add empty lines
2021-07-23 12:46:44 +03:00
Dawid Tarasiuk
b024a0fde6
Add variant create options dialog (#1238)
* Add variant create options dialog

* Update e2e tests

* Update option field name

* Refactor

* Use macaw UI in Variant create dialog

* Update messages
2021-07-22 11:56:13 +02:00
Jakub Majorek
e831791493
Create separate e2e workflow (#1243) 2021-07-21 15:09:08 +02:00
Dawid Tarasiuk
8d58a4efeb
Fix trimmed quantity inputs in draft order (#1232)
* Fix trimmed quantity inputs in draft orders

* Make order draft quantity inputs more responsive

* Update width
2021-07-21 11:10:16 +02:00
Dominik Żegleń
62817568a7
Use MacawUI (#1229)
* Replace withStyleswith useStyles (#1100)

* Replace withStyleswith useStyles

* Update messages

* Use rem as a spacing unit (#1101)

* Use rems as spacing units

* Fix visual bugs

* Update stories

* Use macaw-ui as theme provider (#1108)

* Use macaw ui as a theme provider

* Add react-dom to aliases

* Fix jest module resolution

* Update useTheme hook usage

* Fix test wrapper

* Use macaw from git repo

* Fix CI

* Update stories

* Fix aliasing

* Extract savebar to macaw ui (#1146)

* wip

* Use savebar from macaw

* Use confirm button from macaw

* Improve file structure

* Use sidebar context from macaw

* Update macaw

* Update macaw version

* Remove savebar from storybook

* Update stories

* Use alerts and notifications from macaw (#1166)

* Use alerts from macaw

* Add notifications from macaw

* Update stories

* Pin macaw version

* Encapsulate limit reached in one component

* Remove unused imports

* Use backlinks from macaw (#1183)

* Use backlink from macaw

* Update macaw version

* Use macaw sidebar (#1148)

* Use sidebar from macaw

* Use shipped logo

* Use lowercase

* Update stories

* Use user chip from macaw (#1191)

* Use user chip from macaw

* Use dedicated components for menu items

* Simplify code

* Bump version and fix types (#1210)

* Rename onBack to onClick

* Rename UserChip to UserChipMenu

* Rename IMenuItem to SidebarMenuItem

* Update macaw version

* Fix tables after changes in macaw (#1220)

* Update macaw version

* Update changelog

* Update stories

* Fix after rebase

* Update to macaw 0.2.0

* Lint files

* Update macaw to 0.2.2
2021-07-21 10:59:52 +02:00
Karolina Rakoczy
0ec88cdb1e
all tests for site settings (#1236) 2021-07-20 13:59:23 +03:00
Dawid Tarasiuk
e830d199c2
Fix update pages (#1237) 2021-07-19 14:58:02 +02:00
Dawid Tarasiuk
9fad9b519e
Fix plugin list style (#1235)
* Fix plugin list style

* Update test snapshots
2021-07-16 12:55:48 +02:00
Dawid Tarasiuk
58b9634f75
Fix positive float number input validation (#1233)
* Fix positive float number validation

* Update changelog
2021-07-16 12:54:38 +02:00
Dawid Tarasiuk
ecb7c69c59
Fix list pagination crash on search (#1230)
* Fix list pagination on search

* Update changelog
2021-07-16 12:51:47 +02:00
Karolina Rakoczy
f1b313ea69
Saleor 3873 tests for navigation (#1234)
* add test for creating menu

* tests for navigation

* fix imports
2021-07-15 15:31:05 +03:00
Karolina Rakoczy
99507d5bed
test for customer registration (#1231)
* test for customer registration

* change name
2021-07-15 15:06:30 +03:00
Karolina Rakoczy
0c21788d61
test for create page type (#1213) 2021-07-15 14:22:04 +03:00
Karolina Rakoczy
f68410b7cb
Saleor 3711 tests for categories and collections (#1204)
* tests for collections

* all tests for categories
2021-07-15 14:17:56 +03:00
Karolina Rakoczy
b1e9f499db
add tests for apps (#1227) 2021-07-15 13:27:07 +03:00
Karolina Rakoczy
f847c76d67
Saleor 3826 tests for customers (#1226)
* added test for customers

* add test for customer
2021-07-15 13:25:39 +03:00
Karolina Rakoczy
e6d6621816
tests for metadata (#1206)
* tests for metadata

* change name of the function
2021-07-15 12:25:31 +03:00
Karolina Rakoczy
2412911a9d
fix test for sales (#1214)
* fix test for sales

* fix assingElements function

* change name of the function

* add wait to channels in shipping

* add missing imports
2021-07-15 12:20:59 +03:00
Dominik Żegleń
bba8c75d31
Improve component composition (#1224)
* Improve component composition

* Delete unused file

* Update snapshots
2021-07-12 15:48:01 +02:00
Karolina Rakoczy
2eae52d3df
check skeletons visibility (#1215) 2021-07-12 16:35:26 +03:00
Karolina Rakoczy
e76c78a23b
tests for shipping (#1173)
* tests for shipping

* fix typo

Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>

* add data-test-id

Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2021-07-12 11:50:50 +03:00
Dawid Tarasiuk
ab54fc6d68
Fix content type validation in create page view (#1205)
* Fix content type validation in create page view

* Update changelog

* Change disabled to valid
2021-07-12 10:34:13 +02:00