fix: filter highlight, nav alignment, button centering, listing title, dashboard listing name
This commit is contained in:
@@ -168,7 +168,7 @@ export function Dashboard() {
|
||||
>
|
||||
<div style={{ display: 'flex', alignItems: 'center', gap: 10 }}>
|
||||
<span style={{ fontWeight: 600, fontSize: 15 }}>
|
||||
{l.data.metadataUri || abbrev(l.address)}
|
||||
Listing #{String(l.data.listingId)}
|
||||
</span>
|
||||
<Badge color={sc.color} bg={sc.bg}>
|
||||
{l.data.isActive ? 'Active' : 'Inactive'}
|
||||
@@ -182,7 +182,7 @@ export function Dashboard() {
|
||||
fontFamily: 'var(--font-mono)',
|
||||
}}
|
||||
>
|
||||
#{String(l.data.listingId)} · {fmtSol(l.data.price)} · {avail}/
|
||||
{abbrev(l.address)} · {fmtSol(l.data.price)} · {avail}/
|
||||
{String(l.data.quantity)} avail · {String(l.data.quantityReserved)} pending
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user