Shumiland/src/collections
Vadym Samoilenko 7ee5e8a434
Some checks are pending
CI / Type Check (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Waiting to run
Deploy / Build & Push Image (push) Waiting to run
Deploy / Deploy to VPS (push) Blocked by required conditions
feat(ui): card stack slider, footer redesign, video glow, revalidation fix
UI changes:
- Locations section: replace 3D coverflow with draggable card stack (framer-motion), auto-advance 4s, dot navigation
- Footer: orange gradient matching header, dark green text for readability
- VideoSection: orange box-shadow glow around video block, green wave pattern preserved

Bug fixes:
- fix(revalidate): SECRET empty check was blocking all CMS cache invalidations on prod
- fix(revalidate): location pages now revalidate /lokatsii/{slug} + /lokatsii + layout
- fix(revalidate): blog posts revalidate /blog/{slug} + /blog
- fix(pages): add dynamicParams=true to /[slug] and /lokatsii/[slug] for post-build new entries
- fix(lokatsii): dynamic DETAIL_HREF — new locations with showDetailPage:true auto-get detail button
- fix(combo): cursor:pointer on combo ticket cards
- fix(blog): add EXPERIMENTAL_TableFeature to Lexical editor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 12:18:01 +01:00
..
.gitkeep feat: complete backend B1-B7 — Payload CMS, ezy payments, leads, deploy 2026-05-09 19:14:54 +01:00
BirthdayPackages.ts feat(cms): add revalidateAfterChange hooks to Locations, Tariffs, Reviews, BirthdayPackages 2026-06-03 13:02:28 +01:00
BlogPosts.ts feat(ui): card stack slider, footer redesign, video glow, revalidation fix 2026-06-04 12:18:01 +01:00
Categories.ts feat(cms): admin UX — groups, timezone, title suffix 2026-05-15 16:58:47 +01:00
Leads.ts feat(cms): admin UX — groups, timezone, title suffix 2026-05-15 16:58:47 +01:00
Locations.ts feat(cms): add revalidateAfterChange hooks to Locations, Tariffs, Reviews, BirthdayPackages 2026-06-03 13:02:28 +01:00
Media.ts feat(media): auto-optimize images on upload — convert to WebP, generate mobile/tablet/desktop sizes 2026-06-03 15:24:40 +01:00
Orders.ts feat(cms): admin UX — groups, timezone, title suffix 2026-05-15 16:58:47 +01:00
Pages.ts feat(cms): admin UX — groups, timezone, title suffix 2026-05-15 16:58:47 +01:00
Reviews.ts feat(cms): add revalidateAfterChange hooks to Locations, Tariffs, Reviews, BirthdayPackages 2026-06-03 13:02:28 +01:00
Tags.ts feat(cms): admin UX — groups, timezone, title suffix 2026-05-15 16:58:47 +01:00
Tariffs.ts feat(cms): add revalidateAfterChange hooks to Locations, Tariffs, Reviews, BirthdayPackages 2026-06-03 13:02:28 +01:00
Users.ts feat(cms): admin UX — groups, timezone, title suffix 2026-05-15 16:58:47 +01:00