You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add video embed feature to splashpage
Allows admins to configure a video URL that will be displayed on the
conference splashpage with autoplay. Supports multiple video platforms:
YouTube, Vimeo, PeerTube, and Invidious.
Features:
- Multi-platform video support with automatic platform detection
- Video autoplay with mute for browser compatibility
- Responsive 16:9 aspect ratio video player
- Extensible architecture for adding new platforms
- Full i18n support (English and Spanish)
- Comprehensive model tests
Implementation:
- Add video_url field to splashpages table
- Platform detection using regex patterns
- Automatic embed URL generation with autoplay parameters
- Admin form with video URL field and validation
- Model validations for URL format and supported platforms
Closes#8
* Update concurrent-ruby
0 commit comments