Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions assets/coins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
32×32 color PNG icons from [spothq/cryptocurrency-icons](https://github.com/spothq/cryptocurrency-icons)
(CC0 1.0 Universal — public domain). File name = lowercase coin symbol (`btc.png`).

Loaded at runtime by `crates/moon-ui-gpui/src/coin_icons.rs` (Assets window: top table +
Spot/Futures/Quarterly transfer containers). Coins missing from the set render without an
icon; drop extra `{symbol}.png` files here to add more.
`crates/moon-ui-gpui/src/media/coin_icons.rs` embeds this set and draws it in the Assets
window: the positions table, and the Spot, Futures, and Quarterly wallet containers. A
symbol with no PNG is drawn without an icon. Lookup strips a literal `1000` prefix, so
`1000PEPE` uses `pepe.png`.
Loading