Commit Graph

4 Commits

Author SHA1 Message Date
tigeren 95a49380da feat: enhance folder viewer with video playback functionality
- Updated the folder viewer to support inline video playback, allowing users to click on video items to open a video player.
- Added state management for video selection and loading indicators.
- Improved UI elements for video items, including hover effects and play icons.
- Enhanced video information display in the inline video player with file size details.
2025-08-26 04:12:59 +00:00
tigeren 6892bfaeae refactor: enhance inline video player layout and styling
- Updated the structure of the inline video player component for improved responsiveness and visual consistency.
- Adjusted CSS classes to better manage layout, including flex properties and spacing.
- Enhanced video info display with improved styling for title and path, ensuring better readability.
2025-08-26 03:47:53 +00:00
tigeren 6f938243ad feat: add auto-play functionality to inline video player on load 2025-08-26 02:18:18 +00:00
tigeren a752ce964a feat: implement inline video player component for enhanced video playback experience
- Replaced modal video player with an inline video player that renders as a portal.
- Added state management for video playback, volume control, and fullscreen functionality.
- Introduced new component for inline video playback with customizable controls and metadata display.
2025-08-25 17:38:02 +00:00