Refine PitchFast campaign visual identity

This commit is contained in:
2026-07-01 09:36:45 +02:00
parent ff4c572157
commit 5db471fba4
10 changed files with 526 additions and 177 deletions

View File

@@ -4,7 +4,7 @@ title: Refine SaaS MVP visual identity
status: In Progress
assignee: []
created_date: '2026-06-11 11:29'
updated_date: '2026-06-12 18:54'
updated_date: '2026-06-13 20:34'
labels: []
dependencies: []
priority: high
@@ -27,11 +27,12 @@ Review the current SaaS MVP interface with impeccable design principles and an a
## Implementation Plan
<!-- SECTION:PLAN:BEGIN -->
1. Review product/design context and current dashboard surfaces
2. Run an agency-style critique across visual identity, workflow clarity, and implementation risk
3. Apply a focused UI polish pass to reduce generic shadcn feel
4. Verify with lint/tests and a local browser pass
5. Leave TASK-53 in progress until user confirms manual acceptance
1. Create branch codex/pitchfast-campaigns-visual-b and keep .superpowers/ untracked
2. Update campaigns layout regression test for desktop ledger plus mobile records
3. Refactor CampaignsBoard into Agency Evidence Desk ledger, status rail, and preserved actions
4. Update PitchFast sidebar branding and supporting global UI utilities
5. Run pnpm test, pnpm lint, and browser smoke checks
6. Record verification notes while leaving TASK-53 In Progress pending user acceptance
<!-- SECTION:PLAN:END -->
## Implementation Notes
@@ -50,4 +51,8 @@ Clarified .impeccable.md for the actual SaaS repo: primary audience is external
User requested a full design rebuild using skills and agents. Scope expanded from context setup/theme polish to a bolder SaaS-facing redesign of dashboard shell and core workspace surfaces guided by .impeccable.md.
Full redesign pass applied after agent review: rebuilt SaaS visual identity around Agency Evidence Desk tokens, dark sidebar, dashboard approval queue, evidence pipeline, safety ledger, campaign control cards, audit evidence dossier cards, outreach approval bench, lead intake, and customer-facing workspace login. Preserved Convex query/mutation semantics and protected workflow boundaries. Verification: pnpm lint passed with 0 errors and the same 3 unrelated warnings in generated/Convex files; pnpm test passed 409 tests; Browser verified http://localhost:3001/login renders Agency Evidence Desk / Workspace Login, old MVP/Admin copy removed, and no console errors. Dashboard remains auth-protected and redirects unauthenticated sessions to login as expected.
Starting Variant B campaign visual pass on branch codex/pitchfast-campaigns-visual-b. Scope: convert campaigns from card grid to light-first Agency Evidence Desk ledger with mobile records, right status rail, PitchFast sidebar branding, and updated layout regression tests. Keep Convex schemas, routes, auth, and mutation semantics unchanged.
Variant B campaign evidence desk implemented on branch codex/pitchfast-campaigns-visual-b. CampaignsBoard now uses a desktop ledger, mobile records, and a right status rail while preserving existing campaign edit/toggle/run flows and Convex API contracts. Sidebar and public entry branding now use PitchFast / Agency Evidence Desk. Verification: pnpm test passed 424 tests; pnpm lint passed with 0 errors and the existing 3 warnings in generated/Convex files. Browser smoke for /dashboard/campaigns at 1440x960 and 390x844 redirects unauthenticated sessions to /login; PitchFast login branding renders cleanly there. Authenticated campaign visual check remains manual. TASK-53 remains In Progress pending user acceptance.
<!-- SECTION:NOTES:END -->