-
Notifications
You must be signed in to change notification settings - Fork 80
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(@desktop/wallet): Collectible Details balance tag #14204
Conversation
Jenkins BuildsClick to see older builds (19)
|
ui/app/AppLayouts/Wallet/views/collectibles/CollectibleDetailView.qml
Outdated
Show resolved
Hide resolved
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 like the visual hint for multiple collectibles.
I'm wondering what is design's take on the fixed aspect ration for the frame? It looks to me a little off for the case when the image's aspect ratio doesn't match the frame. I could not quickly find the design on this matter so I'm thinking that maybe the frame should follow the image contour.
Here is a side by side from the demo with design found in the issue hoping that will help to clarify my view point.
Implementation | Design |
---|---|
@benjthayer can you please how it looks when the collectible image doesnt fill the entire box? is this okay from design perspective? |
d5f425c
to
4f473d7
Compare
Yeah this was on my to do list to confirm how we should handle single and multiple horizontal and portrait aspect ratios. Will revert with designs 👍 |
4f473d7
to
1961b98
Compare
I think we can handle these design changes here in this task #14203 |
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.
👍
1961b98
to
5424eda
Compare
fixes #13809
What does the PR do
Implements the balances tag in collectible details for erc1155 and the stacked image behaviour based on balance count
Affected areas
CollectibleDetailsView
StatusQ checklist
Screenshot of functionality (including design for comparison)
Screen.Recording.2024-03-27.at.9.37.07.PM.mov
Screen.Recording.2024-04-03.at.5.39.48.PM.mov
note there is an issue with the balances tag not being visible under a white background to be addresses under #14203