avorg/backend
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
..
__init__.py Initial commit 2025-08-23 09:37:49 +00:00
database.py Initial commit 2025-08-23 09:37:49 +00:00
main.py feat: add video player functionality and search feature 2025-08-23 15:49:17 +00:00
models.py Initial commit 2025-08-23 09:37:49 +00:00
requirements.txt Initial commit 2025-08-23 09:37:49 +00:00
schemas.py Initial commit 2025-08-23 09:37:49 +00:00
uvicorn.log feat: add video player functionality and search feature 2025-08-23 15:49:17 +00:00
video_scanner.py Initial commit 2025-08-23 09:37:49 +00:00