fix stripe configuration

This commit is contained in:
2026-05-26 13:47:43 -04:00
parent 72609755f8
commit 3bcbdae678
35 changed files with 1189 additions and 1727 deletions

View File

@@ -5,13 +5,13 @@ Objective: Restructure landing page to inline data pattern, build admin dashboar
Status legend: [ ] todo, [~] in-progress, [x] done
Tasks
- [ ] 01 — Inline index page sections following Lendair pattern → `01-inline-index-sections.md`
- [x] 01 — Inline index page sections following Lendair pattern → `01-inline-index-sections.md`
- [x] 02 — Admin routes with controls and services dashboard → `02-admin-routes-dashboard.md`
- [x] 03 — Blog route with DB integration, featured post, and chronological feed → `03-blog-database-integration.md`
- [x] 04 — Create blog post content (scam advice, AI detection, etc.) → `04-blog-content-creation.md`
- [x] 05 — Dedicated /pricing and /features pages → `05-pricing-features-pages.md`
- [x] 06 — Auth-contextual navbar with dynamic links → `06-auth-contextual-navbar.md`
- [ ] 07 — Fix Apple logo SVG in social auth buttons → `07-fix-apple-logo-svg.md`
- [x] 07 — Fix Apple logo SVG in social auth buttons → `07-fix-apple-logo-svg.md`
Dependencies
- 03 depends on 02 (blog admin needs admin routes for managing featured posts)