Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Store Product Image Upload statuses in UserDefaults #15264
Store Product Image Upload statuses in UserDefaults #15264
Changes from 11 commits
31e2a56
4627217
5f9112b
38ae4e6
e563a29
36efa22
817d080
3540180
3a14b53
c720b67
12f4c1b
ab508e5
927e199
a3f7fd4
53c87cc
5e34cfc
ff2a952
2607997
782291e
cd388b6
0d4be44
b952002
2a7d9e5
8235551
5b719e4
e20a9c0
b81ea1c
9ef4dd7
ab5748a
1afd492
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 also missed in the previous reviews that the stream should exclude any keys listed in
statusUpdatesExcludedProductKeys
. That way, we would not display the error notice when an upload fails while the user is on the same product form.Notice above that both the error notice and alert are displayed.
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.
Nice catch Huong, I fixed it here 5b719e4 can you please take another look?