Add address color dots and cached ENS reverse lookups
Some checks failed
check / check (push) Has been cancelled

Deterministic colored dots derived from address bytes (16-color palette)
displayed before every address. ENS reverse resolution for transaction
counterparties with 12-hour localStorage cache.
This commit is contained in:
2026-02-26 03:26:52 +07:00
parent fbff44ade6
commit d28d5a5a51
5 changed files with 155 additions and 11 deletions

View File

@@ -196,11 +196,15 @@
<h2 class="font-bold" id="address-title">Address</h2>
</div>
<div id="address-ens" class="font-bold mb-1 hidden"></div>
<div
class="flex text-xs mb-3 cursor-pointer"
id="address-ens"
class="font-bold mb-1 hidden flex items-center"
></div>
<div
class="flex text-xs mb-3 cursor-pointer items-center"
title="Click to copy"
>
<span id="address-dot"></span>
<span
id="address-full"
style="width: 42ch; max-width: 100%"