-
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
[#20446] Collectibles in activity tab #21109
Conversation
031b27a
to
634271f
Compare
:collectible-number (when (not= token-id "0") | ||
token-id)} |
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.
Status-go replies with a token-id 0x0
for collectibles, seems this is just a default number always comming, not exactly the collectible number, so I'm skipping that case
Jenkins BuildsClick to see older builds (5)
|
[rn/image {:style (style/circle-logo size) :source dapp-logo}]] | ||
|
||
nil)]]) | ||
(let [[image-error? set-image-error] (rn/use-state false)] |
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.
This has been added because some collectibles have links to broken images, if so, we try to display these images and we end up showing the placeholder if the images contain errors
([theme] | ||
(text theme false)) | ||
([theme gray-text?] | ||
{:color (if gray-text? | ||
colors/neutral-50 | ||
(colors/theme-colors colors/neutral-100 colors/white theme))})) |
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 new variant for the context tag with gray text
HEADS UP; |
Should I close this issue then? |
For now, we should merge as the UI will not change, and this seems to be mainly UI. |
0447343
to
046481d
Compare
57% of end-end tests have passed
Failed tests (3)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestWalletMultipleDevice:
Class TestCommunityOneDeviceMerged:
Passed tests (4)Click to expandClass TestWalletMultipleDevice:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
Class TestWalletOneDevice:
|
Hey @ulisesmac thank you for PR. No issues from my side. PR is ready to be merged |
9a417d9
to
c2784b3
Compare
fixes #20446
Summary
This PR finishes the collectible displaying in the activity tab
Address used to test:
0x35f0686c63f50707ea3b5bace186938e4e19f03a
Link to Etherscan
This PR implements the fallback for collectibles (Link to figma):
Collectible transactions displayed in-app:
From 3 May - 11 May:
From 27 May - 3 May:
From 7 Jun - 18 Jun:
Testing notes
It's easier to test with an address with lots of collectibles and sometimes we don't own an address like that, I'd recommend adding an address to watch using desktop and then pairing it with mobile, so the watched address is added to mobile.
Platforms
Steps to test
status: ready