-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
772 we should allow users to watch recorded videos (or parts of it) in the video view #838
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a couple of problems in the commit organization.
On your first commit you are adding VideoPlayer and modifying bun and package.js, the same thing applyis on 64943fe and 77e2486.
Commits should be atomic and self-contained.
To fix that, check stash, fixup, rebase and also absorb.
b5b1413
to
a1aeeec
Compare
Signed-off-by: Arturo Manzoli <arturomanzoli@gmail.com>
…ed content table Signed-off-by: Arturo Manzoli <arturomanzoli@gmail.com>
Signed-off-by: Arturo Manzoli <arturomanzoli@gmail.com>
a1aeeec
to
6134139
Compare
Just tested it! Nice addition! |
This will probably be obvious once the screenshot is updated, but just making a note that we should likely include it in a list of features. |
Add video-js library and video player on a popover from the stored videos table;
Add some minor ui changes, expanding the clickable area that opens stored videos modal at the miniVideoPlayer widget;
Fix #772