From f58ac633f1fc4ad1efdd9e043c6fb1f146ff6f7c Mon Sep 17 00:00:00 2001 From: Econumerica Date: Mon, 23 Mar 2026 14:44:18 +0100 Subject: [PATCH] feat: add copy button on token description Add the copy prop to the description InfoBox on the token detail page, allowing users to copy the token description to clipboard with one tap. This applies to both custom tokens (copies the token's description field) and the native Minima token (copies the default description text). Consistent with the existing copy behavior on token ID, web validation URL, and external URL fields. --- src/routes/balance/$id.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/balance/$id.tsx b/src/routes/balance/$id.tsx index 0797a7d..17451cb 100644 --- a/src/routes/balance/$id.tsx +++ b/src/routes/balance/$id.tsx @@ -299,12 +299,14 @@ function RouteComponent() { )} {token && token.tokenid === '0x00' && ( )}