Tomasz Szymański
457d50c251
Modify order return page to handle waiting fulfillments ( #1349 )
...
* Modify return page to show quantityToFulfill
* Include calculation of waiting items on refunds
* Cleanups
* Fix return option
* Fix tests, cleanup
* Refactor getProductsAmountValues
* Fix unfulfilled max quantity selection
* Count waiting fulfillments when choosing if replace is possible
* Trigger deploy
* Fix empty unfulfilled line display when no lines presnt on return
2021-09-09 12:59:37 +02:00
Karolina Rakoczy
0dc82f5825
tests for gift cards ( #1361 )
2021-09-08 13:32:05 +02:00
Jakub Majorek
d5a36e47fc
Add channel picker product details ( #1355 )
...
* Add channel picker product details (#1353 )
* Enable channel picker on product details page
* Add channel picker to product details
* Simplify category details page
* Update snapshots and translations
* Update types
* Update testId, bump macaw-ui
* Update snapshots, types and schema
2021-09-03 14:27:34 +02:00
Jakub Majorek
9b2f5e3db2
Enforce category selection in product creator ( #1337 ) ( #1354 )
...
Co-authored-by: SektorDV <35644259+SektorDV@users.noreply.github.com>
2021-09-03 13:40:06 +02:00
mstrumeck
8ef3c06efe
SALEOR-2993: Add Two new webhooks - product back in stock and product out of stock ( #1321 )
...
* SALEOR-2993: Add product variant back in stock and product variant out of stock webhooks:
* Revert "SALEOR-2993: Add product variant back in stock and product variant out of stock webhooks:"
This reverts commit bff95285195ede3cae97fd6a0ebd2c100937986c.
* SALEOR-2993: Add product back in stock and product out of stock webhooks:
* SALEOR-2993 update stories and messages
* SALEOR-2993: Schema update
2021-09-03 13:36:35 +02:00
Kamil Pastuszka
6cb744bd93
Fix modal overflow visibility ( #1352 )
2021-09-02 13:44:00 +02:00
Karolina Rakoczy
a1ed5d1348
test for category translations ( #1247 )
2021-09-02 12:36:46 +02:00
SektorDV
ab0717ef23
Keep multiselect open after making choice ( #1345 ) ( #1350 )
2021-09-02 09:01:57 +02:00
Kamil Pastuszka
9c1c39a025
add conditional logic ( #1351 )
2021-09-01 13:25:00 +02:00
SektorDV
afd2b1dddb
Merge pull request #1341 from mirumee/SALEOR-3561/3.0/broken-page-title-in-address-book ( #1347 )
...
add fallback page title for nameless customers
2021-08-31 14:34:25 +02:00
SektorDV
9329277268
Merge pull request #1340 from mirumee/SALEOR-2907/3.0/prevent-white-space-only-channel-names ( #1348 )
...
Add condition for minimal channel name length
2021-08-31 14:33:45 +02:00
SektorDV
fac714e415
Merge pull request #1339 from mirumee/SALEOR-3995/3.1/add-app-name-in-log
...
add app field to order details
2021-08-31 14:30:50 +02:00
SektorDV
f84154648b
Merge pull request #1346 from mirumee/SALEOR-4278/3.1/product-view-channel-search-fix
...
fix dashboard crash when using the channel selector in product view
2021-08-31 13:20:44 +02:00
SektorDV
de0811e2d5
Merge pull request #1333 from mirumee/SALEOR-4278/3.0/product-view-channel-search-fix
...
fix dashboard crash when using the channel selector search field in product view
2021-08-30 16:42:47 +02:00
sektordv
5d9498baed
add app field to order details
2021-08-27 12:35:57 +02:00
SektorDV
5c631a2eba
Merge pull request #1334 from mirumee/SALEOR-2488/3.1/number-of-rows-selector-fix
...
refresh lists when changing number of rows
2021-08-27 11:18:21 +02:00
Paweł Kucharski
386a2488e7
Click & Collect ( #1268 )
...
* Add initial form of c&c related properties for warehouse
* Add Typography & styling to RadioButtons, drop duplicated state
* Add fields for warehouse fixtures + cleanup
* Add order collectionPointName field + handle click&collect display in order
* Fix review issues + add snapshots
* Modify choices in WarehouseZones with filter
* Rename WarehouseZones to WarehouseSettings
* Add translations messages
* Update schema
* Fix review issues pt.2
* Fix review issues pt.3
* Fix review issues
* Align defaultMessages.json to messages refactor
* Rename interface WarehouseInfo -> WarehouseSettings
* Add pickup annotation to shipping address in order details
* Introduce fragment matcher + small change in deliveryMethod query
* Fixes after rebase
* Add resolve fulfillment option for local warehouse
* Align types after rebase
* Update snapshots
* Repair weird union behaviour
* Add entry to CHANGELOG.md
2021-08-27 10:10:41 +02:00
sektordv
e99307d461
refresh lists when changing number of rows
2021-08-26 13:18:22 +02:00
Jakub Majorek
7051181802
Add channel default country ( #1330 )
...
* Add channel default country (#1323 )
* Add default country to channel
* Fix fixtures
* Update snapshots, extract messages
* Trigger deployment
* Update schema
* Update snapshots
* Trigger deployment
2021-08-25 12:45:23 +02:00
SektorDV
0cdcec4476
Merge pull request #1299 from mirumee/SALEOR-3611-warehouse-settings-card-fix
...
warehouse settings card fix
2021-08-24 11:13:47 +02:00
SektorDV
3194654bf1
Disable shipping dialog confirm button when no items selected ( #1304 )
2021-08-23 11:16:35 +02:00
Dawid Tarasiuk
08637b27fd
Introduce fulfillment creation API ( #1241 )
...
* Display warehouse name for each fulfillment (#1259 )
* Hide no-stocks columns in fulfillment view (#1260 )
* Hide no-stocks columns in fulfillment view
* Update tests
* Refactor
* Update tests
* Add fulfillment settings card (#1242 )
* Add fulfillment setting card
* Make fulfillment approvement naming consistent
* Fix mutation bug
* Update types
* Trigger CI
* Handle fulfillment acceptance on order details page (#1255 )
* Handle fulfillment acceptance on order details page
* Make fulfillment approvement naming consistent
* Update fulfillment schema and its usage
* Render history events regarding waiting fulfillments (#1265 )
* Add awaiting for approval fulfillment order event
* Fix warehouse name
* Change fulfillment quantity calculation (#1267 )
* Change fulfillment quantity calculation
* Fix warehouse name
* Update messages
* Trigger CI
* Refactor
* Fix refactor
* Fix fulfillment for no variant
* Allow creating fulfillments waiting for acceptance (#1248 )
* Fix fulfillment page style and typescript classname types perfomance issue
* Allow creating fulfillments waiting for acceptance
* Make fulfillment approvement naming consistent
* Update schema
* Add tooltip to fulfillment savebar
* Update unpaid fulfillment creation restriction
* Update fulfillment cration restriction
* Update test snapshots
* Add possibility to cancel "waiting" fulfillments (#1288 )
* Allow to cancel waiting fulfillments
* Add delete button to fulfillment card
* Update test snapshots
* Handle waiting fulfillments on refund page (#1290 )
* Handle waiting fulfillments on refund page
* Trigger CI
* Trigger CI
* Calculate quantity to refund on quantityToFulfill
* Update changelog
* Update snapshots
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2021-08-20 16:36:05 +02:00
Jakub Majorek
ab4c897b2a
Add dashboard extensions ( #1292 )
...
* Fix app embed
* initial setup
* Create ButtonWithSelect component
* Use context
* Use dialog
* Handle app-bridge actions
* Code adjustments, bump packages
* Fix tests
* Fix schema formatting
* Send response
* Use latest package versions
2021-08-20 15:58:53 +02:00
Marcin Gębala
281bf7f613
Extend list of languages ( #1303 ) ( #1310 )
...
* Update schema
* Update snapshots
2021-08-20 14:25:51 +02:00
SektorDV
a94a611949
Horizontal scroll fix on tables ( #1306 ) ( #1313 )
...
* restore horizontal overflows to responsive tables
* regenerate package-lock
2021-08-20 14:16:19 +02:00
SektorDV
c5adcda1e3
Fix dashboard crash when no channels exist ( #1311 )
...
* channel value test fix
* update snapshots
* Fix dashboard crashing when no channels exist (#1305 )
* add optional chaining to ids
* lint fix
* channel value test fix
* Fix dashboard crashing when no channels exist (#1305 )
* add optional chaining to ids
* lint fix
* channel value test fix
2021-08-20 13:14:14 +02:00
Magdalena Markusik
b83a542b88
Refactor
2021-08-20 12:54:23 +02:00
Magdalena Markusik
745b5d49ed
Add option for left menu to display subitems based on their own permission, instead of parent permission
2021-08-20 10:55:04 +02:00
Magdalena Markusik
14e36db399
Refactor
2021-08-20 10:30:25 +02:00
Magdalena Markusik
874f20929e
Add channel currency selection in gift card create dialog, also add loader
2021-08-20 09:31:43 +02:00
Magdalena Markusik
9e50dd755e
Fix auth token check for home page loading
2021-08-19 18:12:25 +02:00
sektordv
52199aee37
remove skeleton import
2021-08-17 14:29:28 +02:00
sektordv
306160c217
fix component remount in shipping zone settings
2021-08-17 14:26:21 +02:00
mmarkusik
dae95cb410
Add Gift Cards #1 ( #1291 )
...
* Add gift cards section to menu and add empty list component
* Update messages
* Change styling of app wide page header to match design
* Add gift cards list table wip
* Update prop name for status chip component to make it more consistent with other components
* Replace old trash icon with new one
* Add Size type based on action dialog sizes to be used app wide
* Add delete icon button
* Add new sizes option to status chip component
* Add / update gift cards list components
* Add bulk actions type
* Work on gift cards list WIP
* Small refactor
* Fix styling of gift cards table
* Remove temp files
* Remove unnecessary type
* Add gift cards section to menu and add empty list component
* Update schema and types
* Add link to gift card update page to gift cards list and add route to gift cards index
* Extract order page title with status chip into a separate generic component and use it in order page title
* wip
* Update money component
* Add gift card details card balance section
* Refactor gift card details
* Add vertical spacer component
* Update schema and types
* Add gift card tag input component along with necessary queries
* Add gift card tag input to gift card update page
* Add gift card update details card expiry section WIP
* Add time period select field WIP
* Post rebase refactor
* Add time period select field to gift card update view
* Fixes after review
* Update schema, types and gift cards query
* Add getFullName util function and replace existing manual usages
* Add text with select field component
* Add gift card update info card and refactor
* Fix import
* Add displaying order link in gift card update
* Refactor
* Connect gift card list to api
* refactor
* Add gift card create dialog
* Fix gift card list styles, change location for gift card list query, minor refactor
* Fix menu structure data for gift cards
* Add channel currencies type to shop
* Refactor text with select field
* Add gift card expiry select component
* Add gift card error type and fragment
* Update global types
* Add default prop to getFormErrors function
* Move gift card details provider to providers dir
* Update global utils with mapSingleValueNodeToChoice function
* Update gift card tag input
* Move and refactor time period field
* Update schema
* move format money function to other money ulities
* Update gift card urls
* Add content or skeleton component
* Add gift card create util for extracting expiry settings input data
* Remove content or skeleton component and move displaying logic to existing skeleton
* Move displaying logic of gift card create dialog to list
* Refactor
* Add hooks for gift card bulk actions and gift card list to be used instead of context directly
* Fix types for text with select field + add parsing for number typed field
* Add initial currency to gift card create form
* Fix gift card create dialog closing animation
* Add gift card update info card
* Refactor gift card update details card
* Add gift card balance dialog
* Move gift card update form providers to providers dir
* Connect gift card update page to api, add necessary contexts etc.
* Refactor
* Refactor
* Add hooks to use instead of gift card contexts directly
* Fix types
* Fix text field target name missing in passed event in text with select field
* Add minimal value option to text with select field, add to gift card inputs
* Fix gift card update balance dialog not changing hasChanged prop after submit
* Refactor
* Fix update balance dialog crashing the app when enetered wrong amount
* Fix gift card list table header styles
* Add enable / disable section to gift card update
* Refactor
* Refactor
* Refactor
* Add metadata to gift card update
* Update messages ids
* Refactor
* Refactor
* Refactor
* Refactor
* Update types after rebase
* Fix types
* Fixes after qa
* Fix tests
2021-08-16 15:44:00 +02:00
SektorDV
6b24fa0dc3
Merge pull request #1283 from mirumee/SALEOR-3967-multiple-item-deletion-parseqs-fix
...
multiple item deletion parseqs fix
2021-08-13 14:18:19 +02:00
SektorDV
82e7b58bbf
Merge pull request #1287 from mirumee/SALEOR-3617-variant-creator-multiselect-fix
...
variant creator multiselect fix
2021-08-12 12:05:32 +02:00
sektordv
22210564e7
fix for single selects with values selected
2021-08-12 11:00:49 +02:00
sektordv
bb890fa5f0
clear values on blur for attribute selects
2021-08-11 16:38:44 +02:00
SektorDV
2d67891685
Merge branch 'master' into SALEOR-3418/disable-global-channel-picker-outside-home
2021-08-11 13:48:15 +02:00
sektordv
049210b1b6
reapply changes after rebase
2021-08-11 13:44:47 +02:00
sektordv
e5d0ee1179
hide channelselect instead of disabling
2021-08-11 13:40:00 +02:00
sektordv
0585f61522
disable picker via context
2021-08-11 13:39:18 +02:00
SektorDV
e26d6b5a66
Merge pull request #1269 from mirumee/SALEOR-3695-collection-list-adjustments
...
Add filter bar to collection view
2021-08-11 12:09:21 +02:00
sektordv
11bead49c4
clear values on blur, prevent unnecessary updates
2021-08-11 11:47:01 +02:00
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
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
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
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
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
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
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
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
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
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
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
Dawid Tarasiuk
51dba9f43b
Disable next step when no value selected in variant selector ( #1218 )
...
* Disable next step when no value selected in variant selector
* Update changelog
* Update test snapshots
2021-07-12 10:02:47 +02:00
Dawid Tarasiuk
8d45454f84
Update address form autofill ( #1209 )
...
* Update address form autofill
* Update test snapshots
* Fix autocomplete bugs
* Set autocomplete to none to fix chrome greedy behaviour
2021-07-12 09:59:56 +02:00
Karolina Rakoczy
4faafd2489
Saleor 3626 tests for attributes ( #1198 )
...
* tests for attributes
* add tests for content attribute
2021-07-09 11:43:45 +02:00
Kamil Pastuszka
47ac2a94e4
Fixed issue with redundant payload for plugins view ( #1203 ) ( #1203 )
...
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2021-07-09 10:04:33 +02:00
Jakub Majorek
b3c5d73136
Array fallback fixes ( #1219 )
...
* Array fallback fixes
* Update snapshots & changelog
2021-07-07 16:09:35 +02:00
Dominik Żegleń
3f378087a4
Fix crashes ( #1216 )
2021-07-07 09:59:08 +02:00
Karolina Rakoczy
5b3465861f
Saleor 2705 tests for warehouse ( #1143 )
...
* tests for warehouses
* tests for warehouses
2021-07-06 12:32:09 +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
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
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
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
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
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
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
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
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