cadence-web icon indicating copy to clipboard operation
cadence-web copied to clipboard

Access to CDN for assets is not always available

Open sevein opened this issue 4 years ago • 3 comments

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

sevein avatar Mar 30 '20 14:03 sevein

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.

just-at-uber avatar Apr 02 '20 16:04 just-at-uber

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.

MrCalan avatar Sep 10 '21 06:09 MrCalan

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!

just-at-uber avatar Sep 10 '21 16:09 just-at-uber