-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix: changes made in offline mode are not saved #12125
fix: changes made in offline mode are not saved #12125
Conversation
25137e2
to
09c6e7d
Compare
@tienifr, please link the issue correctly next time. We won't get requested for review if you use the wrong format. |
@thesahindia thank you, i will keep it in my mind. |
bump @tienifr |
@thesahindia Thank you for pointing that out, I'm done. |
ScreenshotsWeb Screen.Recording.2022-10-27.at.12.07.56.AM.movMobile Web - Chrome Screen.Recording.2022-10-27.at.12.56.28.AM.movMobile Web - Safari Screen.Recording.2022-10-27.at.12.35.55.AM.movDesktop Screen.Recording.2022-10-27.at.1.01.12.AM.moviOS Screen.Recording.2022-10-27.at.12.33.13.AM.movAndroid Screen.Recording.2022-10-27.at.12.53.11.AM.movLooks good and tests well! cc: @Julesssss C+ reviewed 🎀👀🎀
|
@Julesssss looks like this was merged without the checklist test passing. Please add a note explaining why this was done and remove the |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
No it wasn't 👎 |
🚀 Deployed to staging by @Julesssss in version: 1.2.22-0 🚀
|
🚀 Deployed to production by @Julesssss in version: 1.2.22-3 🚀
|
Details
networkRequestQueue
, and will be called back if back online.api?command=ReconnectApp
will be called to refresh data andapi?command=UpdateProfile
to update new user profile asynchronous. So user data has not been updated in time on BE,api?command=ReconnectApp
will return old user data.read
method towrite
method to addapi?command=ReconnectApp
toSequentialQueue
to call synchronousFixed Issues
$ #11632
PROPOSAL: #11632 (comment)
Tests
PR Review Checklist
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)QA Steps
PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Screenshots
Web
2022-10-12.18-31-05.mp4
Mobile Web - Chrome
offlineChrome.1.mp4
Mobile Web - Safari
offlineSafari.1.mp4
Desktop
saveDesktop.mp4
iOS
notSave3.mp4
Android
offlineMobile.mp4