mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
- Added a new `LibraryLoadFailed` event to capture and report errors when loading libraries, including error type categorization for frontend notifications. - Introduced a method to count `.sdlibrary` directories without loading them, improving the library initialization process. - Updated the library manager to emit the new event upon load failures, enhancing error handling and user feedback. - Enhanced logging to provide better insights during library loading and initialization.