Tags: Rakly3/xbvr
Tags
Implement autoscroll feature in scene list with toggle - Added an autoscroll trigger element to the List component for automatic loading of more scene cards - Introduced a toggle button in the Scenes component to enable or disable autoscroll functionality. - Implemented IntersectionObserver for efficient loading of additional items when the trigger element is in view. - Added debounce logic to the loadMore method to optimize performance during rapid scrolling.