We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca78b0 commit 8c6ddc7Copy full SHA for 8c6ddc7
1 file changed
src/app/dashboard/page.tsx
@@ -171,6 +171,8 @@ export default async function DashboardPage({
171
<MetricCard label="Pipelines" value={totals.pipelines} icon={<Workflow className="size-4" />} />
172
</section>
173
174
+ <DashboardLiveUpdater />
175
+
176
<section className="animate-in fade-in slide-in-from-bottom-2 duration-500">
177
<Card className="mb-6 border-border/60 shadow-sm transition-all hover:shadow-md">
178
<CardHeader>
@@ -188,7 +190,6 @@ export default async function DashboardPage({
188
190
</Card>
189
191
<DashboardChart data={chartData} />
192
- <DashboardLiveUpdater />
193
194
<DashboardPanelsClient
195
initialShares={shares.map((share) => ({
0 commit comments