-
Notifications
You must be signed in to change notification settings - Fork 984
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
Add share tab in shell #15782
Add share tab in shell #15782
Conversation
Jenkins BuildsClick to see older builds (70)
|
e880a26
to
08a7bf3
Compare
✔️ status-mobile/prs/ios/PR-15782#8 🔹 ~7 min 10 sec 🔹 958f408 🔹 📦 ios package |
6b6b37b
to
780330c
Compare
9a6969d
to
45f4368
Compare
5c9f471
to
ea901b6
Compare
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.
👍
564e325
to
8334cfe
Compare
Hey @pavloburykh : Tagging you since you already had tested #15528 and this PR is basically a follow up to that one. |
87% of end-end tests have passed
Failed tests (4)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Passed tests (27)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Class TestActivityMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityCenterContactRequestMultipleDevicePR:
|
c9440bf
to
003415a
Compare
Hi @pavloburykh : Issue 1,2 and 3 are related and should be fixed in latest commit. Regarding this question : "is it possible to prevent this empty loading state of already generated QR when user comes back from background?" I'll investigate further, If it the solution turns out to be a lot of work, we could log this in another issue. I'll keep you posted 👍🏻 |
26b773b
to
8228249
Compare
Hi @pavloburykh, |
8228249
to
85f8933
Compare
|
||
(defn qr-code | ||
[{:keys [source width height]}] | ||
[rn/view | ||
{:style style/container} | ||
[rn/image | ||
[fast-image/fast-image |
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.
could you pls elaborate?
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.
fast-image
gets rid of the flickering introduced when we change tabs. According to the author of the library they use "Aggressive Caching", ref : https://github.com/DylanVann/react-native-fast-image/blob/main/docs/how-is-caching-handled.md
84% of end-end tests have passed
Failed tests (5)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Passed tests (27)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestActivityMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
|
900f471
to
2293ed4
Compare
@siddarthkay thanx for the fixes! I am partially reproducing ISSUE 1 User is not redirected to profile screen until first re-loginSteps:
Actual result: user is not redirected to profile screen. Redirection starts working after first logout. redirect_failed.mp4 |
@siddarthkay decided to fix remaining issues in followups. PR is ready for merge. |
2fde0d0
to
3450a54
Compare
fixes: #13439 Summary - Update `quo2/qr-code` component to use `fast-image` instead of `rn/image` - Adds profile tab in share section, wallet tab is marked as WIP - Shows profile QR code along with link to user's profile and the user's emoji hash. - profile link is shareable and copyable on tap. - emoji hash is shareable and copyable on tap. - fixed weird android issues
3450a54
to
0665f20
Compare
@pavloburykh : I made this for #15926 to keep track of progress on ISSUE 1. |
Made this PR because it was almost impossible to rebase : #15528
fixes: #13439
Summary
quo2/qr-code
component to usefast-image
instead ofrn/image
screenshots :
IOS
Android
status: ready