mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
- Refactored the App component to enhance readability and maintainability, including adjustments to route handling and client initialization. - Introduced QuickPreviewSyncer and QuickPreviewController components in the Explorer to optimize rendering and selection handling. - Enhanced Column and ListView components with memoization to prevent unnecessary re-renders, improving performance during file selection and navigation. - Updated event handling in the useNormalizedQuery hook to streamline query management and improve type safety. - Adjusted various components to ensure consistent styling and behavior across the application.