Removed the "AI-generated" left color border. Cards now show a subtle
top glow line only on hover, using CSS custom property --card-color.
Clean, 2026-style minimal card with shadow lift on hover.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
List view groups nodes by type with colored left border, status dot,
description, connection count, URL link. Click card → switches back
to graph view and opens detail panel. Mermaid export copies flowchart
syntax to clipboard for pasting in Notion/GitHub/docs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Vercel-hosted Atlas (HTTPS) was attempting HEAD requests to http:// internal
endpoints (Gitea, Syncthing), causing browsers to show insecure connection
warning. Now skips those requests silently; status stays at last known value.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Auto-monitor now fetches /api/health for nodes with health_url, caching
CPU/mem metrics. Node stroke and glow shift to orange (warn) or red (crit)
when CPU >60/80% or memory >65/85%.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>