-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] "Remove item" in minicart usability issue #882
The head ref may contain hidden characters: "\"Remove_Item\"_in_Minicart_usability_issue_#661"
[bug] "Remove item" in minicart usability issue #882
Conversation
Added loading element in MiniCart, after delete item.
This pull request is automatically deployed with Now. |
…"_in_Minicart_usability_issue_#661
Added check for loadingElement object.
Added check for loadingElement object.
Added check for loadingElement object.
…ity_issue_#661' into "Remove_Item"_in_Minicart_usability_issue_#661 # Conflicts: # packages/venia-concept/src/components/MiniCart/miniCart.js # packages/venia-concept/src/components/MiniCart/product.js
There are some conflicts that need resolved now that #732 has been merged. |
…into "Remove_Item"_in_Minicart_usability_issue_#661 # Conflicts: # packages/venia-concept/src/components/MiniCart/miniCart.js # packages/venia-concept/src/components/MiniCart/productList.js
…into "Remove_Item"_in_Minicart_usability_issue_#661
…ity_issue_#661' into "Remove_Item"_in_Minicart_usability_issue_#661
…into "Remove_Item"_in_Minicart_usability_issue_#661
@sirugh, i like your option. It is much more convenient when one item is blocked, and not absolutely everything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As i've written, i like this option. It is much more convenient when one item is blocked, and not absolutely everything. The option is easy to understand and solves all the problems with this issue.
@sirugh, we are satisfied with what we have now? Or have I missed something? |
I added changes so looking for a different reviewer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think some code is missing from MiniCart/miniCart.js
.
If no code is missing, this file can be cleaned up a bit.
Refactoring minicart.js
@supernova-at please, review my changes. |
Description
I used an existing class { LoadingIndicator }, and by using it has blocked the ability to uninstall the product at the time of the request. This adds some convenience on MiniCart.
Related Issue
Closes #661 .
Motivation and Context
This change does not give the user be able to interact with cart items (or the particular items which is being removed) while the request is processing.
How Has This Been Tested?
Steps to reproduce:
Screenshots (if appropriate):
Here's how the removal looks like now:
Proposed Labels for Change Type/Package
FEATURE
pkg:venia-concept
Checklist: