mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 15:43:58 -05:00
- Modified `isVirtualFile` and `getVirtualMetadata` functions to improve type safety and null checks for virtual files. - Enhanced `useFileContextMenu` and `useDraggableFile` hooks to prevent operations on virtual files, ensuring better user experience. - Updated `ColumnView` and `GridView` components to support virtual file navigation and display, including new logic for handling selected directories. - Introduced `TextViewer` and `WithPrismTheme` components for improved text file previews in the QuickPreview section. - Added new dependencies in `package.json` for syntax highlighting support in text previews.