mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
* WIP Fix thumb incorrect size * Fix sidebar thumb incorrect size - Fix ext pill incorrect positioning on first load * Improve `Thumb` overall style behavior - Fix incorrect position of the video extension pill - Simplify `MediaView`'s `Thumb` usage by internalizing the `mediaAspectSquare` style - Change `QuickPreview` to use `cover` and size 0 for `Thumb` * Remove unused import * Allow modifing the internal img className * lint * Apply PR feedback - Remove superfluous true value in component property - Rename ObjectKinds to ObjectKindKey * Fix video ext pill not being properly positioned in MediaView(non square thumbnail) in prod build * Fix video ext pill incorrect position (now for sure) - Replace img size logic with ResizeObserver - Add error handling when thumbnails fails to load * Shorten variable names * Fix IndexerRuleEditor isKeyOf --------- Co-authored-by: Jamie Pine <32987599+jamiepine@users.noreply.github.com>