* Fix missing metadata and payment balance on unconfirmed orders
* Update changelog with fix missing fields on order page
Co-authored-by: Patryk Andrzejewski <vox3r69@gmail.com>
* Reset modal state in collection details
* cover initial state
* modal updates
* cover case when there is no items to add
Co-authored-by: andrzejewsky <vox3r69@gmail.com>
* Fix exit form dialog false positive.
Fixed:
- saving legacy data due to assigned legacy ref of function data assigned to form
- lack of clearing dirty status of form data on successful submit
causing improperly displaying exit form dialog
* Update changelog with exit form dialog fix
* check if test workflow will pass
* check if test workflow will pass without cache
* check if ask about target url
* check if it work on windows
* check if it work on mac
* check if it work on ubuntu with node 16.0.0
* get list of installed
* run revert-to-snapshot job un macos
* Add error handling override for queries
* Handle errors in order fulfill view
* Handle errors in order details view
* Disable errors in approval mutation
* fix for flaky chane user email tests and refactor of plugins tests
* fix for translation tests
* adding an option to run plugin tests in pull_request_temple
* adding an option to run translation tests
* Fix comments on release PRs
* Update .github/workflows/approveAndMergeReleasePR.js
Co-authored-by: Mika <mikail.kocak@saleor.io>
Co-authored-by: Mika <mikail.kocak@saleor.io>
* Migrate @saleor/app-bridge to @saleor/app-sdk
app-bridge is deprecated and was merged into app-sdk.
This commit fixes imports and points to new package
* Downgrade package-lock version
* Update app-sdk to 0.9.1
* Change sdk version to production
* Refresh app-sdk install
These 2 configs are widely used by various Node version managers
These managers can be easily configured to automatically switch Node version
when entering a directory
With this change, its more likely that correct Node and NPM version will be used,
avoiding accidental usage of incompatible versions
Reference for Node managers support can be found here:
https://stackoverflow.com/questions/27425852/what-uses-respects-the-node-version-file
* Change table layout to flexbox
* Move taxes before total
* Move discounts above subtotal
* Add type to util function
* Remove maybes
* Improve discounts
* Change taxes message
* Make font smaller
* Query total balance in order details
* Use totalBalance from api
* Show refunded when more than 0
* Make taxes grey
* Delete unused import
* Update fixtures
* Update snapshots
* Extract messages
* Move styles to seperate file
* Fix refunded amount
* Add settled message for zero balances
* Change payment status to payment balance
* Update snapshots
* Fix messages post rebase
* Allow saving regardless of membersChanged value
* Fix in-place sorting on readonly value
* Fix capital letter in button message
* Update snapshots
* Fix stories
* Remove unused import