Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"next": "^15.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^3.8.1",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Dashboard page > matches the dashboard structure snapshot 1`] = `
<div
class="flex flex-wrap items-end justify-between gap-6 border-b border-border pb-6"
>
<div>
<h1
class="font-display font-extrabold tracking-tight m-0 text-ink [&_em]:font-serif [&_em]:italic [&_em]:font-normal [&_em]:text-[1.05em] [&_em]:tracking-[-0.01em] [&_em]:text-emerald-deep data-[surface=forest]:text-fg-on-forest [[data-surface=forest]_&]:text-fg-on-forest data-[surface=forest]:[&_em]:text-emerald-bright [[data-surface=forest]_&]:[&_em]:text-emerald-bright text-[clamp(40px,5vw,52px)]"
>
Site
<em>
pulse
</em>
.
</h1>
<p
class="mt-[10px] max-w-[480px] text-sm text-fg-muted"
>
A vital-signs view of the workspace. Drafts, readers, and revenue — updated as the site lives and grows.
</p>
</div>
<span
aria-label="Live status"
class="inline-flex items-center gap-2 rounded-pill border border-emerald/35 bg-emerald-soft/60 px-3 py-[6px] text-xs font-medium text-emerald-deep"
>
<span
aria-hidden="true"
class="h-[6px] w-[6px] animate-pulse rounded-pill bg-emerald"
/>
Live · updated just now
</span>
</div>
`;
Loading
Loading