Commit Graph

12 Commits

Author SHA1 Message Date
hibna ef39d20b43 feat: add animated image and audio player support 2026-02-14 12:54:08 +03:00
hibna 9ab429b5c0 release: v3.0.0 2026-02-13 04:59:21 +03:00
hibna 961d9ac3b9 feat(player): replace native cues with custom subtitle renderer 2026-02-12 19:57:00 +03:00
Mert Uyanık 5d3bdf83b8 Adjust subtitle styling and center play button 2025-10-30 04:48:19 +03:00
Mert Uyanık 1113ca891c Redesign video player styling 2025-10-30 04:14:28 +03:00
hibna 183cc65455 . 2025-10-30 04:02:31 +03:00
Mert Uyanık 17463ea9e7 Fix Firefox subtitle positioning 2025-10-30 03:39:39 +03:00
hibna 72520d56e6 Refactor video player CSS for improved subtitles and layout
Major CSS refactor for video player components: improves subtitle styling and cross-browser positioning, restructures ControlsLayer and VideoElement styles for clarity and responsiveness, and updates custom properties for better subtitle/controls separation. Adds a local settings file for permissions.
2025-10-30 03:31:07 +03:00
Mert Uyanık 8f0c23325f Revamp subtitle styling 2025-10-29 14:41:52 +03:00
hibna ad0c32785b . 2025-10-29 14:37:33 +03:00
hibna c5efcb95d5 Add SRT subtitle support and improve subtitle handling
This update enables SRT subtitle files by converting them to VTT blob URLs, sets the default subtitle track automatically, and improves subtitle track switching. Subtitle styling is enhanced in CSS, and tests are updated to use the correct subtitle prop format.
2025-10-29 14:15:43 +03:00
hibna b57b24d051 Initial commit: modern React video player library
Add all source files for a feature-rich, reusable video player built with React, TypeScript, and Vite. Includes core components, context, hooks, utilities, styles, demo app, and configuration files.
2025-10-29 07:49:06 +03:00