Commit Graph

7 Commits

Author SHA1 Message Date
Dylan De Faoite
87ad7e3537 ADD thumbnail to database (#12)
* ADD thumbnail to database

* ADD thumbnail generation and retrieval functionality

* ADD thumbnail availability check in VideoCard component

* ADD ClipDTO to reduce exposed internals

* REFactor move APIResponse and VideoMetadata to dto package

* REMOVE unused props from VideoCard

* ADD isThumbnailAvailable function
2025-07-17 23:21:01 +02:00
9f8894798d ADD VideoPlayer component and implement video fetching functionality 2025-07-12 14:27:51 +02:00
b19fd50dfa ADD time ago display to VideoCard component 2025-07-09 23:52:45 +02:00
87759c689a ADD duration overlay to VideoCard 2025-07-09 23:33:31 +02:00
16781aec04 ADD fallback thumbnail 2025-07-09 23:12:12 +02:00
c001a2a1a6 ADD functionality to fetch and display user clips in MyClips component 2025-07-09 22:57:54 +02:00
130938c56a ADD MyClips page and VideoCard component 2025-07-09 18:39:40 +02:00