You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved MediaSource buffer corruption error ("Invalid data found while parsing box") triggered during directory sorting.
Implemented state isolation using unique file IDs as React keys on the media player, preventing React from recycling HTMLMediaElement nodes and mixing video data streams.
Added explicit MediaSource stream termination and video element source reset during player unmount.
File Card UI Layout Fixes
Corrected overlap issues between file names, metadata badges, and file type icons.
Restricted the icon container boundaries to avoid collision with the bottom info overlay on smaller or resized cards.
Added flex wrap and shrink constraints to file card metadata rows to handle narrow viewport dimensions.
Shift-Click Range Selection
Fixed range selection index calculations to align with the visually sorted file list instead of the raw backend array.