electricitymaps / bloom-contrib

Making carbon footprint data available to everyone.
https://www.bloomclimate.com
MIT License
436 stars 104 forks source link

Remove dependency in "playground" that breaks CI #345

Closed madsnedergaard closed 4 years ago

madsnedergaard commented 4 years ago

Goal

Fix issue where CircleCI fails because of a dependency in playground.

Details

CircleCI is slowed down and fails half the times while trying to download the @materials-ui/icons package.

Screenshot 2020-02-26 at 10 24 02

As we're only using 4 icons from the package, I have copied the icons to assets and loaded them directly instead.