-
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
Update Onyx to version 1.0.55 #23151
Update Onyx to version 1.0.55 #23151
Conversation
@abdulrahuman5196 Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@marcaaron this one's for you i guess, i think we won't need an additional C+ here? |
Let me know if C+ is required, I can review. |
Some Jest tests are failing. Also, yes, C+ will help test on all the platforms (thanks @abdulrahuman5196). Can we please give some special focus to Android/iOS since we are changing the way storage works there with this PR? I think the changes should be pretty safe so a "smoke test" should be good for this one. |
All flows? Not sure if I have time for that today 😄 Maybe we can just test a mainline flow (like adding a comment to a chat) and use that as the smoke test? We do have QA running regression tests on every release so there is some safety there, but we are the first line of defense 💪 |
Thank you. I will work on the C+ review. @chrispader Can we fix the failing Unit tests? |
@abdulrahuman5196 working on it! 👍 |
@abdulrahuman5196 @marcaaron fixed the tests and other minor issues both in this PR and in this PR in @marcaaron could you please review the additional Onyx PR :) |
The changes in |
Giving a another check. It seems we are blocked on another PR from onyx to unblock this PR. |
yes, exactly. once the other onyx PR is merged and this one is reviewed, we're ready to go! |
Can we put this one on HOLD so it is not accidentally merged? Side note: it would be good to send out some kind of PSA in |
@abdulrahuman5196 @marcaaron this PR is ready 👍 |
For me on mobile native the app is crashing when sending messages |
The crash wasn't caused by this PR. It was caused by the update to Internally, the @mountiny we should be able to merge it i guess 🚀 |
🚀 great |
We have updated to .56 here so I think we can close this pr #23749 🚀 |
@marcaaron
Details
Update
react-native-onyx
version to incorporate theJSON_PATCH
changes from this PRFixed Issues
$ #13972
PROPOSAL:
Tests
Test adding a comment to a report
Check functionality especially on iOS and Android
Offline tests
QA Steps
Same as in "Tests", but also check other flows for their functionality.
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
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android