-
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
feat: add ident ring for login profile picture #15942
Conversation
Jenkins BuildsClick to see older builds (28)
|
6d4649f
to
3251c2b
Compare
a4660e4
to
a48419a
Compare
@@ -26,7 +26,7 @@ | |||
4)) | |||
|
|||
(defn get-account-image-uri | |||
[port public-key image-name key-uid theme] | |||
[{:keys [port public-key image-name key-uid theme ring?]}] |
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.
the ring?
here will be used later to disable ident ring for user with ens name
(let [image-name (-> multiaccounts | ||
(get-in [target-key-uid :images]) | ||
first | ||
:type)] |
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.
image name stored in status-go is the :type
of images, "large"
, "thumbnail"
80% of end-end tests have passed
Not executed tests (2)Failed tests (6)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMerged:
Passed tests (24)Click to expandClass TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
|
a48419a
to
7582397
Compare
94% of end-end tests have passed
Not executed tests (1)Failed tests (2)Click to expandClass TestCommunityMultipleDeviceMerged:
Passed tests (30)Click to expandClass TestActivityMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMerged:
|
7582397
to
bfd002c
Compare
Hey @yqrashawn ! Thanx for the PR. We are waiting for the review. After approval we will be able to take it into testing. |
94% of end-end tests have passed
Not executed tests (1)Failed tests (2)Click to expandClass TestCommunityMultipleDeviceMerged:
Passed tests (30)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
|
@yqrashawn thank you for the PR. Just to make sure: empty profile image is not in scope of current PR, correct? |
If it is not - then this PR is ready to be merged. If it is in scope - then we need to add ident ring for empty login profile picture. |
Signed-off-by: yqrashawn <namy.19@gmail.com>
bfd002c
to
6ae4722
Compare
@pavloburykh it's not in the scope of this PR. |
partial fix for subissue 1 in #15788
Adds ident ring for user set profile picture in views before login
ident ring around initials is not supported yet. Will work on that next.
related status-go PR status-im/status-go#3500 status-im/status-go#3505
with these status-go changes
status: ready