Build AgentMinder Campaign Command Center - Phase 1 complete

Full-featured sales campaign dashboard replacing Looker Studio with
responsive Next.js app. Includes Executive Overview, Account Explorer
with priority algorithm, Activities with detail overlay, Pipeline/Opps
with deal panels, Implementation tracking, and Data Admin with CSV
import and CRUD operations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-08-31 13:55:01 -04:00
parent fce80c3d45
commit 3c8c8ee594
33 changed files with 6289 additions and 123 deletions

12
public/logo.svg Normal file
View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none">
<defs>
<linearGradient id="g1" x1="0" y1="1" x2="1" y2="0">
<stop offset="0%" stop-color="#005C8A"/>
<stop offset="50%" stop-color="#0098C7"/>
<stop offset="100%" stop-color="#007B8C"/>
</linearGradient>
</defs>
<!-- Parallelogram brand element -->
<path d="M8 32 L16 4 L36 4 L28 32 Z" rx="3" fill="url(#g1)" opacity="0.9"/>
<path d="M4 36 L10 16 L22 16 L16 36 Z" fill="#005C8A" opacity="0.6"/>
</svg>

After

Width:  |  Height:  |  Size: 511 B