From 5adb608324a1317b9a200b1af10d1eb0c69bd18d Mon Sep 17 00:00:00 2001 From: kirillDevPro <113171057+kirillDevPro@users.noreply.github.com> Date: Tue, 22 Sep 2026 10:51:04 +0200 Subject: [PATCH] docs(coins): point the icon readme at the embedded loader The readme named a loader path that no longer exists and described the icons as a runtime drop-in. The set is embedded from media/coin_icons.rs. --- assets/coins/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/coins/README.md b/assets/coins/README.md index 900c63642..fab4061f3 100644 --- a/assets/coins/README.md +++ b/assets/coins/README.md @@ -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`.