Files
Eventify-frontend/docs/hero_slider_changes.csv
Sicherhaven bc6fde1b90 feat: rebuild desktop UI to match Figma + website, hero slider improvements
- Desktop sidebar (262px, blue gradient, white pill nav), topbar (search + bell + avatar), responsive shell rewritten
- Desktop homepage: immersive hero with Ken Burns animation, pill category chips, date badge cards matching mvnew.eventifyplus.com/home
- Desktop calendar: 60/40 two-column layout with white background
- Desktop profile: full-width banner + 3-column event grids
- Desktop learn more: hero image + about/venue columns + gallery strip
- Desktop settings/contribute: polished to match design system
- Mobile hero slider: RepaintBoundary, animated dots with 44px tap targets, 5s auto-scroll, 8s post-swipe delay, shimmer loading, dynamic event type badge, human-readable dates
- Guest access: requiresAuth false on read endpoints
- Location fix: show place names instead of lat/lng coordinates
- Version 1.6.1+17

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 13:28:19 +05:30

1.5 KiB

1ComponentOld ImplementationNew Implementation (matching mvnew.eventifyplus.com/home)
2Hero Height120px blue gradient banner400px immersive full-width hero with rounded corners (20px)
3Background ImageNone (solid blue gradient via AppDecoration)Featured event image with CachedNetworkImage and BoxFit.cover
4Ken Burns AnimationNoneAnimationController 12s loop scaling 1.0 to 1.08 with easeInOut curve
5Image RotationNoneTimer.periodic every 6s cycling through first 5 events with AnimatedSwitcher crossfade
6Dark OverlayNoneLinearGradient top-to-bottom rgba(0/0/0/0.3) to rgba(0/0/0/0.6)
7Title TextWelcome Back + username (14px + 22px)Featured event title (36px weight 800) or fallback Discover Amazing Events Near You
8SubtitleNoneEvent date + venue with calendar and location icons (14px white70)
9CTA ButtonNoneLearn More or Explore Events button (#2563EB bg white text rounded 12px with blue glow shadow)
10Indicator DotsNoneBottom-right pill dots (active=24px white elongated / inactive=8px white40) for up to 5 events
11Fallback (no events)Blue gradient with usernameBlue gradient (#0F45CF to #082369) with static heading and subtitle
12Featured ModalNoneshowDialog with dark overlay (black87) plus 700x500 modal with event image gradient title and Learn More CTA
13Close ButtonNoneCircular black50 button with white X icon top-right of modal
14Animation MixinNoneSingleTickerProviderStateMixin added to _HomeContentState
15DisposalNoneAnimationController.dispose and Timer.cancel in dispose()