-
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
[HOLD] Patch for getting connection IDs by key #36226
[HOLD] Patch for getting connection IDs by key #36226
Conversation
Sorry @akinwale, I'll review this 🙏 |
+ const keyToDelete = subscriber.key; | ||
+ | ||
+ if (onyxKeyToConnectionIDs.has(keyToDelete)) { | ||
+ onyxKeyToConnectionIDs.set(keyToDelete, _.without(onyxKeyToConnectionIDs.get(keyToDelete), connectionID)); |
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.
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'm chatting with the reassure devs to fix this
This comment has been minimized.
This comment has been minimized.
I locally pulled the latest All the tests below are tested on the Web, on the native platform it's very laggy. It might be because the Settings Report Chat composer ✅ Assign task Request money Split bill ✅ Send money ✅ Add attachment Workspace Issues
|
@mollfpr Cool great testing coverage. |
Will do a round of tests but it is working now fixing_collections_patch.mp4 |
@mountiny the TS is failing because the App is using onyx v.2.0.2 instead of v2.0.4, I pushed the missing type into the patch so this works, I can remove it later, should be ready for testing |
@mollfpr Will you be able to give this another round of testing please? |
@mountiny Yup, running another test! |
@gedu why are you using a patch file to test Onyx? You can test Onyx locally w/ live-reload using the technique described in the README here. PRs can be opened in Onyx and tested by C+ and reviewers in the same way, without making it difficult to read and review the diff. I suppose the ability to run AdHoc builds is nice, but this PR should not be merged, so imo it should be marked as a draft or POC |
I created the patch because we were testing with a release build and using the Android device, so the live-reload wouldn't work. |
Yeah we know its not supposed to be merged, but this works well for testing for any regressions, added HOLD so nobody accidentally merges it @mollfpr have you been able to conclude another round of testing please? |
@gedu do you ahve any tips for the native platforms? |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
@mollfpr can you test these builds? |
The ios build des not work for me so I assume the Android wont work either |
Hey, will check native, it should work we did all the tests on Android |
Locally I can run it, and it works. |
@mollfpr can you test this locally? |
I test the latest Android ad-hoc and build locally on the physical device and emulator. None of them work for me. It's only showing the splash screen. I also, run the |
Should I do a PR in the Onyx repository so you can test it with the watch? |
@mountiny Created a PR at onyx repository: Expensify/react-native-onyx#520 |
Thanks, that will be on hold until we move ahead with onyx bump |
@mountiny Not sure how to handle this one, but we can close it in favor of: Expensify/react-native-onyx#565 |
Yep, lets close this now, thank you |
Details
Implemented some improvements on the onyx side, all in the details in the issue ticket
Fixed Issues
$ #35809
PROPOSAL: -
Tests
Testing, will be mainly use the app, to know that my changes doesn't break anything specially collections
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)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.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
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop