Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/components/DesktopDashboard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const projects: Project[] = [
},
{
id: 'dashboard', name: 'Optiplex Dashboard', tagline: 'Server monitoring PWA',
description: 'Mobile-first dashboard for the Optiplex. CPU, memory, disk, network sparklines, cron job status, Claude sessions — all polled live. Installable PWA over Tailscale.',
description: 'Mobile-first dashboard for the Optiplex. CPU, memory, disk, network sparklines, cron job status, plus chat for beads and Claude sessions — all polled live over Tailscale.',
badge: 'infra', status: 'ONLINE', pulseRate: 3,
tech: ['Next.js', 'TypeScript', 'shadcn/ui', 'SQLite', 'systeminformation'],
color: '224, 122, 95', x: 56, y: 32,
Expand Down
2 changes: 1 addition & 1 deletion src/components/MobileNetworkView.astro
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const projects: Project[] = [
},
{
id: 'dashboard', name: 'Optiplex Dashboard', tagline: 'Server monitoring PWA',
description: 'Mobile-first dashboard for the Optiplex. CPU, memory, disk, network sparklines, cron job status, Claude sessions — all polled live. Installable PWA over Tailscale.',
description: 'Mobile-first dashboard for the Optiplex. CPU, memory, disk, network sparklines, cron job status, plus chat for beads and Claude sessions — all polled live over Tailscale.',
badge: 'infra', status: 'ONLINE', pulseRate: 3,
tech: ['Next.js', 'TypeScript', 'shadcn/ui', 'SQLite', 'systeminformation'],
color: '224, 122, 95',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ import '../styles/global.css';
<MiniProjectCard
name="optiplex-dashboard"
tagline="Server monitoring PWA"
description="Mobile-first dashboard for the Optiplex. CPU, memory, disk, network sparklines, cron job status, Claude sessions — all polled live. Installable PWA over Tailscale."
description="Mobile-first dashboard for the Optiplex. CPU, memory, disk, network sparklines, cron job status, plus chat for beads and Claude sessions — all polled live over Tailscale."
badge="infra"
tech={['Next.js', 'TypeScript', 'shadcn/ui', 'SQLite', 'systeminformation']}
accentColor="224, 122, 95"
Expand Down