Commit Graph

7 Commits

Author SHA1 Message Date
79ced7b77b feat(tv): update video player to handle ended event and improve channel navigation 2026-03-12 04:19:56 +01:00
f069376136 feat: add interaction handling for autoplay block in video player 2026-03-12 02:35:02 +01:00
62549faffa feat: add buffering spinner to VideoPlayer component 2026-03-11 22:06:10 +01:00
b2f40054fc feat: add subtitle track support to VideoPlayer and integrate with TvPage 2026-03-11 21:55:20 +01:00
b813594059 feat: implement HLS streaming support in VideoPlayer and enhance stream URL handling 2026-03-11 20:51:06 +01:00
4789dca679 feat: enhance stream URL handling and add initial offset support in VideoPlayer 2026-03-11 19:51:51 +01:00
01108aa23e feat: initialize k-tv-frontend with Next.js and Tailwind CSS
- Added package.json with dependencies and scripts for development, build, and linting.
- Created postcss.config.mjs for Tailwind CSS integration.
- Added SVG assets for UI components including file, globe, next, vercel, and window icons.
- Configured TypeScript with tsconfig.json for strict type checking and module resolution.
2026-03-11 19:13:21 +01:00