Use wallet name in titles, replace hr dividers with grey stripe headers
All checks were successful
check / check (push) Successful in 12s
All checks were successful
check / check (push) Successful in 12s
Address titles now use wallet name instead of wallet index (e.g. "Wallet 1 — Address 2" instead of "Address 1.2"). This applies to the address detail page title, the home address labels, and the addressTitle() helper used on confirmation pages. Section dividers on the home screen are now full-width grey background stripes instead of horizontal rules, visually breaking the page into wallet sections and a recent transactions section.
This commit is contained in:
@@ -218,16 +218,10 @@
|
||||
<div id="wallet-list"></div>
|
||||
|
||||
<!-- recent transactions across all addresses -->
|
||||
<hr
|
||||
style="
|
||||
border: none;
|
||||
border-top: 2px solid currentColor;
|
||||
margin: 1rem 0;
|
||||
"
|
||||
/>
|
||||
<div>
|
||||
<div
|
||||
class="font-bold border-b border-border-light pb-1 mb-1"
|
||||
class="font-bold bg-well py-1 px-2 mb-1"
|
||||
style="margin-left: -0.5rem; margin-right: -0.5rem"
|
||||
>
|
||||
Recent Transactions
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user