- Added 'showUserAvatar' parameter to control author avatar visibility in embed info overlay
- Implemented UI toggle in MediaShareEmbed for the 'showUserAvatar' option
- Propagated 'showUserAvatar' through EmbedPage, VideoViewer, and VideoJSEmbed
- Updated test iframe index with all 8 combinations of showTitle, showRelated, and showUserAvatar
- Added 'showRelated' parameter to control related videos visibility at video end
- Implemented UI toggle in MediaShareEmbed for the 'showRelated' option
- Updated EndScreenHandler to honor the 'showRelated' setting
- Modified EmbedPage and VideoJSEmbed to pass the parameter from URL to player
- Add showTitle prop support to EmbedInfoOverlay to conditionally show/hide title overlay
- Add showTitle checkbox option in MediaShareEmbed dialog with URL parameter support
- Update embed code generation to include showTitle parameter
- Add copy-url and copy-embed visual feedback icons to SeekIndicator
- Support showTitle prop in VideoJSEmbed component
* Test
Messing around to figure out docker and whatnot
* Revert "Test"
This reverts commit 43b76932c5.
* Update docker dev yaml
Update the docker to the environement with the latest version of selenium (and their new arguments), and to be on firefox
* Timestamp on play
Adds the a one time event that jumps to a timestamp if there is a t parameter in the URL
* Timestamp when sharing DRAFT
First draft to show the timestamp when sharing. Missing checkbox and appending the get param to shown link
* Checkbox and update share url
Checkbox show a clean timestamp and the media URL updates with the correct timestamp upon selection
* Cleaning before PR
removing un-necessary modified files
* Clean up before PR - remove statics
* Timestamp in comments
Parse the comments to wrap timestamps with an appropriate anchor
* Forgotten comments and console.logs
* Last touch for PR
- Cleaning media.js for PR
- Using MediaPageStore instead of window.location when wrapping the timestamp in comments
* Screenshot
Adding the screenshot for the user_docs
* PR amends
Amending VideoPlayer componnent to take check if the Get param 't' is a number, and to keep it within the duration of the video.
Required to change the listener from 'play' to 'loadedmetadata' to have access to the video duration (otherwise it was too early)
Also changed the User_doc file to inform users of the timestamp function
* Added frontend development files/environment
* More items-categories related removals
* Improvements in pages templates (inc. static pages)
* Improvements in video player
* Added empty home page message + cta
* Updates in media, playlist and management pages
* Improvements in material icons font loading
* Replaced media & playlists links in frontend dev-env
* frontend package version update
* chnaged frontend dev url port
* static files update
* Changed default position of theme switcher
* enabled frontend docker container