mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 02:21:17 +00:00
UserImage: unused param pubKey removed
This commit is contained in:
parent
e95202ab61
commit
8fac4bf5de
@ -205,7 +205,6 @@ Rectangle {
|
|||||||
imageHeight: 32
|
imageHeight: 32
|
||||||
|
|
||||||
name: model.name
|
name: model.name
|
||||||
pubkey: model.publicKey
|
|
||||||
colorHash: model.colorHash
|
colorHash: model.colorHash
|
||||||
colorId: model.colorId
|
colorId: model.colorId
|
||||||
image: model.icon
|
image: model.icon
|
||||||
|
@ -76,7 +76,6 @@ CalloutCard {
|
|||||||
imageHeight: imageWidth
|
imageHeight: imageWidth
|
||||||
ensVerified: root.userData.ensVerified
|
ensVerified: root.userData.ensVerified
|
||||||
name: root.userData.name
|
name: root.userData.name
|
||||||
pubkey: root.userData.publicKey
|
|
||||||
image: root.userData.image
|
image: root.userData.image
|
||||||
colorId: Utils.colorIdForPubkey(root.userData.publicKey)
|
colorId: Utils.colorIdForPubkey(root.userData.publicKey)
|
||||||
colorHash: Utils.getColorHashAsJson(root.userData.publicKey)
|
colorHash: Utils.getColorHashAsJson(root.userData.publicKey)
|
||||||
|
@ -120,7 +120,6 @@ Item {
|
|||||||
|
|
||||||
objectName: "ProfileHeader_userImage"
|
objectName: "ProfileHeader_userImage"
|
||||||
name: root.displayName
|
name: root.displayName
|
||||||
pubkey: root.pubkey
|
|
||||||
colorHash: root.colorHash
|
colorHash: root.colorHash
|
||||||
colorId: root.colorId
|
colorId: root.colorId
|
||||||
image: root.previewIcon
|
image: root.previewIcon
|
||||||
|
@ -15,7 +15,6 @@ Loader {
|
|||||||
property int imageWidth: 44
|
property int imageWidth: 44
|
||||||
|
|
||||||
property string name
|
property string name
|
||||||
property string pubkey
|
|
||||||
property string image
|
property string image
|
||||||
property bool showRing: !ensVerified && !root.isBridgedAccount
|
property bool showRing: !ensVerified && !root.isBridgedAccount
|
||||||
property bool interactive: true
|
property bool interactive: true
|
||||||
|
@ -47,7 +47,6 @@ StatusDialog {
|
|||||||
|
|
||||||
UserImage {
|
UserImage {
|
||||||
name: root.mainDisplayName
|
name: root.mainDisplayName
|
||||||
pubkey: root.publicKey
|
|
||||||
colorHash: contactDetails.colorHash
|
colorHash: contactDetails.colorHash
|
||||||
colorId: contactDetails.colorId
|
colorId: contactDetails.colorId
|
||||||
image: Utils.addTimestampToURL(contactDetails.largeImage)
|
image: Utils.addTimestampToURL(contactDetails.largeImage)
|
||||||
|
@ -227,7 +227,6 @@ Pane {
|
|||||||
objectName: "ProfileDialog_userImage"
|
objectName: "ProfileDialog_userImage"
|
||||||
name: root.dirty ? root.dirtyValues.displayName
|
name: root.dirty ? root.dirtyValues.displayName
|
||||||
: d.mainDisplayName
|
: d.mainDisplayName
|
||||||
pubkey: root.publicKey
|
|
||||||
image: root.dirty ? root.dirtyValues.profileLargeImage
|
image: root.dirty ? root.dirtyValues.profileLargeImage
|
||||||
: Utils.addTimestampToURL(contactDetails.largeImage)
|
: Utils.addTimestampToURL(contactDetails.largeImage)
|
||||||
colorId: contactDetails.colorId
|
colorId: contactDetails.colorId
|
||||||
|
@ -61,7 +61,6 @@ StatusDialog {
|
|||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
||||||
name: root.displayName
|
name: root.displayName
|
||||||
pubkey: root.publicKey
|
|
||||||
image: root.largeImage
|
image: root.largeImage
|
||||||
colorId: root.colorId
|
colorId: root.colorId
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user