-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Introduce a Universal File Viewer feature that enables users to seamlessly view and interact with various file types directly within the application. This feature aims to enhance usability by eliminating the need for external software to open files.
Key Features:
Supported File Types:
Documents: PDF, Word, Excel, and plain text.
Images: JPEG, PNG, SVG, GIF, etc.
Videos: MP4, AVI, MKV, etc.
Audio: MP3, WAV, etc.
Code Files: HTML, CSS, JavaScript, and other common formats.
Interactive Features:
Zoom, scroll, and rotate for images and PDFs.
Play, pause, and seek for audio/video files.
Syntax highlighting for code files.
Integration with Existing Features:
Allow users to preview files directly from the uploads table or starred items.
Goals:
Provide a consistent and intuitive interface for viewing all supported file types.
Ensure fast rendering and performance across devices.
Implement fallback handling for unsupported or corrupted files.