June 9th, 2025
Fixed
Media Storage
Fixed an issue with file loading via the right scrollbar in the media app interface to ensure consistent lazy loading of files when users scroll to the bottom using the right scrollbar, especially in the bottom view.
What Was Happening
Previously, the loading behavior was inconsistent some sessions successfully loaded additional files when scrolled to the bottom, while others failed to trigger the API call, causing files to stop appearing.
What Changed
Addressed intermittent lazy loading failures tied to the right scrollbar interaction.
Ensured the loader is reliably triggered upon reaching the scroll threshold.
Applied fixes to both:
Popup view and
Standard view of the Media App.