Add autoScroll toggle to media carousel component#8
Conversation
autoScroll toggle to media carousel component to control scroll…autoScroll toggle to media carousel component
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
- Unified rating structure for Radarr, Sonarr, and Trakt integrations. - Added support for "bottomLeftBadge" and "bottomCenterOverlay" in media components. - Integrated star icons and improved color classes for better visual representation. - Introduced next/previous scroll navigation in media carousel with smooth scrolling. - Updated JWT expiration in auth module to 7 days. - Refactored templates to align with new badge and overlay rendering standards.
User description
…ing behavior
PR Type
Enhancement
Description
Introduce
autoScrolltoggle propertyConditionally start scrolling in
ngAfterViewInitFile Walkthrough
media-carousel.component.ts
Introduce autoScroll toggle and conditional startfrontend/src/app/shared/components/media-carousel/media-carousel.component.ts
autoScrollboolean propertystartScroll()call inif (this.autoScroll)check