Use compact [ ] select button and show active address above actions
Some checks failed
check / check (push) Has been cancelled
Some checks failed
check / check (push) Has been cancelled
Replace [select] with [ ] to avoid wrapping the full address line. ACTIVE label stays as-is for discoverability. Show the currently active address (full, untruncated, with color dot) above the Send and Receive buttons on the home screen.
This commit is contained in:
@@ -178,6 +178,12 @@
|
||||
class="text-2xl font-bold mb-2 min-h-[2rem]"
|
||||
></div>
|
||||
|
||||
<!-- active address display -->
|
||||
<div
|
||||
id="active-address-display"
|
||||
class="text-xs break-all mb-3"
|
||||
></div>
|
||||
|
||||
<!-- quick actions for active address -->
|
||||
<div class="flex gap-2 mb-3">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user