mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 15:43:58 -05:00
- Updated `ResourceManager` to improve handling of virtual resource dependencies, adding debug logging for better traceability. - Introduced a new `FileKinds` item type in the `ItemType` enum to categorize file types (images, videos, audio, etc.). - Enhanced the `LibraryManager` to create space-level items, including the new `FileKinds` category. - Implemented virtual resource event emissions in `DeleteGroupAction` and `DeleteItemAction` to ensure proper resource management during deletions. - Added a new `SpaceCustomizationPanel` for managing space groups and items, allowing users to customize their workspace effectively. - Updated various UI components to support drag-and-drop functionality for palette items and improved context menu interactions for group management.