mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 07:28:43 -04:00
* media view wip * update search filters to include image and video only * os based sizing * search support media view correctly & fix UI width of drawer locations * Merge remote-tracking branch 'origin' into mob-112-media-view * Fix explorer re-rendering and improve file opening performance by using libraryClient for queries and mutation * cleanup * use memory-disk cache policy for better performance * remove commented out code * formatting * Mobile media view update search filters to include image and video only os based sizing Disable Vite `clearScreen` (#2594) Change Vite config to disable clearScreen Use default props for Top Bar icons (#2593) * Refactor top bar items to use default props * oops! revert top bar icon size to 18px Fix misspelled "vacuum" (#2595) [MOB-110] Fix for Android Permissions (#2592) * Fix for Android Permissions Now actually requests the permissions if they aren't granted. * Remove `console.log`` * Request multiple permissions sequentially * Better UX * Add Note for `Number()` patch * Remove `console.log()` Revamp `.gitattributes` for statistics and better PR diffs (#2596) * Revamp .gitattributes for statistics and better PR diffs * Mark migration_lock as binary search support media view correctly & fix UI width of drawer locations Merge remote-tracking branch 'origin' into mob-112-media-view Fix explorer re-rendering and improve file opening performance by using libraryClient for queries and mutation cleanup use memory-disk cache policy for better performance remove commented out code formatting