Ship Tier A Week 1–2: posture glossary, delivery mode, freshness UI, canonical tokens.
Expose mission-control mode on home/bridge/analytics, quiet-chain freshness copy, and a canonical-first indexed token list with WETH9 metadata override and non-canonical warnings. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -75,6 +75,9 @@ export default function ActivityContextPanel({
|
||||
</Explain>
|
||||
</div>
|
||||
<EntityBadge label={resolveLabel(context.state)} tone={tone} />
|
||||
{context.head_is_idle && context.state === 'low' ? (
|
||||
<EntityBadge label="quiet chain" tone="info" />
|
||||
) : null}
|
||||
</div>
|
||||
|
||||
{compact ? (
|
||||
@@ -130,6 +133,11 @@ export default function ActivityContextPanel({
|
||||
Open last non-empty block →
|
||||
</Link>
|
||||
) : null}
|
||||
{context.block_gap_to_latest_transaction != null ? (
|
||||
<span>
|
||||
Block gap to latest visible transaction: {context.block_gap_to_latest_transaction.toLocaleString()}
|
||||
</span>
|
||||
) : null}
|
||||
{context.latest_transaction_timestamp ? (
|
||||
<span>Latest visible transaction time: {formatTimestamp(context.latest_transaction_timestamp)}</span>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user