Dawid Tarasiuk
5303d9f714
1992 - Add attribute references select dialog ( #931 )
...
* Add attribute references select dialog
* Add reference attribute support to products and variants
* Fix attribute select dialog selection
* Refactor reference attribute handlers
* Refactor reference attribute handlers
* Refactor searching for reference pages
2021-01-20 11:50:53 +01:00
Dawid Tarasiuk
8b0fe986b2
1425 - Support reference type attribute on attribute details page ( #918 )
...
* Support reference type attribute on attribute details page
* Trigger CI
* Prevent changing attribute entity type during attribute update
* Refactor attribute details components
2021-01-20 11:50:53 +01:00
Dawid Tarasiuk
ee05b090b8
1862 - Add references field to attributes section ( #923 )
...
* Add references field to attributes section
* Update messagees and test shapshots
* Remove unused style in sortable chips component
2021-01-20 11:50:53 +01:00
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
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
dbe4bd5771
Merge pull request #921 from mirumee/show-zip-codes-radio-buttons
...
Show hidden radio buttons of shipping method zip codes
2021-01-07 13:13:19 +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
Marek Choiński
63a2969808
Saleor 1946 expose user metadata in customer details view ( #912 )
...
* Add metadata component
* Update types
* Add metadata handler
* Update fixture and storybook
* Update storybook
2021-01-07 11:03:48 +01:00
Tomasz Szymanski
e7375c08c9
Re-style radio buttons of zip codes inclusion type
2021-01-07 09:44:49 +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
Tomasz Szymanski
a6a1a63a2a
Update snapshots
2020-12-22 12:22:23 +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
Marek Choiński
0ad9d6f487
Saleor 1704 shipping rates rendering issue ( #916 )
...
* Fix styles
* Update storybook
2020-12-21 13:47:10 +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
Marek Choiński
5bb2d597a2
Saleor 1531 add metadata UI for shipping zones and methods ( #895 )
...
* Add public and private metadata to shipping zones
* Update initial form
* Fix types
* Update types for metadata in shipping method
* Filter typename of metadata
* Fix price shipping method metadata
* Fetch metadata in weight rate update
* Update storybook
2020-12-10 13:38:41 +01:00
Marek Choiński
29a7ef644c
Fix null voucher name handle ( #891 )
...
* Fix null voucher name handle
* Fix behavior for optional name
* Fix voucher list
* Fix loading voucher
* Update storybook
2020-12-09 11:15:13 +01:00
Marek Choiński
2d8fc85ac3
Saleor 1606 send invoice button not visible ( #889 )
...
* Fix send button on invoice card
* Fix highlight border on hover
* Update storybook
2020-12-04 18:29:41 +01:00
Dominik Żegleń
c7cd531aeb
Fix Chrome 87 fieldset rendering bug ( #883 )
...
* Fix order page gray box
* Fix shipping page gray boxes
* Do not put background to fieldsets
Fixes Chrome 87 bug
* Fix disabled style
* Update snapshots
* Trigger CI
* Revert card changes
2020-12-04 13:45:49 +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
AlicjaSzu
09625eb486
use MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES permission ( #881 )
2020-12-01 16:43:08 +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
AlicjaSzu
6456cd21d2
disable Manage channels for user without permission ( #858 )
...
* create ChannelsAvailabilityWithPermission component
* revert changes in ChannelsAvailability, update snapshots
* replace hasManageChannelPermission with hasManageChannelsPermission
* use RequirePermissions in ChannelsAvailability, create UserDecorator
2020-11-30 14:08:09 +01:00
Krzysztof Wolski
6762e7bf3f
[chore] Update dependencies, fix warnings during tests ( #845 )
...
* Fix attr name typo
* Use proper string serialization
* Use proper image URL
* Remove unused draft component
* Fix classname for invoice card
* Update deps
* Remove unused testcafe
* Resolve issue with missing intl in one of the stories, bump intl package version
* Update packages
* Update commit hooks
* Bump ts to last pre4.0 version
* Center metadata image
* Unused property
* Bump enzyme
* Revert
* Fix logo on login screen
* Fix console errors on entering translations pages
* Fix styles for invoice card
2020-11-27 17:32:12 +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
AlicjaSzu
1845111537
fix SaleCreate view ( #857 )
...
* fix SaleCreate view
* fix SaleValue input styles, update snapshots
* add success status to create sale notification
2020-11-26 11:43:05 +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
Marek Choiński
101e2c7cdc
Saleor 1670 visual improvements for dashboard homepage ( #850 )
...
* Fix overflow for card hover
* Add padding on arrow icon
* Update storybook for homepage
2020-11-24 14:16:44 +01:00
Dominik Żegleń
2765dc1324
Use product pricing instead of discounted price ( #847 )
...
* Use product pricing instead of discountedPrice
* Fix input width
* Update snapshots
* Fix reading price range of null pricing
Co-authored-by: Dawid Tarasiuk <tarasiukdawid@gmail.com>
2020-11-23 14:04:24 +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
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
3de9ae58df
Update tests
2020-11-06 09:34:05 +01:00
dominik-zeglen
02e93b06d6
Use rich text editor in translations
2020-11-05 17:30:38 +01:00
dominik-zeglen
8bc0b18e4f
wip
2020-11-05 15:16:39 +01:00
dominik-zeglen
bc78c03e29
Improve dark mode
2020-11-05 15:10:46 +01:00
dominik-zeglen
dfc063caa1
Improve component encapsulation
2020-11-05 14:56:29 +01:00
dominik-zeglen
dab8064e26
Use editorjs instead of draftail
2020-11-04 13:58:30 +01:00
Dominik Żegleń
d16cf2c6da
Merge branch 'master' into SALEOR-1403-cannot-fulfill-order-when-product-quantity-is-one
2020-11-03 12:15:39 +01:00
Marcin Gębala
27bc372ac5
Merge pull request #793 from mirumee/lush-collection-load-more
...
Add missing infinite scroll to searches
2020-11-03 11:36:14 +01:00
dominik-zeglen
a27a029452
Pass promise to reset form state
2020-10-30 16:10:06 +01:00
dominik-zeglen
a34d22de8f
Fix undefined and null objects handling
2020-10-30 16:10:00 +01:00
Dominik Żegleń
e39f24cc0c
Merge branch 'master' into lush-collection-load-more
2020-10-30 15:38:37 +01:00
Grzegorz Derdak
e14b144636
Merge branch 'master' into SALEOR-1403-cannot-fulfill-order-when-product-quantity-is-one
2020-10-30 14:13:02 +01:00
Grzegorz Derdak
cbdda30a3a
Update logic based on new API fields
2020-10-30 14:11:10 +01:00
Dominik Żegleń
a0939a58f4
Merge pull request #782 from mirumee/add/pages-metadata-1413
...
Add metadata editor to page views
2020-10-28 13:59:25 +01:00
Tomasz Szymański
e4fc4489df
Merge pull request #784 from mirumee/SALEOR-1264-avatax-address-fix
...
Remove the finalization dialog on draft order complete
2020-10-28 09:57:09 +01:00
dominik-zeglen
bc6a832af7
Fix story
2020-10-26 14:07:51 +01:00
Grzegorz Derdak
9036294491
Changes after code review
2020-10-23 13:21:04 +02:00
dominik-zeglen
93b6560da4
Add metadata editor to page views
2020-10-23 12:28:13 +02:00
Grzegorz Derdak
c9040d9e8b
Fix for fulfilling order when product quantity is 1
2020-10-22 11:58:20 +02:00
Tomasz Szymanski
6d5b3a6b57
Fix tests
2020-10-21 10:48:46 +02:00
Tomasz Szymanski
f66be95b57
Remove the finalization dialog
2020-10-20 15:19:58 +02:00
Magdalena Markusik
fddd3c8f3b
update tests
2020-10-20 11:31:59 +02:00
Dominik Żegleń
de31431af3
Merge pull request #768 from mirumee/refactor/product-permissions
...
Add manage product types and attributes permission
2020-10-16 10:47:05 +02:00
Dominik Żegleń
32de699216
Merge pull request #764 from mirumee/fix/price-errors-1244
...
Do not allow negative values and display errors
2020-10-16 10:12:47 +02:00
Dawid Tarasiuk
e0a1d11991
Update product permission pages access
2020-10-15 14:43:38 +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
Marcin Gębala
5cc005da96
Merge pull request #759 from mirumee/fix/variant-table-header-1319
...
Fix delete icon placement
2020-10-13 17:13:24 +02:00
Marcin Gębala
efc4eca689
Merge pull request #758 from mirumee/fix/attribute-table-bins-1324
...
Fix column width
2020-10-13 17:13:01 +02:00
dominik-zeglen
7d397606f0
Disable set as default if variant is default
2020-10-13 15:43:10 +02:00
Dominik Żegleń
fca8d7ab28
Merge pull request #737 from mirumee/fix/handle-attribute-errors
...
Fix handle attribute errors
2020-10-13 15:14:26 +02:00
dominik-zeglen
7aebb67cfd
Do not allow negative values and display errors
2020-10-13 13:29:42 +02:00
dominik-zeglen
85099e1113
Fix delete icon placement
2020-10-12 15:15:00 +02:00
dominik-zeglen
7052027b1d
Fix column width
2020-10-12 14:47:44 +02:00
dominik-zeglen
87ece837db
Show empty option only when prop is passed
2020-10-12 12:56:10 +02:00
dominik-zeglen
c15aaa833b
Fix attribute empty option
2020-10-12 12:56:08 +02:00
dominik-zeglen
c60d5bff56
Update snapshots
2020-10-12 12:56:07 +02:00
dominik-zeglen
60fb2266a9
Use dedicated error fragment
2020-10-12 12:56:05 +02:00
dominik-zeglen
ee1ecff1f8
Handle attribute errors in product views
2020-10-12 12:56:04 +02:00
dominik-zeglen
369fd09853
Display attribute errors in product view
2020-10-12 12:56:03 +02:00
Dawid Tarasiuk
f85ca42d36
Use non negative value change handler for quantity input
2020-10-09 13:15:19 +02:00
Dawid Tarasiuk
1fda14d2aa
Update test snapshots
2020-10-09 13:08:24 +02:00
Dawid Tarasiuk
a10fc62819
Update test snapshots
2020-10-09 13:08:23 +02:00
Dawid Tarasiuk
46cadf0c48
Merge pull request #713 from mirumee/fix/no-warehouses-in-variant-creator
...
Add no warehouses info when working with stock quantities
2020-10-08 12:42:10 +02:00
Dawid Tarasiuk
992816c641
Update storybook with no warehouses case
2020-10-08 11:54:15 +02:00
Dawid Tarasiuk
8dcb263cd3
Update product type test snapshot
2020-10-02 12:50:58 +02:00
Krzysztof Wolski
7cd3409bb3
Fix failing cypress test ( #738 )
...
* Add test selector for autocomplete field
* Update snapshot
2020-09-30 11:48:00 +02:00
Dominik Żegleń
30c411179f
Merge pull request #733 from mirumee/fix/table-layout
...
Fix staff members table
2020-09-29 12:56:45 +02:00
Dawid Tarasiuk
bf18651f7d
Remove leave screen dialog
2020-09-29 12:08:54 +02:00
Dawid Tarasiuk
b9bccd07f3
Refactor leave action in product update
2020-09-28 17:41:24 +02:00
Dawid Tarasiuk
1aaa5c5c3a
Add redirect on warehouse configuration action
2020-09-28 14:45:38 +02:00
Dawid Tarasiuk
6065c5ded6
Add no warehouses info in variant and product details
2020-09-28 14:43:36 +02:00
dominik-zeglen
3d3f2fa924
Fix staff members table
2020-09-28 12:32:32 +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
354b0f5b90
Merge pull request #732 from mirumee/fix/table-layout
...
Fix exploding table layout
2020-09-25 18:43:44 +02:00
dominik-zeglen
dd6695070c
Update snapshots
2020-09-25 18:18:07 +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
dominik-zeglen
45f12f4f72
Update snapshots
2020-09-25 17:00:18 +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
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
Dawid Tarasiuk
4da205bb24
Merge pull request #730 from mirumee/fix/disable-autocomplete-in-email-field
...
add autocomplete off to email field in site settings
2020-09-25 13:50:57 +02:00
Magdalena Markusik
4457da981e
update tests
2020-09-24 16:07:48 +02:00
Magdalena Markusik
dbbb0ac990
fix tests
2020-09-24 14:56:42 +02:00
dominik-zeglen
5b6a420199
Update changelog, stories and messages
2020-09-24 13:49:49 +02:00
dominik-zeglen
9a9c6a01a1
Fix stories
2020-09-24 13:49:48 +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
Dominik Żegleń
a78af2b9db
Merge branch 'master' into fix/avatar-change-button
2020-09-21 11:12:56 +02:00
Dawid Tarasiuk
8d9162cd1d
Update test snapshots
2020-09-21 10:34:34 +02:00
Dawid Tarasiuk
88b8950408
Add drag-and-drop to allow variants reordering
2020-09-21 10:33:24 +02:00
Dawid Tarasiuk
e474f90a8e
Update test snapshots
2020-09-18 17:01:36 +02:00
Magdalena Markusik
7631a7a281
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-18 15:35:22 +02:00
Dawid Tarasiuk
62b5219af8
Update translations
2020-09-18 11:42:36 +02:00
dominik-zeglen
668290d500
Update snapshots
2020-09-09 13:21:29 +02:00
dominik-zeglen
1e1bb03b4e
Update fixtures
2020-09-04 13:06:03 +02:00
dominik-zeglen
488a2a02ff
Update snapshots
2020-09-04 13:06:02 +02:00
AlicjaSzu
7d5d3698e8
update snapshots
2020-09-03 16:19:47 +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 Żegleń
bba1840b92
Merge branch 'master' into metadata/create-views
2020-09-02 17:41:54 +02:00
dominik-zeglen
0f3b061f18
Add payment authorized event
2020-09-02 11:57:48 +02:00
dominik-zeglen
d720389ba7
Update order history information
2020-09-02 11:43:33 +02:00
dominik-zeglen
6181b1139c
Update snapshots
2020-09-01 17:31:13 +02:00
dominik-zeglen
7bb5ca231b
Update changelog and snapshots
2020-09-01 17:14:42 +02:00
dominik-zeglen
0abf151073
Update snapshots
2020-09-01 17:13:50 +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 Żegleń
265c8bc0ca
Merge pull request #664 from mirumee/add/data-test-filters
...
Add test ids to filters
2020-08-27 16:56:00 +02:00
dominik-zeglen
affb8e031b
Use pascal case
2020-08-24 16:23:45 +02:00
dominik-zeglen
5e73440e4f
Add test ids to filters
2020-08-21 13:03:14 +02:00
dominik-zeglen
48e9fe1366
Fix minor bugs in plugin details view
2020-08-19 13:35:35 +02:00
dominik-zeglen
ff41fb4845
Update snapshots
2020-08-18 16:10:19 +02:00
dominik-zeglen
ccee92a8d0
Fix incorrect messages
2020-08-13 16:44:05 +02:00
dominik-zeglen
6d8a06af41
Update to newest schema
2020-08-12 11:28:45 +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
2bfe1226d5
Update snapshots
2020-07-30 14:28:44 +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
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
dominik-zeglen
c6f36de80d
Fix rebase errors
2020-07-16 13:48:02 +02:00
dominik-zeglen
c09fc4ce00
Apply fixes from 2.10.1
2020-07-16 13:48:00 +02:00
dominik-zeglen
8173624fca
Fix order note when no user was given
2020-07-13 11:21:52 +02:00
dominik-zeglen
1bbc7aa9b9
Update snapshots
2020-07-09 15:47:08 +02:00
dominik-zeglen
e066d3171f
Add weight to simple products
2020-07-09 14:53:08 +02:00
dominik-zeglen
4efce141da
Add weight to variant
2020-07-09 13:45:01 +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
fea369be80
Update test snapshots
2020-07-08 10:44:37 +02:00
Dawid Tarasiuk
c4c9895a56
Create story for invoice list
2020-07-08 10:44:34 +02:00
Dawid Tarasiuk
b0c62d7ad9
Update invoice request types
2020-07-08 10:44:32 +02:00
Dawid Tarasiuk
80ace6e435
Update test snapshots
2020-07-08 10:44:29 +02:00
Dawid Tarasiuk
25b0082455
Implement generate invoice mutation
2020-07-08 10:44:29 +02:00
Dawid Tarasiuk
cd761d0990
Query invoices for order
2020-07-08 10:44:28 +02:00
Dawid Tarasiuk
624f3954df
Update invoice callback names
2020-07-08 10:44:28 +02:00
Dawid Tarasiuk
e48e0a030e
Query invoices for order
2020-07-08 10:44:27 +02:00
dominik-zeglen
eddec1a5c2
Move fragments to avoid circular imports
2020-07-07 12:14:12 +02:00
AlicjaSzu
adebcc4452
remove react-alert lib, create MessageManagerProvider
2020-07-02 14:49:45 +02:00
AlicjaSzu
2921d14b75
update messages stories
2020-07-02 14:49:41 +02:00
AlicjaSzu
58c0a5859a
use react-alert to render multiple notifications
2020-07-02 14:49:38 +02:00
Krzysztof Wolski
f4d570c7e5
Fix warnings and better test tag ( #582 )
...
* Resolve test warnings
* Tename data-tc to data-test
* Update src/orders/components/OrderFulfillPage/OrderFulfillPage.tsx
2020-07-02 12:59:09 +02:00
Dawid Tarasiuk
9e66d99dca
Use productRangeUndiscounted instead of calculating variant prices range
2020-06-18 17:01:36 +02:00
Dawid Tarasiuk
e450dd4c4d
Update product type in product list
2020-06-17 12:28:15 +02:00
Dawid Tarasiuk
02472d611e
update snapshots
2020-06-16 15:19:30 +02:00
Dawid Tarasiuk
2d9385554b
Update category product list
2020-06-16 13:13:10 +02:00
Dawid Tarasiuk
2fdda2db55
Update product list UI
2020-06-16 12:48:57 +02:00
Dawid Tarasiuk
1e93827deb
Update product list tests
2020-06-12 16:44:35 +02:00
Dawid Tarasiuk
43aeff8e68
Update product variant creator
2020-06-12 13:19:44 +02:00
Dawid Tarasiuk
8fa7eb2b8a
Revert "Remove base price from product create page"
...
This reverts commit 0b099e882c
.
2020-06-12 12:17:17 +02:00
Dawid Tarasiuk
0b099e882c
Remove base price from product create page
2020-06-08 13:52:20 +02:00
dominik-zeglen
2129596944
Add sku column to fulfillment cards
2020-05-25 11:59:23 +02:00
Krzysztof Wolski
a82de30309
Add circleci config and enhance our linters ( #519 )
...
* Add circleci config
* Season linting config
* Apply code style
2020-05-14 11:30:32 +02:00
dominik-zeglen
a5da3ea872
Fix CI build
2020-05-12 03:20:21 +02:00
dominik-zeglen
b971363b9f
Handle untracked products
2020-05-08 15:38:44 +02:00
dominik-zeglen
6af08af910
Update product stock management to newest design
2020-05-04 18:06:36 +02:00
Dominik Żegleń
87fcc812a6
Merge pull request #508 from mirumee/fix/error-on-group-deletion
...
Handle errors on group deletion
2020-04-30 11:34:23 +02:00
Krzysztof Wolski
da950ce079
Review fixes
2020-04-30 11:06:09 +02:00
dominik-zeglen
e84aefab9a
Use quantity allocated to get available variants
2020-04-29 18:51:19 +02:00
Dominik Żegleń
c41e7b8bf2
Merge pull request #509 from mirumee/tx/sync
...
Sync translations with transifex
2020-04-29 17:23:53 +02:00
dominik-zeglen
89bae127d2
Update translations
2020-04-29 17:11:02 +02:00
dominik-zeglen
6fb5c3d4e5
Fix form error
2020-04-29 16:53:52 +02:00
Krzysztof Wolski
3d7a638b20
Handle errors on group deletion
2020-04-29 08:47:08 +02:00
dominik-zeglen
57038445c9
Update snapshots
2020-04-28 17:00:52 +02:00
dominik-zeglen
3f5474659f
Update snapshots
2020-04-28 16:53:55 +02:00
dominik-zeglen
14d89d2ab9
Use quantityAllocated
2020-04-28 16:53:15 +02:00
dominik-zeglen
c4fdfd2498
Update stories
2020-04-28 16:53:13 +02:00
dominik-zeglen
7cc3492e71
Add warehouse selection to restock items
2020-04-28 16:52:34 +02:00
dominik-zeglen
bcc4f96f82
Enable assigning multiple warehouses to zone
2020-04-28 16:37:21 +02:00
dominik-zeglen
94dad3e4d7
Improve single warehouse UX
2020-04-28 16:37:19 +02:00
dominik-zeglen
3ad8440c29
Update test cases
2020-04-28 16:37:11 +02:00
dominik-zeglen
85b730bce8
Update stories
2020-04-28 16:37:07 +02:00
dominik-zeglen
8b5b3c81d5
Fix type errors
2020-04-28 16:33:25 +02:00
dominik-zeglen
1e37867e3e
Update stories and messages
2020-04-28 16:33:13 +02:00
dominik-zeglen
369be96850
Fix types
2020-04-28 16:33:11 +02:00
Krzysztof Wolski
a44e96a278
Update chosen pills
2020-04-27 09:53:34 +02:00
Krzysztof Wolski
082a12e0b8
Permission groups section ( #406 )
...
* Add permission groups 👪
2020-04-23 17:43:08 +02:00
Maciej Korycinski
75b2487c57
Rename variables service_account to apps
2020-04-22 12:17:19 +02:00
Gabriel L Martinez
910f721088
Add story to test not published list of products
...
Update Stories Snapshot
2020-04-14 00:25:31 -04:00
Gabriel L Martinez
7f2361c025
Add story to test list of products published
2020-04-13 23:46:40 -04:00
Gabriel L Martinez
06e78acbf6
Adding storyshot for password too short error
2020-04-07 09:29:31 -04:00
dominik-zeglen
381665409f
Rebase fixes
2020-03-24 15:05:26 +01:00
dominik-zeglen
7b77d8b126
Update stories
2020-03-24 13:54:35 +01:00
dominik-zeglen
6ab6cf4e68
Use error codes in webhook section
2020-03-24 13:54:30 +01:00
dominik-zeglen
d92a8028cb
Fix type errors
2020-03-24 13:54:29 +01:00
dominik-zeglen
1446a993a5
Update stories
2020-03-24 13:54:27 +01:00
dominik-zeglen
51d1594509
Update stories
2020-03-24 13:54:23 +01:00
dominik-zeglen
b4d16517b0
Display order errors
2020-03-24 13:54:20 +01:00
dominik-zeglen
40a6594688
Update snapshots
2020-03-24 13:54:17 +01:00
dominik-zeglen
61c3eb51fd
Use error codes in navigation section
2020-03-24 13:54:16 +01:00
dominik-zeglen
b2987cddac
Fix type errors
2020-03-24 13:54:14 +01:00
dominik-zeglen
b21b746ee3
Update stories
2020-03-24 13:54:11 +01:00
dominik-zeglen
96c98077d8
Use error codes in account sections
2020-03-24 13:54:08 +01:00
dominik-zeglen
20c4340b8f
Update snapshots
2020-03-24 13:54:07 +01:00
dominik-zeglen
bae3e461a7
Fix types
2020-03-24 13:54:06 +01:00
dominik-zeglen
6bacb5fb3a
wip
2020-03-24 13:53:38 +01:00
dominik-zeglen
a95054ecb3
Add form error stories
2020-03-24 13:53:05 +01:00
Dominik Żegleń
bf92214fc3
Revert "Use error formatting in product type section"
2020-03-11 10:56:04 +01:00
dominik-zeglen
a8f100c6ac
Update snapshots
2020-03-10 13:55:28 +01:00
dominik-zeglen
0f28c8f4f5
Use error codes in product types section
2020-03-10 12:38:01 +01:00
dominik-zeglen
2fd7893df5
Update snapshots
2020-03-05 16:09:41 +01:00
dominik-zeglen
db14154c34
Use error formatting in attribute view
2020-03-04 13:50:25 +01:00
dominik-zeglen
5678719e7a
Update snapshots
2020-03-03 14:33:39 +01:00
dominik-zeglen
c4863ece60
Do not store errors in form component
2020-02-24 15:14:48 +01:00
Marcin Gębala
24cfd20205
Merge branch 'master' into add/order-filter-fields
2020-02-12 14:06:52 +01:00
dominik-zeglen
535d1c780c
Add customer field
2020-02-03 12:40:46 +01:00
dominik-zeglen
d5cb6523fd
Update snapshots
2020-01-31 15:01:26 +01:00
dominik-zeglen
35d433f7ca
Improve form error handling
2020-01-31 14:48:39 +01:00
dominik-zeglen
6afda334be
Update snapshots
2020-01-20 17:06:05 +01:00
dominik-zeglen
5f3024d0b4
Update snapshots
2020-01-20 16:47:49 +01:00
dominik-zeglen
5ca01db4eb
Fix types
2020-01-20 16:47:48 +01:00
dominik-zeglen
a503f08538
Update stories
2020-01-20 16:46:53 +01:00
dominik-zeglen
36501a7131
Update stories
2020-01-20 16:46:21 +01:00
dominik-zeglen
c5b3e22ec5
Update stories
2020-01-20 16:46:19 +01:00
dominik-zeglen
bd84bcbbf0
Update snapshots
2020-01-20 16:46:15 +01:00
dominik-zeglen
1e559b2feb
Fix types
2020-01-20 16:46:14 +01:00
dominik-zeglen
15849ff2af
Separate visual and app layer in products
2020-01-20 16:46:10 +01:00
dominik-zeglen
310c9946c1
Update snapshots
2020-01-20 16:46:01 +01:00
dominik-zeglen
8b2aeaf58a
Fix stories
2020-01-20 16:46:00 +01:00
dominik-zeglen
c6783e569c
Update snapshots
2020-01-20 16:45:57 +01:00
dominik-zeglen
7820c65050
Add filters to voucher list
2020-01-20 16:45:56 +01:00
dominik-zeglen
f9d0c22531
Add filtering to sale list
2020-01-20 16:45:55 +01:00
dominik-zeglen
890a27ae68
Update snapshots
2020-01-20 16:45:54 +01:00
dominik-zeglen
1588fe7a88
Add filtering to product types
2020-01-20 16:45:53 +01:00
dominik-zeglen
3125689ebd
Update snapshots
2020-01-20 16:45:52 +01:00
dominik-zeglen
04e9e13c5a
Add filters to staff member list
2020-01-20 16:45:51 +01:00
dominik-zeglen
943e227522
Update stories
2020-01-20 16:45:49 +01:00
dominik-zeglen
223237d0fd
Update snapshots
2020-01-20 16:45:47 +01:00
dominik-zeglen
0ad80813fe
Add filtering to customer list
2020-01-20 16:45:47 +01:00
dominik-zeglen
e49e685c09
Update snapshots
2020-01-20 16:45:44 +01:00
dominik-zeglen
e520f30a86
Fix stories
2020-01-20 16:45:15 +01:00
dominik-zeglen
32cdb56e6f
Make order filters work
2020-01-20 16:45:08 +01:00
dominik-zeglen
87b94f47e1
Refactor filter components
2020-01-20 16:45:06 +01:00
dominik-zeglen
d58b1046ff
Rewrite mock choice provider to hooks
2020-01-20 16:45:05 +01:00
dominik-zeglen
9c3563c59a
Update stories
2020-01-20 10:50:56 +01:00
dominik-zeglen
e3930e78cd
Update stories
2020-01-09 12:27:57 +01:00
dominik-zeglen
9c688d3aef
Add sorting to lists
2019-12-18 11:22:02 +01:00
dominik-zeglen
06ab3aa6e5
Update snapshots
2019-12-04 11:12:07 +01:00
dominik-zeglen
df1d9e4e24
Fix types
2019-12-04 11:12:06 +01:00
dominik-zeglen
2909a9ce56
Update snapshots
2019-12-03 16:57:18 +01:00
Marcin Gębala
fee6686734
Merge branch 'master' into ref/use-eslint
2019-12-03 13:49:00 +01:00
Marcin Gębala
56f6744bb8
Merge branch 'master' into fix/dropdown-items
2019-12-02 17:07:17 +01:00
dominik-zeglen
4f82cc2d4c
Update snapshots
2019-12-02 16:37:48 +01:00
dominik-zeglen
baf49a7ca5
Use eslint in build pipeline
2019-12-02 16:33:59 +01:00
dominik-zeglen
421da92cb3
Use eslint instead of tslint
2019-12-02 16:33:58 +01:00
dominik-zeglen
4cf4b3b45b
Update snapshots
2019-11-28 16:27:28 +01:00
dominik-zeglen
88819f0067
Improve copy
2019-11-26 15:34:56 +01:00
dominik-zeglen
080eb0748a
Update snapshots
2019-11-21 15:59:39 +01:00
dominik-zeglen
5ce5ed039f
Update snapshots
2019-11-19 13:52:05 +01:00
dominik-zeglen
c8fa856dd1
Update snapshots
2019-11-19 13:48:44 +01:00
Krzysztof Bialoglowicz
0ab414ab33
Update snapshots
2019-11-19 13:41:42 +01:00
Krzysztof Bialoglowicz
9911f2b278
Use responsive table component
2019-11-19 13:41:36 +01:00
Marcin Gębala
187415feee
Merge branch 'master' into ref/use-apollo-hooks
2019-11-15 14:13:14 +01:00
dominik-zeglen
5538946453
Update snapshots
2019-11-14 16:05:25 +01:00
dominik-zeglen
37bfd7b855
Update stories
2019-11-13 14:12:17 +01:00
dominik-zeglen
9fff10eb50
Update stories
2019-11-08 11:43:45 +01:00
dominik-zeglen
974dec9db4
Add authorization section
2019-11-07 16:54:05 +01:00
dominik-zeglen
ad035ccfae
Update snapshots
2019-11-07 14:55:19 +01:00
dominik-zeglen
1aa3fb19f9
Do not check internal lib types
2019-11-07 14:42:07 +01:00
dominik-zeglen
254d0714ad
Update snapshots
2019-11-07 14:42:06 +01:00
dominik-zeglen
c6c997a98f
Do not check lib type errors
2019-11-07 14:41:03 +01:00
dominik-zeglen
349c7dbcc0
Update stories
2019-11-07 14:39:15 +01:00
dominik-zeglen
74d6794679
Update @material-ui to v4
2019-11-07 14:29:07 +01:00
dominik-zeglen
b718ecdb22
Update snapshots
2019-11-07 14:11:49 +01:00
dominik-zeglen
898eecf628
Update types
2019-10-25 15:31:27 +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
261f80ee4f
Add mailing configuration
2019-10-24 15:12:32 +02:00
dominik-zeglen
8e692c95b0
Fix story
2019-10-24 15:12:27 +02:00
Krzysztof Białogłowicz
39ad616b87
Merge branch 'master' into fix/ui-improvements
2019-10-23 11:34:46 +02:00
Krzysztof Bialoglowicz
2ba71c0bc2
Update snapshots
2019-10-22 14:47:36 +02:00
dominik-zeglen
7958671aeb
Update messages
2019-10-21 16:52:56 +02:00
dominik-zeglen
4d27960d79
Fix attribute errors
2019-10-21 16:52:54 +02:00
dominik-zeglen
1f1209d7dd
Update messages and snapshots
2019-10-21 14:11:52 +02:00
dominik-zeglen
f1a9bb137a
Update stories
2019-10-21 13:14:33 +02:00
dominik-zeglen
77fe0076e2
Update snapshots
2019-10-21 13:11:53 +02:00
dominik-zeglen
54dad7cae5
Allow users to change language
2019-10-21 13:11:51 +02:00
Marcin Gębala
12dcda2012
Merge pull request #215 from mirumee/ref/translations
...
Improve code consistency
2019-10-21 10:00:12 +02:00
Krzysztof Bialoglowicz
13da934927
Fix error messages with service account
2019-10-18 14:33:05 +02:00
Krzysztof Bialoglowicz
9d3da33fc9
Update snapshots
2019-10-18 14:03:03 +02:00
Krzysztof Bialoglowicz
b82f8bc14c
Update snapshots
2019-10-18 11:07:26 +02:00
Krzysztof Bialoglowicz
57a3ed88ae
Update snapshots
2019-10-17 14:41:32 +02:00
dominik-zeglen
297b04074b
Fix types
2019-10-17 13:53:17 +02:00
Krzysztof Białogłowicz
fa5151241a
Merge branch 'master' into add/webhook-section
2019-10-17 12:26:12 +02:00
dominik-zeglen
1027e215a2
Fix stories
2019-10-16 17:53:49 +02:00
dominik-zeglen
6c44769629
Refactor multi autocomplete ux
2019-10-16 17:52:51 +02:00
dominik-zeglen
1f3d3be072
Fix types
2019-10-16 17:52:50 +02:00
dominik-zeglen
7ebf8fc254
Remove unuxed component
2019-10-16 17:52:48 +02:00
dominik-zeglen
d295804778
Refactor searches
2019-10-16 17:52:21 +02:00
dominik-zeglen
d99321be84
Add dynamic loading
2019-10-16 17:52:16 +02:00
dominik-zeglen
0bf7594ce0
Refactor ui a bit
2019-10-16 17:52:15 +02:00
Krzysztof Bialoglowicz
c9762ffbf1
Update snapshots
2019-10-16 14:21:39 +02:00
Krzysztof Białogłowicz
35e657a3d5
Merge branch 'master' into add/webhook-section
2019-10-16 14:07:37 +02:00
Krzysztof Bialoglowicz
8a61fa781d
Update snapshots
2019-10-16 14:06:28 +02:00
dominik-zeglen
e6dbd3a89a
Fix sale value
2019-10-15 17:56:57 +02:00
dominik-zeglen
7ce4008c47
Fix types
2019-10-15 17:52:15 +02:00
Krzysztof Bialoglowicz
f97319c47a
Fix storybook
2019-10-10 14:48:19 +02:00
dominik-zeglen
e58a0157b1
Capitalize headers
2019-10-09 17:33:55 +02:00
dominik-zeglen
b75ceed7cc
Add attribute values to matrix
2019-10-09 12:45:27 +02:00
dominik-zeglen
03374fb00b
Minor fixes
2019-10-09 12:24:54 +02:00
dominik-zeglen
be674522e1
Shorten inputs
2019-10-09 12:24:54 +02:00
dominik-zeglen
13458a929b
Fix tests
2019-10-09 12:24:54 +02:00
dominik-zeglen
3bb73bbbe5
Update tests
2019-10-09 12:23:39 +02:00
dominik-zeglen
9b9a6648cd
Allow variant deleting
2019-10-09 12:23:39 +02:00
dominik-zeglen
7bb26784e6
Add error handling
2019-10-09 12:23:39 +02:00
dominik-zeglen
6190c4ff45
Update snapshots
2019-10-09 12:19:06 +02:00
Marcin Gębala
2637ec3fdf
Merge pull request #188 from mirumee/add/service-bots
...
Add service account section
2019-10-08 15:00:11 +02:00
dominik-zeglen
d16227cea6
Update snapshots
2019-10-04 13:24:40 +02:00
Dominik Żegleń
dda3b0dc7a
Merge pull request #192 from mirumee/fix/minor-bugs
...
Fix minor bugs
2019-10-02 11:13:40 +02:00
dominik-zeglen
2a5a9ecc3b
Update snapshots
2019-09-30 18:59:07 +02:00
dominik-zeglen
353490e1a6
Make account permissions and status common
2019-09-30 18:56:30 +02:00
dominik-zeglen
5b5b62baef
Update snapshots
2019-09-30 18:01:35 +02:00
dominik-zeglen
d19a07f319
Hide variants and attributes if none
2019-09-30 17:27:01 +02:00
dominik-zeglen
8131d15d23
Reset form after closing dialog
2019-09-30 15:14:11 +02:00
Marcin Gębala
7b0b99fbcd
Merge pull request #189 from mirumee/fix/product-type-search
...
Fix product type selection
2019-09-30 14:41:04 +02:00
Marcin Gębala
9b3c25d74a
Merge branch 'master' into add/attribute-sort
2019-09-30 14:33:35 +02:00
dominik-zeglen
62cf5b80de
Fix types
2019-09-30 14:04:18 +02:00
dominik-zeglen
eb68e2c0fc
Pass props to TableCell
2019-09-27 15:42:16 +02:00
dominik-zeglen
d923d2d483
Fix testcafe tags
2019-09-27 15:27:04 +02:00
dominik-zeglen
2b6b0f888d
Add tc tags
2019-09-27 12:25:39 +02:00
dominik-zeglen
821675efb3
Fix types
2019-09-26 12:16:56 +02:00
dominik-zeglen
8b7e92b392
Update snapshots
2019-09-25 11:27:59 +02:00