Tomasz Szymański
167b77e18a
Mark shipping zone description as optional ( #942 )
2021-01-13 11:49:08 +01:00
Marek Choiński
4a8ebd5b1f
Saleor 1636 add possibility to filter through channels in order view ( #929 )
...
* Add possibility to filter through channels in order view
* Update storybook and locale
* Refactor
* Refactor to mapNodetoChoice
* Fix conditional value in array implicit syntax
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2021-01-13 10:50:54 +01:00
Marek Choiński
d0be941ade
Saleor 1712 dashboard unable to handle empty channel list ( #924 )
...
* Use query hook on home page
* Handle no channel
* Handle no channel on pages
* Add navigate channels
* Move messages
* Refactor
* Update storybook and locale
* Remove comment
* Refactor
* Update storybook
* Fix skip
* Fix undefined channel
* Update storybook
2021-01-13 10:33:38 +01:00
Marek Choiński
3f5cacb8a0
Saleor 1906 user should be able to delete a channel if there are no orders associated with it ( #901 )
...
* Update type of channelDetailsFragment
* Add hasOrder recognition
* Update types
* Add delete channel on details page
* Refactor fixtures
* Update locale
* Refactor
* Remove redundant assignment
* Move messages to defineMessages
* Simplify variables
* Create util getChannelsCurrencyChoices
* Add message
* Update locale
* Refactor to mapNodeToChoice
2021-01-12 15:44:11 +01:00
Dawid Tarasiuk
9d55dc920b
Add shipping delivery days ( #914 )
...
* Add shipping delivery days
* Update changelog with shipping delivery days
* Update data-test and messages
* Add shipping delivery days to shipping rate create page
* Update shipping test snapshots
* Make max delivery time of shipping optional
2021-01-12 12:33:50 +01:00
Tomasz Szymanski
afbdf0a500
Merge branch 'master' of github.com:mirumee/saleor-dashboard into refactor-zip-codes-to-postal-codes
2021-01-07 13:26:06 +01:00
Jakub Majorek
8b0162157a
Merge pull request #926 from mirumee/SALEOR-1017-shipping-rate-description
...
Shipping zone description
2021-01-07 13:13:00 +01:00
Tomasz Szymanski
e48c025bec
ShippingRateInfo component, separate ShippingZoneInfo, cleanups
2021-01-07 11:52:12 +01:00
Marek Choiński
bd63de6224
Saleor 1945 adjust adress management to the designs ( #922 )
...
* Fix grid
* Move edit and delte option from buttons to card items menu
* Add phone and update labels
* Remove some maybe()
* Update storybook
* Update locale
* Fix RWD and move messages
* Update locale
2021-01-07 11:17:40 +01:00
Tomasz Szymanski
e24c918a32
Refactor ZIP Codes to postal codes (UI part)
2021-01-05 13:05:54 +01:00
Tomasz Szymanski
f502aff8b2
Add description to shipping zone create, refactor defaultMessages
2021-01-05 12:31:06 +01:00
Tomasz Szymanski
331ab84440
Unmock placeholder
2020-12-30 13:41:37 +01:00
Tomasz Szymanski
5af85e5157
Shipping zone description
2020-12-30 13:25:40 +01:00
Marcin Gębala
71b4b329d8
Drop authorization keys section ( #913 )
...
* Drop authorization keys section
* Update translations
* Update snapshots
Co-authored-by: dominik-zeglen <flesz3@o2.pl>
2020-12-21 13:50:04 +01:00
Dawid Tarasiuk
1e140853ec
File attributes ( #884 )
...
* Update changelog with file attributes
* Add file type attribute
* Update attribute properties form
* Update translation messages with file upload
* Create generic attributes component (#832 )
* Create generic Attributes component
* Add story for Attributes component
* Remove deprecated attribute value type field from queries
* Update test snapshots of attributes component
* Add file upload field to atributes (#888 )
* Add story for Attributes component
* Update test snapshots of attributes component
* Create file upload field in attributes
* Update upload file input data-test
* Update storybook test snapshots of attributes
* Add dedicated input props to file field
* Run Cypress using custom API
* Add missing error handling in file upload field
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Add file attribute upload to page attributes (#894 )
* Support upload file attribute for pages
* Update after review
* Add file attribute upload to variant attributes (#892 )
* Support upload file attribute for variants
* Update after review
* Refactor attribute values errors merging
* Update after review
* Add file attribute upload to product attributes (#826 )
* Support upload file attribute for products
* Update after review
* Refactor attribute values errors merging
* Refactor product attribute value delete handling
* Fix deleting file in file upload field
* Fix delete attribute values errors handling
* Add link to file upload field (#898 )
* Update file attributes updates (#899 )
* Update file attributes updates
* Refactor file uploads handling
* Move attributes utils to attributes directory
* Fix product channel listing updates
* Clear file field value if file is not passed as prop
* Delete attribute values before update (#908 )
* Delete file attributes after file update
* Triggr CI
* Show skeleton in file upload field during loading
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2020-12-16 11:53:28 +01:00
Dominik Żegleń
556ea52e8f
Update quantity column in Inventory part of Product Variant view ( #904 )
...
* Add allocated quantity column
* Remove unused prop
* Update snapshots and messages
* Update changelog
2020-12-15 10:50:29 +01:00
AlicjaSzu
b774cc9002
Excluded Products in shipping view ( #866 )
...
* Clean up stories
* Add missing props
* Add zip codes section (#861 )
* Add zip code listing
* Add list wrapping
* Update snapshots
* Set up API data
* Fix lgtm warning
* Update snapshots
* Run Actions on all PR
* Checks on PR
* Test envs on PR
* Cleanup action on PR
* Update messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Allow zip codes to be assigned to shipping method
* Add zip code deletion (#871 )
* Add zip code range dialog
* Fix path management
* Use query params to handle modal actions
* Allow zip codes to be assigned to shipping method
* Make params optional
* Fix types
* Clean up urls
* Add zip code range delete action
* Update snapshots and messages
* Update schema
* Refresh zip code list after assigning them
* Update types and snapshots
* Update snapshots
* Fix error message, checkbox default value (#880 )
* Fix error message, checkbox default value
* Update snapshots
* Update schema and types
* Update stories
* add excluded products section in shipping methods views
* create UnassignDialog component
* use priceRangeFragment in shipping queries
* remove unneeded price from ShippingMethodAddProductsDialog
* update messages in ShippingMethodProducts
* updates after rebase
* update snapshots, fix lint errors
* fix ShippingMethodProductsAddDialog
* update snapshots
* small fix in ShippingMethodProducts
* update snapshots after rebase
* add handleClose func in ShippingMethodProductsAddDialog
* Fix metadata not showing in category update
* update snapshots again
* update ShippingMethodProductsAddDialog
* updates after rebase
* update Price and Weight rates views
Co-authored-by: dominik-zeglen <flesz3@o2.pl>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Tomasz Szymański <lime129@gmail.com>
Co-authored-by: Magdalena Markusik <magdalena.markusik@mirumee.com>
2020-12-02 12:35:02 +01:00
Dominik Żegleń
e55805a79d
Add zip code exclusion ( #877 )
...
* Clean up stories
* Add missing props
* Add zip codes section (#861 )
* Add zip code listing
* Add list wrapping
* Update snapshots
* Set up API data
* Fix lgtm warning
* Update snapshots
* Run Actions on all PR
* Checks on PR
* Test envs on PR
* Cleanup action on PR
* Update messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Add zip code range dialog
* Fix path management
* Use query params to handle modal actions
* Allow zip codes to be assigned to shipping method
* Make params optional
* Fix types
* Add zip code deletion (#871 )
* Add zip code range dialog
* Fix path management
* Use query params to handle modal actions
* Allow zip codes to be assigned to shipping method
* Make params optional
* Fix types
* Clean up urls
* Add zip code range delete action
* Update snapshots and messages
* Update testing and changelog
* Update schema
* Simplify code
* Refresh zip code list after assigning them
* Update view after zip code deletion
* Update types and snapshots
* Update snapshots
* Fix error message, checkbox default value (#880 )
* Fix error message, checkbox default value
* Update snapshots
* Use price instead of weight variant
* Update schema and types
* Hide exclude/include zip codes section
* Update stories
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Tomasz Szymański <lime129@gmail.com>
2020-12-01 16:42:25 +01:00
Dawid Tarasiuk
eb351b396a
Refunds ( #870 )
...
* 1721 - add refunds miscellaneous view (#860 )
* Create new page for Miscellaneous Refunds
* Replace refund order dialog with dedicated page
* Add data test ids
* Update order details view for refunds (#874 )
* 1719 - add refund entry to order history (#875 )
* Add refund order history entry
* Update refund event with the right query
* 1722 - add refunds product view (#873 )
* Create new page for Miscellaneous Refunds
* Replace refund order dialog with dedicated page
* Add data test ids
* Create refund products table
* Implement refund products view
* Update refund mutation with product lines input
* Fix products quantities on refund page
* Fix order refund submission
* Fix products refund submission input variables
* Filter out fulfillments on refund page
* Update refund page in storybook
* Fix test snapshots after wrong refunds rebase
* Set max refund as captured amount
* Refund queries adjustments
* Display refund values with nullish coalescing operator
* Update test snapshots with refunds
* Refactor order refund values calculation
* Create and use refund order line fragment
* Use old simple refund mutation for miscellaneous refund
* Submit for refund only lines with non-zero quantity set
* Fix showing refund error
* Fix refund details on order details page (#879 )
* Update order details view for refunds (#874 )
* 1719 - add refund entry to order history (#875 )
* Add refund order history entry
* Update refund event with the right query
* 1722 - add refunds product view (#873 )
* Create new page for Miscellaneous Refunds
* Replace refund order dialog with dedicated page
* Add data test ids
* Create refund products table
* Implement refund products view
* Update refund mutation with product lines input
* Fix products quantities on refund page
* Fix order refund submission
* Fix products refund submission input variables
* Filter out fulfillments on refund page
* Update refund page in storybook
* Fix test snapshots after wrong refunds rebase
* Set max refund as captured amount
* Refund queries adjustments
* Display refund values with nullish coalescing operator
* Update test snapshots with refunds
* Refactor order refund values calculation
* Create and use refund order line fragment
* Use old simple refund mutation for miscellaneous refund
* Submit for refund only lines with non-zero quantity set
* Fix showing refund error
* Add missing refund amount to order history
* Merge repeated order lines in fulfillment lines
* Update order history events types and test snapshots
* Update changelog with refunds changes
2020-12-01 14:13:05 +01:00
Krzysztof Wolski
07f8f4b0b8
Order confirmation ( #840 )
...
* Order confirmed webhook
* Add status chip component and update order details page header
* refactor
* refactor and update types
* Remove rebase leftovers
* Create order settings page
* Add order setting query
* Connct order settings view with api
* Show order settings update error message
* Popup menu routing to order settings
* Fix circular import error with order settings form types
* Update order settings story
* Update order settings messages
* wip
* Add order confirm mutation and types
* Add confirm order feature to order details
* Update global types
* refactor after review
* refactor after review
* update types
* Revert settings menu removal
* Add changelog entry
Co-authored-by: Tomasz Szymanski <lime129@gmail.com>
Co-authored-by: Magdalena Markusik <magdalena.markusik@mirumee.com>
Co-authored-by: Dawid Tarasiuk <tarasiukdawid@gmail.com>
2020-11-30 14:19:57 +01:00
Marek Choiński
9069b6bc80
Saleor 1680 add shipping methods to translation section ( #864 )
...
* Add update shipping method translations query
* Added queries and types for shipping method translation tab
* Fix tab view for shipping method
* Fix query and view for shipping method
* Revert password credentials type any
* Update storybook
* Update locale
* Update CHANGELOG.md
2020-11-27 16:53:48 +01:00
Karolka
2970e203ee
Add transaction reference input at order page ( #837 )
...
* Add transaction reference input at order page
* Add spacer between cards in order details
Co-authored-by: Karolina Kuźniewicz <karolina.kuzniewicz@mirumee.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2020-11-24 17:02:50 +01:00
Marek Choiński
ba1c06d999
Fix wrong placeholder text ( #856 )
2020-11-24 14:18:22 +01:00
AlicjaSzu
51548af8d3
fix shipping forms save button disabled state ( #855 )
...
* fix shipping forms save button disabled state
* update defaultMessages
2020-11-24 14:17:03 +01:00
Jakub Majorek
da7add51b0
[1611] Update messages
2020-11-23 11:35:58 +01:00
Dominik Żegleń
a175fb9497
Add global channel picker ( #841 )
...
* Move theme switch to user menu
* Add global channel picker
* Fix picker styles
* Use app channel state
* Improve prop naming to indicate id vs slug
* Disable picker if no reason to pick channel
* Remove settings modal leftovers
* Remove channel settings dialog
* Remove unused props
* Skip channel fetching if user is not authenticated
* Remove channel selection from components
* Update messages
* Fix e2e tests
* Remove channel picker leftover
* Revert ChannelSettingsDialog deletion
* Update snapshots
* Update messages
2020-11-23 10:39:24 +01:00
Karolka
e2e5f7f7a5
Add rating input at Create/Edit Product page ( #828 )
...
* Add rating input at Create/Edit Product page
* Fix cypress tests
Co-authored-by: Karolina Kuźniewicz <karolina.kuzniewicz@mirumee.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2020-11-19 18:07:42 +01:00
Dawid Tarasiuk
fc02fce701
Page types ( #807 )
...
* Create attribute class selector
* Use ProductAttributeType to check if product is simple or with variants
* Allow attribute class selection only during its creation
* Update attribute type selection translations
* Show only product attributes in columns picker on product list view
* Cleanups in Attribute Organization component
* Create Page Types list page
* Create content management section in settings
* Implement page types list view
* Remove unused imports from page type list
* Updatte page type list style
* Remove legacy code from page type list component
* Update PageTypeListPage component
* Create Page Types details page
* Fix page type attribute reordering
* Implement PageType create view
* Implement PageType update view
* gUpdate page type details components
* Fix page type update component
* Update page type components stories
* Update page type errors handling
* Update page type details view
* Create Page Types details page
* Implement PageType create view
* Update product attribute assignment mutations
* Add page types attribute assignment mutations
* Add page types attribute assignment handling
* Temporarily fix page create mutation
* Update page type error messages
* Remove legacy storybook page type stories
* Update attribute assignment dialogs stories
* Update page type details error handling
* Update props for page type components
* Create attribute class selector
* Implement page types list view
* Add page type selector on page create and details views
* Add attributes list to page details views
* Update page types list
* Use attribute errors for attributes muatations
* Save attribute values on page create and update
* Update messages for page view
* Update page attributes fragment
* Use AttributeError in AttributeBulkDelete
* Update page type and its attribute selection
* Handle page types deleting
* Update page types deleting messages
* Handle page types attribute reorder
* Fix PageOrganizeContent component types
* Update graphqql types
* Fix page fixture
* Update messages
* Update test snapshots
* Pass pageTypes to PageForm
* Update changelog with page type addition note
* Update package-lock
* Update test snapshots
* Fix malformed generated type
* Update messages after rebase
2020-11-19 15:42:14 +01:00
Dominik Żegleń
33d680639b
Add new side menu navigation ( #819 )
...
Update snapshots
Fix savebar
Fix cypress
Update messages
Fix cypress
2020-11-18 16:11:15 +01:00
Krzysztof Wolski
6d31be7c2c
Fix select all channels checkbox ( #838 )
...
* Fix select all channels checkbox
* Clarify checkout description
2020-11-18 15:32:22 +01:00
Dominik Żegleń
6f9060144a
Multichannel ( #833 )
...
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598 )
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609 )
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655 )
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662 )
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698 )
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702 )
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715 )
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717 )
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724 )
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727 )
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739 )
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743 )
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746 )
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750 )
* update sale views with channels
* small fixes in discounts
* order views with channels (#752 )
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755 )
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762 )
* update translations
* fix translation types
* update messages
* update Availability component (#766 )
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785 )
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791 )
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801 )
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803 )
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804 )
* channels currency code select (#806 )
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 17:10:42 +01:00
dominik-zeglen
c60d719f21
Update messages
2020-11-06 12:19:37 +01:00
dominik-zeglen
e49cf2c3ea
Update translation files
2020-11-03 14:58:00 +01:00
Dominik Żegleń
e39f24cc0c
Merge branch 'master' into lush-collection-load-more
2020-10-30 15:38:37 +01:00
dominik-zeglen
573cda058f
Make category and collection assign dialog common
2020-10-30 15:00:43 +01:00
Tomasz Szymanski
b39ea044ca
Translations
2020-10-21 13:12:50 +02:00
Krzysztof Wolski
10c44d3ac5
Update translation contextCo-authored-by: Patryk Zawadzki <81205+patrys@users.noreply.github.com>
2020-10-13 18:10:55 +02:00
Krzysztof Wolski
6275f257ac
Locale and changelog
2020-10-13 18:10:55 +02:00
Dawid Tarasiuk
61723bd045
Fix warehouse configure link translation
2020-09-29 18:01:36 +02:00
Dawid Tarasiuk
dc43578d5a
Update configure warehouse link
2020-09-29 15:18:07 +02:00
Dawid Tarasiuk
bf18651f7d
Remove leave screen dialog
2020-09-29 12:08:54 +02:00
Dawid Tarasiuk
ce812aaab4
Fix translations
2020-09-28 14:46:56 +02:00
Dawid Tarasiuk
6065c5ded6
Add no warehouses info in variant and product details
2020-09-28 14:43:36 +02:00
Dawid Tarasiuk
9e8f453c99
Add no warehouses info in variant creator
2020-09-28 14:40:53 +02:00
Marcin Gębala
7e24e4a14f
Merge pull request #720 from mirumee/feat/add-slug-to-seo-form
...
Add slug field to category, product, collection & page details
2020-09-25 18:44:08 +02:00
Marcin Gębala
55d748e3c6
Merge pull request #731 from mirumee/revert-menu
...
Revert menu
2020-09-25 18:16:18 +02:00
Magdalena Markusik
8f43226e95
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-25 17:41:58 +02:00
Dominik Żegleń
b571eef598
Merge pull request #728 from mirumee/add/taxes-per-product
...
Allow taxes to be configured per product
2020-09-25 17:28:56 +02:00
Marcin Gębala
cf91edaaf9
Revert "Merge pull request #697 from mirumee/ref/sidebar"
...
This reverts commit b1623eaaf5
, reversing
changes made to 14da39ebfa
.
2020-09-25 16:45:27 +02:00
Marcin Gębala
42931a1d31
Revert "Merge pull request #703 from mirumee/ref/sidebar-mobile"
...
This reverts commit acfd04e81a
, reversing
changes made to 40d27a9280
.
2020-09-25 16:38:59 +02:00
Magdalena Markusik
fe2b15c798
update messages
2020-09-25 15:56:27 +02:00
mmarkusik
c8e06812e6
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-25 15:39:05 +02:00
Tomasz Szymański
4cecf238d6
Allow product variant to be set as default ( #721 )
...
* Add drag-and-drop to allow variants reordering
* Handle variants reordering
* Allow product variant to be set as default
* Display default variant and perform refresing after set
* Move ProductVariantSetDefault to separate component
* Changes to new schema
Co-authored-by: Dawid Tarasiuk <tarasiukdawid@gmail.com>
2020-09-25 14:33:01 +02:00
dominik-zeglen
5b6a420199
Update changelog, stories and messages
2020-09-24 13:49:49 +02:00
mmarkusik
8093876c7b
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-23 09:39:29 +02:00
mmarkusik
ce77c9df10
Fix strings containing "informations" ( #722 )
...
* update
* update changelog
Co-authored-by: Magdalena Markusik <magdalena.markusik@mirumee.com>
2020-09-22 18:04:06 +02:00
mmarkusik
c7124ffc41
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-22 09:58:33 +02:00
Magdalena Markusik
d0339408df
update messages
2020-09-21 16:36:08 +02:00
Dawid Tarasiuk
ffaf56a51b
Handle variants reordering
2020-09-21 10:33:25 +02:00
Dawid Tarasiuk
62b5219af8
Update translations
2020-09-18 11:42:36 +02:00
dominik-zeglen
39425b9f36
Update changelog and messages
2020-09-09 12:59:48 +02:00
dominik-zeglen
0f4f8bd6b4
Restore zh locales
2020-09-04 16:11:56 +02:00
dominik-zeglen
f09227e6e0
Remove zh locales to fix mac case insensitivity
2020-09-04 16:10:37 +02:00
dominik-zeglen
ce6d9d835a
Fix en locale, symlinks and use async await
2020-09-04 16:08:24 +02:00
Vladimir Romashchenko
2b39ae3a23
Added links to locales with different naming.
2020-09-03 22:51:22 -04:00
AlicjaSzu
a6db73f189
fix typo in AvailabilityCard
2020-09-03 16:10:15 +02:00
AlicjaSzu
eba4ba2edf
update VisibilityCard component ( #679 )
...
* update VisibilityCard component
* add visibleInListings in Product
* update mutations and types with visibleInListings
* update ProductExportDialogInfo with availableForPurchase
* update defaultMessages
* update useDateLocalize hook
* update cypress tests
* update orders with availability info
* revert cypress changes
* update changelog
* update product update handlers
* fix VisibilityCard styles
* create AvailabilityCard component
* update defaultMessages
* update snapshots and messages
* fix ProductCreatePage form data types
* update defaultMessages
2020-09-03 12:25:16 +02:00
dominik-zeglen
d720389ba7
Update order history information
2020-09-02 11:43:33 +02:00
Dominik Żegleń
7770ae34df
Add metadata ( #670 )
...
* Add metadata editor component
* Add tests
* Fix plurals
* Use pascal case in selectors
* Update product metadata
* Add metadata handler decorator
* Update snapshots
* wip
* Remove operation provider component
* Add metadata to collections
* Add metadata editor to variant
* Add metadata editor to categories
* Add metadata to product types
* Simplify code
* Add metadata to attributes
* Drop maybe
* Rename Metadata to MetadataFragment
* Update changelog and snapshots
2020-08-28 14:45:11 +02:00
dominik-zeglen
42a2b97886
Update messages
2020-08-19 13:50:28 +02:00
dominik-zeglen
7cdb120d38
Update messages and changelog
2020-08-18 16:20:52 +02:00
dominik-zeglen
ccee92a8d0
Fix incorrect messages
2020-08-13 16:44:05 +02:00
dominik-zeglen
cdecbeaa4a
Update messages
2020-08-12 11:28:46 +02:00
Dominik Żegleń
9a86c6beb5
Merge pull request #635 from mirumee/add/navigator-btn
...
Add navigator button
2020-08-11 15:35:23 +02:00
dominik-zeglen
dbbe2d7287
Update snapshots, messages and changelog
2020-08-10 15:12:21 +02:00
Krzysztof Wolski
fdb8d1e272
Handle situation when email is removed from user ( #631 )
2020-08-07 17:15:18 +02:00
dominik-zeglen
6d78842236
Update messages
2020-07-30 14:28:43 +02:00
Dominik Żegleń
df5aea6200
Add product export ( #620 )
...
* Add component backbone
* Make step component generic and typed
* Add step tabs
* Add settings view
* Encapsulate all dialog components in one directory
* Move types to separate file
* Add mutations
* Use gql types
* Add error handling
* Do not keep separate types file
* Allow products to be exported
* Fix types
* Update snapshots
* Update to latest schema
* Add disabled option
* Use wizard hook
* Update type definitions
* Queue export check task
* Fix bug causing jobs to be endless and duplicated
* Fix minor bugs
* Add accordion component
* Allow selection of fields to be exported
* Add attribute export
* Update snapshots
* Update messages
* Update changelog
* Add missing key
* Add quick peek to accordioin
* Sort imports
* Remove unused files
* Add chiips to attribute selection
* Change menu positioning
* Add product counter
* Add select all option
* Update snapshots
* Update messages
* Remove unused import
* Add chips
* Add test tags
* Update snapshots
* Change number of max chips
* Add accordion tags
* Update messages
2020-07-30 11:54:16 +02:00
AlicjaSzu
211b0b892d
Apps ( #599 )
...
* create Apps view
* create more app components, generate types and messages
* apps refactor, update snapshots
* show error message in tooltip when app installation fail
* update apps components and view, add apps list to storybook
* update defaultMessages
* create app details view
* update AppListPage with Skeleton component
* create app activate/deactivate dialogs, create app details stories
* add AppHeader to AppDetailsPage
* update defaultMessages
* update AppDetails view and components after review
* create custom app details view
* refactor webhooks
* update webhooks fixtures
* update WebhookDetailsPage story
* update strings
* create CustomAppCreate view and components
* update AppListPage story
* create AppInstall view and page
* handle errors in AppInstall view
* update defaultMessages
* add AppInstallPage to storybook
* add status prop to MessageManager
* update defaultMessages
* remove service account section
* remove service account routes
* remove as operator from notify status
* add notifications for app installations
* update styles for deactivated app
* update app installations with local storage
* update defaultMessages
* AppInstall update
* dd delete button to ongoin installations table
* fix active installations condition
* fix error messages in AppsList
* update defaultMessages
* add iframe to AppDetailsPage
* create AppDetailsSettingsPage
* install macaw-ui
* apps styles clean up
* update schema, fixtures
* few apps updates
* WebhookCreate - fix onBack button name
* WebhookCreatePage story update
* rename apps table from external to thirdparty
* update defaultMessages
* fix test, update snapshots
* AppDetailsSettings - add token to headers
* fix first number in local apps query
* app details settings - use shop domain host
* add onSettingsRowClick to InstalledApps
* resolve conflicts
* update changelog and messages
* add noopener noreferrer do app privacy link
* update snapshots
* update snapshots
* updates after review
* update defaultMessages
* CustomAppDetails - add missing notify status
2020-07-22 12:54:15 +02:00
Dominik Żegleń
df85de6779
Merge pull request #619 from mirumee/feature/order_event_updated
...
Order updated history event
2020-07-22 12:02:27 +02:00
Krzysztof Wolski
c778c200ed
Move from test cafe to Cypress ( #584 )
...
* Typo
* Add cypress config
* Login and logout tests
* Typo
* Add basic test for warehouse
* Wrong password test
* Fixes and docs
* Remove testcafe
* Add gh action
* Update changelog
* Fix typo
* Update msgs
* Work on GH action
* Record artifacts
* Fix warehouse test
2020-07-20 11:42:44 +02:00
Tomasz Szymanski
79144e6fe4
Order updated history event
2020-07-17 10:10:01 +02:00
dominik-zeglen
984edaa141
Update messages
2020-07-16 13:48:03 +02:00
dominik-zeglen
c09fc4ce00
Apply fixes from 2.10.1
2020-07-16 13:48:00 +02:00
Tomasz Szymański
97938a6018
Order history events for invoicing ( #610 )
...
* Order history events for invoicing
* Added missing translations
2020-07-15 19:19:50 +02:00
Dawid Tarasiuk
8a22155b6e
Update order invoices list design
2020-07-08 15:29:47 +02:00
Mohamed Wael
8d6d50fbc8
Add/edit tracking number ( #562 )
...
* edit tracking number button
* Update snapshot
* Update messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2020-07-08 12:33:50 +02:00
Dawid Tarasiuk
c7a8fe629a
Update invoice messages
2020-07-08 10:44:36 +02:00
Dawid Tarasiuk
d487af5d29
Fix invoice translation messages
2020-07-08 10:44:35 +02:00
Dawid Tarasiuk
81115da9e0
Update invoice error messages
2020-07-08 10:44:31 +02:00
Dawid Tarasiuk
e48e0a030e
Query invoices for order
2020-07-08 10:44:27 +02:00
AlicjaSzu
f247e79369
update defaultMessages
2020-07-02 14:49:42 +02:00
Dawid Tarasiuk
a29ac065a3
Update locale default messages
2020-06-18 11:37:55 +02:00
Dawid Tarasiuk
ea407432cc
Fix locale default messages
2020-06-17 18:13:33 +02:00
Dawid Tarasiuk
e450dd4c4d
Update product type in product list
2020-06-17 12:28:15 +02:00
Dawid Tarasiuk
d71f7b2a7b
Update translations
2020-06-16 18:42:56 +02:00
Krzysztof Wolski
375762a144
Conditional demo mode
2020-05-26 02:01:27 +02:00
dominik-zeglen
93c89f2a4c
Update messages
2020-05-25 12:07:45 +02:00
AlicjaSzu
75efb26aa8
add discount to Order details view
2020-05-15 17:19:51 +02:00
dominik-zeglen
5fd0f71888
Update messages
2020-05-08 16:01:04 +02:00
Dominik Żegleń
d78c7842f4
Merge pull request #517 from mirumee/tx/sync
...
Update messages
2020-05-07 13:50:45 +02:00
dominik-zeglen
375d038242
Update messages
2020-05-07 13:48:17 +02:00
dominik-zeglen
5301145cf8
Update messages
2020-05-05 19:23:34 +02:00
dominik-zeglen
f969ddf376
Update messages and changelog
2020-05-04 18:07:02 +02:00
dominik-zeglen
89bae127d2
Update translations
2020-04-29 17:11:02 +02:00
dominik-zeglen
ce38bb8352
Update messages
2020-04-29 03:47:07 +02:00
Dominik Żegleń
e7f6bd1e77
Merge pull request #490 from AdamQuadmon/fix-order-fulfillment-typo
...
Fix Typo in Order Fulfillment Dialog
2020-04-27 16:29:33 +02:00
Krzysztof Wolski
0516e540f7
Fix typo
2020-04-23 17:52:39 +02:00
Krzysztof Wolski
082a12e0b8
Permission groups section ( #406 )
...
* Add permission groups 👪
2020-04-23 17:43:08 +02:00
Luciano Amodio
258cb5bf5e
Fix Typo in Order Fulfillment Dialog
...
extraction also removed three strings from defaultMessages.json
2020-04-22 00:23:27 +02:00
dominik-zeglen
041f8e9963
Update messages
2020-03-24 13:54:31 +01:00
dominik-zeglen
519e505e18
Update messages
2020-03-24 13:54:28 +01:00
dominik-zeglen
8804de71a3
Update messages
2020-03-24 13:54:24 +01:00
dominik-zeglen
78b3feb656
Update messages
2020-03-24 13:54:21 +01:00
dominik-zeglen
f0b90318fd
Update messages
2020-03-24 13:54:13 +01:00
Krzysztof Wolski
ac8b0e4780
Merge pull request #430 from mirumee/add/order-filters
...
Add "Ready to capture" to the "Status" order filter
2020-03-10 15:28:10 +01:00
dominik-zeglen
404c50f55d
Sync translations
2020-03-06 16:38:23 +01:00
dominik-zeglen
d773a4c50f
Update messages
2020-03-04 17:19:23 +01:00
dominik-zeglen
092284f5df
Update messages
2020-03-03 14:33:38 +01:00
dominik-zeglen
291dad742a
Update messages
2020-03-02 11:20:47 +01:00
Krzysztof Wolski
6e230e72b2
Typo
2020-02-25 16:19:51 +01:00
dominik-zeglen
4dfe50becd
Sync translations with tx
2020-02-20 15:31:02 +01:00
dominik-zeglen
409e471770
Remove po files
2020-02-20 15:28:11 +01:00
dominik-zeglen
7dbc15772f
Update messages
2020-02-13 13:00:07 +01:00
dominik-zeglen
e20ff94910
Use json files in translations
2020-02-13 12:54:23 +01:00
dominik-zeglen
de7c76e8e0
Update messages
2020-02-13 12:54:22 +01:00
dominik-zeglen
dc396f9830
Use structured jsons instead of POT file
2020-02-13 12:54:22 +01:00
dominik-zeglen
3753d985da
Update messages
2020-02-03 12:55:15 +01:00
dominik-zeglen
2db588819c
Sync translations with transifex
2020-01-31 14:14:40 +01:00
dominik-zeglen
4aa188ff5c
Update messages
2020-01-20 17:07:26 +01:00
dominik-zeglen
8bdf4deabb
Update messages
2020-01-20 16:45:45 +01:00
dominik-zeglen
06b8c9431c
Update translations
2020-01-17 11:49:17 +01:00
dominik-zeglen
f707d195b2
Update translations
2019-12-09 04:40:00 +01:00
dominik-zeglen
44bb4be1fa
Fix minor bugs
2019-12-04 15:17:54 +01:00
dominik-zeglen
214a44d4b1
Fix message
2019-12-04 11:16:29 +01:00
dominik-zeglen
ebb3d9ebea
Update messages
2019-12-04 11:12:09 +01:00
dominik-zeglen
fa377e8e48
Update translations
2019-12-03 17:51:13 +01:00
dominik-zeglen
88819f0067
Improve copy
2019-11-26 15:34:56 +01:00
dominik-zeglen
fa46ebf6e9
Update messages
2019-11-26 15:16:20 +01:00
dominik-zeglen
19021040f0
Update messages
2019-11-25 18:00:37 +01:00
dominik-zeglen
7b78f66cbd
Sync translations
2019-11-19 12:59:29 +01:00
dominik-zeglen
4e56ae797e
Update messages
2019-11-13 14:28:16 +01:00
Marcin Gębala
8aa97b0d61
Merge branch 'master' into add/plugin-fields
2019-11-12 16:50:53 +01:00
dominik-zeglen
24c838282b
Sync translations with transifex
2019-11-08 12:01:15 +01:00
dominik-zeglen
b074122928
Update messages
2019-11-08 11:56:31 +01:00
dominik-zeglen
15f9535ca6
Update messages
2019-11-07 14:42:05 +01:00
dominik-zeglen
4b574c5d6c
Fix messages
2019-11-07 14:40:28 +01:00
dominik-zeglen
a2420aabda
Update messages
2019-11-07 14:11:50 +01:00
dominik-zeglen
7fab2e4363
Update messages
2019-10-25 15:39:05 +02:00
dominik-zeglen
3c60782a1b
Update copy
2019-10-24 15:17:37 +02:00
dominik-zeglen
457e786dd3
Update messages and snapshots
2019-10-24 15:16:05 +02:00
dominik-zeglen
2c70b7f9ec
Update messages
2019-10-24 14:17:44 +02:00
dominik-zeglen
3f32b5b2e7
Update messages
2019-10-21 16:54:31 +02:00
dominik-zeglen
a5eccacd19
Update messages
2019-10-21 16:35:16 +02:00
dominik-zeglen
1f1209d7dd
Update messages and snapshots
2019-10-21 14:11:52 +02:00
dominik-zeglen
845d5186c9
Persist locale in local storage
2019-10-21 13:11:55 +02:00
dominik-zeglen
254ce6be4b
Update messages
2019-10-16 17:55:45 +02:00
dominik-zeglen
e6dbd3a89a
Fix sale value
2019-10-15 17:56:57 +02:00
dominik-zeglen
0dc950947b
Update messages
2019-10-15 17:53:48 +02:00
dominik-zeglen
92b4d7d975
Add messages
2019-10-09 17:35:42 +02:00
dominik-zeglen
485a471fe3
Update messages
2019-10-09 12:26:42 +02:00
dominik-zeglen
e2b48e30e6
Update messages
2019-10-09 12:24:54 +02:00
dominik-zeglen
d16227cea6
Update snapshots
2019-10-04 13:24:40 +02:00
dominik-zeglen
9d5958b32c
Update messages
2019-09-30 18:59:07 +02:00
dominik-zeglen
eded02232a
Sync translations
2019-09-26 13:01:08 +02:00
dominik-zeglen
470929173f
Update snasphots and messages
2019-09-16 17:26:48 +02:00
dominik-zeglen
d9d59624a7
Update messages
2019-09-16 17:22:29 +02:00
dominik-zeglen
0cb3edb215
Update messages
2019-09-16 16:45:52 +02:00
dominik-zeglen
315c3b2dc0
Update messages
2019-09-10 13:00:45 +02:00
dominik-zeglen
d829c4cd41
Sync translations
2019-09-06 16:05:06 +02:00
dominik-zeglen
1dae9a772f
Update snapshots and messages
2019-09-06 15:57:01 +02:00
dominik-zeglen
427d231b35
Update messages
2019-09-06 15:52:48 +02:00
dominik-zeglen
7223193e9f
Update messages
2019-09-04 13:51:31 +02:00
dominik-zeglen
93369d9d16
Add locales
2019-08-29 15:59:11 +02:00
dominik-zeglen
c4bd2a7315
Update pot file
2019-08-29 14:48:37 +02:00
Dominik Żegleń
94c0833766
Refactor translations in components ( #133 )
...
* Refactor translations in components
* Update pot file
2019-08-29 14:42:59 +02:00
Dominik Żegleń
1585a5ad28
Refactor translations in translations section ( #131 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
8edd6ee756
Refactor translations in taxes section ( #130 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
f3b04aef8a
Refactor staff section translations ( #128 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
81c6efc474
Refactor translations in site settings section ( #129 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
aaccb724ae
Refactor shipping section translations ( #127 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
9abc98bdff
Refactor translations in product type section ( #126 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
63e4f9bd34
Refactor product section translations ( #125 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
c214cc298d
Refactor translations in pages section ( #124 )
2019-08-29 14:12:35 +02:00
Dominik Żegleń
3d2d56e227
Refactor order section translations ( #123 )
...
* Refactor translations in order section
* Ensure ID uniqueness
* Update pot file
2019-08-29 14:12:35 +02:00
Dominik Żegleń
f78e5aea31
Refactor navigation section translations ( #117 )
...
* Refactor navigation section translations
* Add missing id
* Update pot file
2019-08-29 14:12:35 +02:00
Dominik Żegleń
290f6ca396
Refactor home section translations ( #115 )
...
* Refactor home screen translations
* Update pot file
* Fix plural forms
* Update pot file
2019-08-29 14:12:35 +02:00
Dominik Żegleń
2d0a33fc0d
Refactor discount section translations ( #114 )
...
* Refactor discount sectionts translations
Fix bulk action dialogs
Fix id collision
Update pot file
wip
* Fix id collision
2019-08-29 14:12:35 +02:00
Dominik Żegleń
a2efcde035
Refactor configuration section translations ( #111 )
...
* Refactor configuration section translations
* Update pot file
2019-08-29 14:12:35 +02:00
Dominik Żegleń
5dd50bcd7e
Refactor translations in customer section ( #110 )
...
* Refactor translations in customer section
* Update pot file
* Improve descriptions
* Rebase fixes
2019-08-29 14:12:35 +02:00
dominik-zeglen
a472c8cd1a
Remove ids
2019-08-29 14:12:34 +02:00
Dominik Żegleń
2073f6ad21
Refactor collection section translations ( #108 )
...
* Refactor translations in collections section
* Update pot file
* Improve descriptions
* Do not share 'published' message
2019-08-29 14:12:34 +02:00
Dominik Żegleń
64a0d7b667
Add pot file
2019-08-29 14:12:34 +02:00
Dominik Żegleń
a1506b7df1
Fix tests
2019-08-29 14:12:34 +02:00
Dominik Żegleń
0a99350457
Add pot file
2019-08-29 14:12:34 +02:00