mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
- Replaced useState with useReducer in the Explorer context for improved state management. - Updated navigation functions to use navigateToPath instead of setCurrentPath, enhancing clarity and consistency. - Removed unused synchronization functions for URL parameters, streamlining the code. - Introduced new utility functions for target management and improved type definitions for navigation targets. - Enhanced the handling of view settings and preferences, ensuring better integration with the UI state. - Deleted obsolete device operation test file to clean up the codebase.