2 Commits

Author SHA1 Message Date
Trey t ff6921b2f4 Add Docker build args for NEXT_PUBLIC env vars
Next.js NEXT_PUBLIC_* variables are baked in at build time, not
runtime. Without ARG declarations in the Dockerfile, Dokku's
--build-arg flags have no effect and PostHog/API URLs are undefined
in the client bundle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 21:23:01 -06:00
Trey t 7884ebbfd4 feat: Phase 4-5 — demo mode, polish, deploy, and bug fixes
Add demo mode with mock data provider, Docker deployment, Playwright
tests, PostHog analytics, error boundaries, and SEO metadata. Fix
residences API response unwrapping, kanban drag-and-drop with optimistic
updates, trailing slash proxy redirects, and column name mismatches with
Go API.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 11:37:41 -06:00