Commit Graph

8 Commits

Author SHA1 Message Date
tigeren 9e85acf929 Refactor code structure for improved readability and maintainability 2025-08-24 06:07:53 +00:00
tigeren 78100ad2db fix: downgrade react-player to version 2.16.1 and update import statement
- Changed the react-player dependency version in package.json from 3.3.1 to 2.16.1.
- Updated the import statement in App.jsx from VideoPlayer to ReactPlayer.
- Added onReady and onError event handlers to the ReactPlayer component for better error handling and logging.
2025-08-23 17:00:27 +00:00
tigeren 08dab37208 Implement code changes to enhance functionality and improve performance 2025-08-23 16:16:19 +00:00
tigeren 2fb5d6b413 feat: add delete functionality for video paths and videos, and enhance UI with remove buttons 2025-08-23 15:58:50 +00:00
tigeren 3782556c03 feat: add video player functionality and search feature
- Added `react-player` dependency for video playback.
- Implemented a modal for video playback with a close button.
- Integrated search functionality to filter videos by title or path.
- Updated CSS for video player modal and search bar styling.
- Enhanced video fetching logic to support search queries.
2025-08-23 15:49:17 +00:00
tigeren 27dd0bee39 Refactor code structure and remove redundant functions for improved readability and maintainability 2025-08-23 15:41:15 +00:00
tigeren 0a572afbd9 feat: add sidebar navigation and enhance app layout
- Added react-icons and react-pro-sidebar dependencies for sidebar functionality.
- Implemented a collapsible sidebar with menu items for navigation.
- Refactored App component to integrate sidebar and adjust layout accordingly.
- Enhanced CSS styles for improved layout and visual consistency.
- Updated video display section to include avatar and details in a more structured format.
2025-08-23 15:27:23 +00:00
root ea28ae9144 Initial commit 2025-08-23 09:37:49 +00:00