mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
- Introduced a new `unique_bytes` field in the volume model to track deduplicated content size. - Implemented a volume refresh action to recalculate unique bytes for all volumes owned by the device, emitting a cache refresh event to invalidate frontend caches. - Updated the storage overview component to display unique bytes and other volume statistics. - Enhanced the event system to handle cache invalidation events, ensuring real-time updates across the application. - Added necessary migrations and database updates to support the new volume tracking features.