tyler
cbc8958b55
update dump guide with real lessons from 2026-06-05 capture
...
- aws-1 pooler (not aws-0)
- pg_dump 17 required for Supabase (PG 17.6 server)
- extensions schema + stubs needed for local PG 16
- auth.users stub for RLS policy references
- Re-apply is idempotent (errors are 'already exists')
2026-06-05 17:31:31 +00:00
tyler
b433c79677
supabase dump & restore guide (runbook for after spend cap removed)
...
Covers:
- Connection test (direct vs pooler, IPv4 vs IPv6)
- pg_dump commands (schema-only and data-only)
- Restore steps to local DB
- Verification queries
- Schema-per-brand restructure (future work)
2026-06-05 16:45:37 +00:00
tyler
a15f2b7dcf
docs(plan): Supabase → self-hosted migration implementation plan
2026-06-05 15:05:56 +00:00
tyler
2565c18cdd
docs(spec): self-review pass — fix commit count and migration patch count
2026-06-05 14:50:06 +00:00
tyler
e6a97ba9ab
docs(spec): Supabase → self-hosted migration design
2026-06-05 14:48:18 +00:00
tyler
03ae372509
fix(home): resilient homepage animations + anchors + counters
...
Subagent 1 (Codex review pass):
LandingPageClient.tsx
- Guard GSAP .scroll-reveal loop to prevent 'missing target' warnings when no targets exist
brands/page.tsx
- Comment cleanup for selector scoping
tuxedo/page.tsx
- Add pageScopeRef + use as explicit GSAP context scope (fixes 'Invalid scope' warnings)
- Reduced-motion guard for counter animations
- Comments noting scope is now resilient
HeroSection.tsx
- Wrap sections in containerRef for proper GSAP context
- Reduced-motion support (final states shown immediately, no heavy anims)
- Counter animation: switched from textContent tween (unreliable, left values at 0) to proxy object pattern (val -> display)
- Added IO + rAF fallback if GSAP is unavailable
- Added section ids: #features, #stats, #reviews (matches nav anchors)
- Reduced blank scroll region (300vh -> 140vh on story section)
- Removed duplicate inline footer (LandingPageWrapper <Footer /> now sole source)
LandingPageWrapper.tsx
- Anchor comments noting ids added in HeroSection
Docs + scripts:
- docs/ADMIN_FUNCTIONALITY_CHECKLIST.md (admin app coverage notes)
- docs/pricing-assessment.md (pricing model notes)
- scripts/apply-admin-create-stop.js, check-stop-fns*.js, verify-stop-fns.js (admin stop creation tooling)
2026-06-03 15:36:40 +00:00
tyler
53a9671461
Initial commit - Route Commerce platform
2026-06-01 19:41:12 +00:00