2 Commits

Author SHA1 Message Date
Jamie Pine
ef8d7c59c0 Update CONTRIBUTING.md with TypeScript/React code quality guidelines and VS Code settings; streamline Rust code checks. Adjust VS Code extension recommendations to include Biome. Add newline to various files for consistency. 2026-01-07 22:18:50 -08:00
Jamie Pine
815c37f7e4 Update virtual file handling and enhance Explorer component functionality
- 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.
2025-12-20 09:54:47 -08:00