-
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
Fix infinite loader when using attachments deeplink #24210
Fix infinite loader when using attachments deeplink #24210
Conversation
@allroundexperts 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] |
@allroundexperts from here
This doesn't seem to work with native ios/android devices when using deep link after logout. I tried to clear both the native project build folders + stimulator installations, but no luck. It does work tho after login, for which I have added the test videos. I have not added test videos for case 1 for android/ios native, other videos are complete.
I have asked in slack for the time being Any help is appreciated. Thanks |
Ok, so a lot of changes to |
Reviewer Checklist
Screenshots/VideosWebMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
Bump on this message, @allroundexperts |
This normally does work. I'm not sure what the exact issue is here. I'll test on my side once the code is ready. |
The code is ready from my side, unless you have some feedback? I replied to your earlier comment here. The only thing left from my side is to test Case 1 from OP
on android and ios native. |
I have replied there already. |
Thanks, looking into it |
Updated the logic in efab87a |
Gentle bump on this @allroundexperts |
UpdateRecap -> We have 2 test cases
Case 2 is only for small screens i.e mWeb and mobile native Case 2 doesn't work on iOS/Android native devices because deep links don't work after logout. Fails with a navigation error we already have an issue to handle that error -> #27168 Applying the diff in #28278 solved our issue (using deep link after logout and then logging in -> case 2). I think we should wait for #27168 to get this resolved. cc: @allroundexperts |
Update: #27168 is still in progress |
Update: #27168 still in progress |
Update: same as above |
Bump for review @allroundexperts. |
1 similar comment
Bump for review @allroundexperts. |
@huzaifa-99 Can you please resolve the conflicts here? |
Done @allroundexperts |
@huzaifa-99 #31316 seems to have been reverted. Can you please confirm if your changes are still valid? |
On Desktop web, I'm getting the following: Screen.Recording.2024-01-14.at.1.20.40.AM.mov |
The above was closed, it was not reproducible. Should we proceed here now? |
I think that this PR is way outdated now. It would be better in my opinion to get new proposals and follow on from there. |
I added the |
Apologies for the late reply
I think it would be good, as I don't have availability for 2 weeks. Thanks. |
Thanks @huzaifa-99 , going to close this out. Will keep the issue open for now, pending retest results |
Details
Fixed Issues
$ #23899
PROPOSAL: #23899 (comment)
Tests
Case 1: Using deeplink after logout (logout -> Use deep link -> login)
Case 2: For small screens only (mWeb and mobile native) - Using deeplink after login (login -> from LHN open deep link)
Offline tests
Same as "Tests" section above
QA Steps
Same as "Tests" section above
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
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
Chrome
Web.Chrome.mp4
Safari
Web.Safari.mp4
Mobile Web - Chrome
mWeb.Chrome.mp4
Mobile Web - Safari
mWeb.Safari.mp4
Desktop
Desktop.Native.mp4
iOS
IOS.Native.mp4
Android
Android.Native.mp4