-
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
Change the way we parse a date because it was converting in wrong timezone date #25476
Conversation
…ezone date Signed-off-by: Pierre Michel <pmiche04@gmail.com>
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.
@ArekChr Could you possibly help wiht the android is @ShogunFire has issues with building it
Signed-off-by: Pierre Michel <pmiche04@gmail.com>
There is also a problem with the refresh of the value sometimes, should we fix that here ? 2023-08-18.07-04-43.mp4 |
@ShogunFire did the message disappear? The fact it does not update immediately is being addressed somewhere else |
Ok thanks, I am putting the videos now then, other than that this is ready for review And the message didn't disappear I just scrolled up... Not sure if it's normal that I can do it though |
its intentional, I was not able to see it corerclty |
It took 1 hour but I managed to build android |
🎉 |
Signed-off-by: Pierre Michel <pmiche04@gmail.com>
Thanks I made the change @ArekChr |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromemweb.chrome.movMobile Web - Safarimweb.safari.movDesktopdesktop.moviOSios.movAndroid |
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.
Excited for this one to hit main
, lets aim to finish the checklist today if possible. thanks!
I have another issue not related to this PR. I can't sign in on Android to record the last video, trying to fix that. |
@ArekChr I think if Android is the only one missing we dont have to hold on it |
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.
Thanks everyone 🙇
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.56-0 🚀
|
Changing date showing “removed the merchant (previously "Request”)” message after a while instead of the date message screen-recording-2023-08-22-at-65311-pm_GqDZuymT.mp4 |
@ayazhussain79 that oed known and irrelevant to this PR , |
Ok Thank you |
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.56-24 🚀
|
Details
new Date(string) can sometimes return the date of the previous day
Fixed Issues
$ #25441
PROPOSAL: #25441 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting 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)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
2023-08-18.06-06-14.mp4
Mobile Web - Chrome
2023-08-18.09-24-52.mp4
Mobile Web - Safari
safari.2.mp4
Desktop
2023-08-18.07-56-58.mp4
iOS
2023-08-18.09-11-46.mp4
Android
2023-08-18.12-20-17.mp4