TemplateDashboard

Operations dashboard

A compact operations dashboard for revenue, exceptions, and daily review queues.

Preview

Operations

Daily control room

Track revenue, open reviews, and exception work in one compact dashboard.

Collected$18.4k
Pending$2.7k
Exceptions14
Failed3
AccountOwnerStatusTotal
North Pier OpsMaris BelloPaid$4,820
Harbor StudioIlya VeranoReview$1,744
Cinder WorksNoor LazoFailed$892
Queue

Rate changes

8 waiting

High

Contract sync

2 blocked

Block

Receipt audit

12 ready

Ready

Ingredients

These are the primitive pieces used by the template.

StatTableBadgeList RowButton

Code

code
<div className="grid gap-5">  <header className="flex items-start justify-between border-b border-axie-line pb-5">    <div>      <Badge tone="accent">Operations</Badge>      <h1>Daily control room</h1>    </div>    <Button variant="soft">Export day</Button>  </header>  <div className="grid gap-4 md:grid-cols-4">    <Stat label="Collected" value="$18.4k" tone="accent" />    <Stat label="Pending" value="$2.7k" />    <Stat label="Exceptions" value="14" tone="warning" />    <Stat label="Failed" value="3" tone="danger" />  </div>  <Table>{/* account rows */}</Table></div>