electrolux-oss / infrawallet

Backstage plugin that controls your cloud costs just in the way how you control your bank accounts
https://demo.infrawallet.io
Apache License 2.0
66 stars 6 forks source link

Custom icons for custom costs #122

Open O5ten opened 2 weeks ago

O5ten commented 2 weeks ago

I should be able to provide icons to the that is then used for custom providers that isn't specified by the infrawallet plugin.

Something like:

<InfraWallerPage
   icons={{
      orange: (<OrangeIcon/>),
      equinix: (<EquinixIcon/>)
   }}
/>

And so on. I might look into making this work myself.

emillg commented 1 week ago

@O5ten We are considering to adopt some icon library, instead of maintaining icons in InfraWallet. One option is https://simpleicons.org/. Can you check if you can find the icons you need from there?

O5ten commented 1 week ago

They are definitely there. I extracted icons for our backstage from the same icon library.