Commit Graph

19 Commits

Author SHA1 Message Date
0bdf7104a9 feat(casting): implement casting functionality with auto-mute and UI controls 2026-03-14 02:38:54 +01:00
953366ed63 feat(video-player): add muted prop to VideoPlayer and handle mute state in playback 2026-03-14 02:31:40 +01:00
da714840ee feat(channel): add logo support with position and opacity settings 2026-03-14 02:27:16 +01:00
81df6eb8ff feat: add access control to channels with various modes
- Introduced AccessMode enum to define channel access levels: Public, PasswordProtected, AccountRequired, and OwnerOnly.
- Updated Channel and ProgrammingBlock entities to include access_mode and access_password_hash fields.
- Enhanced create and update channel functionality to handle access mode and password.
- Implemented access checks in channel routes based on the defined access modes.
- Modified frontend components to support channel creation and editing with access control options.
- Added ChannelPasswordModal for handling password input when accessing restricted channels.
- Updated API calls to include channel and block passwords as needed.
- Created database migrations to add access_mode and access_password_hash columns to channels table.
2026-03-14 01:45:10 +01:00
dfd8f52a53 feat(tv): relocate fullscreen event tracking for iOS Safari to ensure proper video element handling 2026-03-13 02:02:51 +01:00
c152894291 feat(tv): enhance fullscreen functionality for iOS Safari with video element events 2026-03-13 01:56:44 +01:00
79ced7b77b feat(tv): update video player to handle ended event and improve channel navigation 2026-03-12 04:19:56 +01:00
8754758254 feat(tv): implement fullscreen navigation behavior for TV page 2026-03-12 03:32:31 +01:00
9559858075 feat(guide): implement channel guide page with EPG and upcoming slots
feat(layout): add guide link to navigation
feat(tv): enable channel navigation via query parameter
2026-03-12 03:29:52 +01:00
f069376136 feat: add interaction handling for autoplay block in video player 2026-03-12 02:35:02 +01:00
ee64fc0b8a feat: enhance schedule slot handling with episode details and duration calculation 2026-03-11 22:30:05 +01:00
0f1b9c11fe feat: implement configuration management and enhance user registration flow 2026-03-11 22:26:16 +01:00
b2f40054fc feat: add subtitle track support to VideoPlayer and integrate with TvPage 2026-03-11 21:55:20 +01:00
f6ff65094b feat: enhance MediaItem with additional episode details and update ChannelInfo component 2026-03-11 21:45:11 +01:00
d7b21120c8 feat: add calcOffsetSecs utility to compute accurate elapsed seconds for broadcasts 2026-03-11 21:21:43 +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
8d8d320a02 feat: implement authentication context and hooks for user management
- Add AuthContext to manage user authentication state and token storage.
- Create hooks for login, registration, and logout functionalities.
- Implement dashboard layout with authentication check and loading state.
- Enhance dashboard page with channel management features including create, edit, and delete channels.
- Integrate API calls for channel operations and current broadcast retrieval.
- Add stream URL resolution via server-side API route to handle redirects.
- Update TV page to utilize new hooks for channel and broadcast management.
- Refactor components for better organization and user experience.
- Update application metadata for improved branding.
2026-03-11 19:32:49 +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