Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Coin logos not loading in the Balance Widget #1752

Merged
merged 1 commit into from
May 10, 2024

Conversation

keithbro-imx
Copy link
Contributor

Hi馃憢, please prefix this PR's title with:

  • breaking-change: if you have introduced modification that necessitates immediate adjustments by this SDK's users to their applications, clients, or integrations to avert disruptions to existing features or functionalities.
  • feat:, fix:, refactor:, docs:, or chore:.

Summary

MenuItem.FramedImage uses CloudImage under the hood, so you need to pass the imageResizeServiceUrl to it in order for the image to load in sandbox and prod.

There are other instances of MenuItem.FramedImage that needs this fix, but this PR fixes the known occurrence of this in the Gems Game.

Screenshot 2024-05-09 at 1 21 21鈥疨M

Detail and impact of the change

Added

Changed

Deprecated

Removed

Fixed

Security

Anything else worth calling out?

@keithbro-imx keithbro-imx requested a review from a team as a code owner May 9, 2024 03:21
@dreamoftrees
Copy link
Contributor

dreamoftrees commented May 9, 2024

Hey @keithbro-imx I'm happy to aprove this if its a blocker for you.. I'm also working on a ticket at the moment to remove the use of CloudImage component across all the widgets for token images as they won't work outside of Immutable.com domains (ie on TokenTrove/Sphere) as the image resizer WAF is restricted.. so this implementation will change shortly.
https://immutable.atlassian.net/browse/CM-616

Copy link
Contributor

@dreamoftrees dreamoftrees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃憤

@keithbro-imx keithbro-imx added this pull request to the merge queue May 10, 2024
Merged via the queue into main with commit bd76492 May 10, 2024
11 checks passed
@keithbro-imx keithbro-imx deleted the bug/TP-2331-fix-coin-logos branch May 10, 2024 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants