Commit Graph

4 Commits

Author SHA1 Message Date
Jiří Čermák
28e951aaa7 refactor: extend coin image sizes
- Currently, it was possible to generate coin images from Coingecko only in single size (24x24) in two image qualities (1x, 2x).
- Now it's possible to easily add additionally sizes to the `COIN_IMAGE_SIZES` or qualities to `COIN_IMAGE_QUALITIES`.
- This required to change the generated image name. I made sure to update all existing occurances, mainly the `getAssetLogoUrl` util to stay backwards compatible.

Coin image name:
```
 type OldCoinImageName = `${string}--{'' | '2x'}.webp`
 type NewCoinImageName = `${string}--${24 | 40}{'' | '2x'}.webp`
```
2025-11-07 07:30:42 +01:00
Seibei Iguchi
5fdfa052cb fix(ci): token icons download script 2025-04-23 09:44:30 +02:00
Adam Havel
492915d623 feat(components): add new set of icons 2024-09-04 15:53:48 +02:00
Michal Vanek
4a557b3fe1 feat(crypto-icons): download crypto icons from Coingecko 2024-07-09 13:27:26 +02:00