From d905d2746e48e16f3cc32c0f786917eda94d6558 Mon Sep 17 00:00:00 2001 From: c2k Date: Mon, 13 Apr 2026 03:01:20 -0700 Subject: [PATCH] sync: update dashboard description to reflect chat interface Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/DesktopDashboard.astro | 2 +- src/components/MobileNetworkView.astro | 2 +- src/pages/index.astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/DesktopDashboard.astro b/src/components/DesktopDashboard.astro index e344c78..de7e51b 100644 --- a/src/components/DesktopDashboard.astro +++ b/src/components/DesktopDashboard.astro @@ -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, diff --git a/src/components/MobileNetworkView.astro b/src/components/MobileNetworkView.astro index 63c4970..f164dbd 100644 --- a/src/components/MobileNetworkView.astro +++ b/src/components/MobileNetworkView.astro @@ -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', diff --git a/src/pages/index.astro b/src/pages/index.astro index 6f1035f..860dd87 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -127,7 +127,7 @@ import '../styles/global.css';