-
Notifications
You must be signed in to change notification settings - Fork 987
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 #10052 make finding the public key easier in profile #10207
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (16)
|
iOS build is sad so I didn't test yet.
absolutely, yes. sorry for not making it clear in my comment
so this is a temporary quick fix anyway for 1.2 while I'm figuring out how to make multiple chat IDs work in the UI, wdyt about this if random name -> disclose chat key it's still an improvement that might be just enough until we have a more thorough fix in place
Andrey kindly provided those in |
c152362
to
c8c7684
Compare
(defn- profile-header-display | ||
[{:keys [name public-key ens-name] :as contact} | ||
allow-icon-change? include-remove-action?] | ||
[react/touchable-opacity {:on-press #(chat-key-popover public-key ens-name)} |
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 would have used [:<> but it looks like we are still using a deadass version of reagent
@jakubgs thanks for having a look, @errorists should I add the icon to the user profiles as well and not only the account profile? |
@yenda yes please, let's have them consistent |
98% of end-end tests have passed
Failed tests (2)Click to expand
Passed tests (91)Click to expand |
@jakubgs regarding the ens name it doesn't seem to be related to this PR, the ens name is actually there after reopening the app, so I think there is something amiss with ens name validation that should be fixed. |
28ac1c5
to
457a65a
Compare
@yenda 1) No name is shown in headline when scrolling2) On tap on own user picture don't see my ENS name (but I see it if I tap on "Share" icon in the heading)On tap on "Share" icon in the headline: On tap on your profile name or profile picture: |
98% of end-end tests have passed
Failed tests (2)Click to expand
Passed tests (89)Click to expand |
failed e2e are fixed in #10337 and not related to PR |
@churik indeed sorry I missed that one, it was caused by the fact that the layout didn't worked with touchable-opacity, so I had to wrap the inner components in a view |
@errorists would you mind to take a look? |
@yenda thank you, all fixed, looks good to me! |
@churik the different icons are a part of making it more obvious to their respective audience :) |
approved by @errorists |
Signed-off-by: yenda <[email protected]>
Ready:
After @jakubgs review: