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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to CDN for assets is not always available #117

Open
sevein opened this issue Mar 30, 2020 · 3 comments
Open

Access to CDN for assets is not always available #117

sevein opened this issue Mar 30, 2020 · 3 comments
Labels

Comments

@sevein
Copy link

sevein commented Mar 30, 2020

cadence-web loads a number of assets from a CDN (d1a3f4spazzrp4.cloudfront.net) such as uber-icons and uber-fonts. Visual glitches are present in the web interface when these assets can't be accessed, e.g. no Internet connection.

Example using Firefox:

image

@just-at-uber
Copy link
Contributor

We are aware of these issues and agree we should have SVG embedded icons instead of using font icons as these are also inaccessible. That way they are bundled with the build and shouldn't be an issue.

@MrCalan
Copy link

MrCalan commented Sep 10, 2021

Are there any news on this issue ?

Another side effect of this is that it causes a ~30 seconds lag when loading the interface. I guess it tries to download the assets for that long, then times out and displays the interface.

@just-at-uber
Copy link
Contributor

just-at-uber commented Sep 10, 2021

There are no immediate plans on making a fix for this in the near term future, but feel free to raise a PR which:

  • swaps out these icons with SVG equivalent icons
    OR
  • hosts existing icons locally

and I will do a review.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants