libp2p / observer-toolkit

🐣 [WIP] toolkit for building libp2p introspection widgets + a few useful out-of-the-box widgets
https://libp2p.io
MIT License
2 stars 2 forks source link

Reduce number of styled-components classes generated #80

Closed AlanSl closed 4 years ago

AlanSl commented 4 years ago

This optimises some styled-components styling where previously a large number of new CSS classes could be generated, particularly for long timelines or timelines where the state interval changes.

It moves these individual styles relating to data from CSS classes to style attrs.