-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Save VBA flow information as users type #5114
Conversation
})); | ||
this.setState((prevState) => { | ||
this.debouncedUpdateReimbursementAccountDraft({hasAcceptedTerms: !prevState.hasAcceptedTerms}); | ||
return {hasAcceptedTerms: !prevState.hasAcceptedTerms}; |
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.
Looks like this is still duplicated
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.
Looking good - caught one more thing.
Updated! |
@luacmartins conflicts, will review once resolved! |
Updated! |
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.
LGTM
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.
This LGTM but I still need to test. I also had one more small comment.
Updated! |
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.
LGTM and works great. Nice job!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Thanks for all the feedback @Jag96 and @marcaaron! I really appreciate it! |
🚀 Deployed to staging by @marcaaron in version: 1.0.96-1 🚀
|
🚀 Deployed to production by @francoisl in version: 1.0.97-0 🚀
|
Users should have their VBA flow information saved as they type, so if they accidentally closed the pane or refresh the page, the data should show up again.
cc @marcaaron
Fixed Issues
$ #5035
Tests
Settings > Select your Workspace > Get Started
Save & Continue
in each step).Testing potential Onyx race condition
Beneficial owners
step, checkSomebody else owns more than 25% of <companyName>
. Add 3 additional beneficial owners.Application
tab and search for thereimbursementAccountDraft
key underlocalStorage
.Remove this beneficial owner
and verify that thebeneficialOwners
array display the 2 remainingbeneficialOwners
and notnull
. Repeat the step until you are left with just one owner left.QA Steps
Steps above.
Tested On
Screenshots
Web
web.mov
Mobile Web
mWeb.mov
Desktop
desktop.mov
iOS
ios.mov
Android
android.mov