smacks and Claude Sonnet 4.6
86fbd8e4bb
Remove static JSON files and seed step; migrate site settings to Postgres
...
All content (recipes + imprint/privacy settings) now lives exclusively in
Postgres. The app no longer requires a seed step on first deploy.
Changes:
- helpers.php: load_site_settings() returns defaults when site_settings
table is empty instead of throwing DatabaseUnavailableException; removes
legacy JSONB migration path
- data/recipes.json, data/site.json: deleted (content already in DB)
- scripts/db-seed.php: deleted (no longer needed)
- docker-compose.yml: remove RUN_DB_SEED env var and data/ volume mount
- docker/entrypoint.sh: remove RUN_DB_SEED seed block
- docs/COOLIFY.md: update deployment guide to reflect seedless workflow
- .claude/launch.json: add dev server configurations for preview tool
Fresh deploys now start with placeholder legal pages and an empty recipe
list; the admin fills in real content via /admin.php without any CLI step.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-18 09:53:39 +02:00
smacks
792cbe18c1
Update .gitignore to include .env and log files, and remove unused agent log script from index.php for cleaner code.
2026-05-24 09:32:08 +02:00
smacks
58fd7fe059
Add runtime asset and layout diagnostics to index.php and implement asset versioning in head.php
2026-05-24 09:17:29 +02:00
smacks
6577db475a
Refactor database handling to require PostgreSQL connection, removing fallback to JSON. Implement error handling for database unavailability in key files. Update .env.example to reflect mandatory DATABASE_URL for local development. Remove Firebase configuration and related code from the project.
2026-05-23 10:23:28 +02:00
smacks
6efee2b848
feat: implement Phase 5 Swipe Discovery Carousel
2026-05-21 16:20:23 +02:00
smacks
a4a2d83534
feat: implement phase 4 interactive cooking mode and workspace rules
2026-05-21 14:50:06 +02:00
smacks
21833fa05b
feat(auth-firebase): implement Phase 2 integration - Firebase Auth, Session Sync, Favorites Grid, and Firestore Newsletter
2026-05-21 14:14:10 +02:00
smacks
6c00e1a00d
feat(phase-1): Premium design system, CapitoliumPreloader, IndexSectionIndicator, Recipe Showcase Stage
...
- Full CSS rewrite: Warm Ivory/Gold/Steinkohle design tokens, Floema grid, easing library
- AuraMarbleBackground: fixed grain texture layer
- CapitoliumPreloader: fullscreen counter animation with slide-up exit
- LiquidOverlayMenu: fixed hamburger → fullscreen clip-path overlay with SlideUpTextHover nav links
- IndexSectionIndicator: fixed left-side section tracker with animated fill line
- Recipe Showcase Stage: GSAP ScrollTrigger pinned stage (images enter from right, exit left)
with parallax inner-image effect, intro title, progress dots, hint line
- LenisSmoothScroll: CDN integration synced with GSAP ticker
- CapitoliumRevealButton: scaleY fill reveal on hover for all CTAs
- SlideUpTextHover: overlay nav links
- UnderlineExpandHover: footer + overlay footer links
- head.php: GSAP 3.12.5 + ScrollTrigger + Lenis 1.0.42 CDN; Playfair Display + Manrope fonts
- recipe.php: updated to new design system (btn-reveal, pill--gold, Lenis init)
- impressum.php / datenschutz.php: migrated to shared head.php partial
2026-05-21 11:52:40 +02:00
smacks
3633de0683
deleted recipe library div and latest AI text
2026-03-23 11:53:17 +01:00
smacks
e06a4f87dd
fix: nachdem tag ausgewählt wird springt seite direkt wieder zum basics div
2026-03-23 10:52:13 +01:00
smacks
5e300c84fa
Refactor homepage mobile content layout
2026-03-22 23:15:45 +01:00
smacks
1a4c20532e
Stable Website after Landingpage Creation
2026-03-22 22:18:19 +01:00
smacks
9049e7cc58
Stable Website before landingpage
2026-03-22 22:16:44 +01:00