Commit Graph
12 Commits
Author SHA1 Message Date
smacks 01a6d0f00a refactor(phase-2): extract auth CSS to stylesheet, harden session API, fix Firebase v10 error codes
- Move 374-line inline style block from login.php into assets/style.css (Phase 2 section)
- Add auth-page, auth-card, auth-tabs, auth-form, profile-shell and related
  classes to the main stylesheet as the single source of truth for all styles
- Fix Firebase v10 compat SDK error code: auth/invalid-credential now handled
  alongside legacy auth/wrong-password and auth/user-not-found codes
- Harden api/session.php: add Content-Type JSON header, email format validation,
  and a full security documentation comment explaining the token trust model
- Add FOUC comment to partials/head.php clarifying dark-only design intent
2026-05-22 08:22:54 +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 548c7605bc fix(phase-1): resolve preloader freeze, lock dark mode, perfectly center hamburger & mark complete 2026-05-21 14:02:09 +02:00
smacks 5448d3e3c4 feat(phase-1): align hamburger button lines & implement typographic + SVG logo 2026-05-21 13:41:35 +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 850aae3d0d new logo for dark and white website, fixed scaling for logo 2026-03-23 11:51:25 +01:00
smacks 5e300c84fa Refactor homepage mobile content layout 2026-03-22 23:15:45 +01:00
smacks 115f12141d center scroll text in landingpage 2026-03-22 23:08:25 +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