Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mirador Video
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
IIIF
Mirador
Mirador Video
Commits
5c56a86a
Verified
Commit
5c56a86a
authored
Nov 16, 2022
by
Loïs Poujade
Browse files
Options
Downloads
Patches
Plain Diff
Correct previous merge
parent
73bff104
No related branches found
No related tags found
3 merge requests
!4
Integrate upstream tests into gitlab ci
,
!3
Update mirador code from official project
,
!2
test gitlab ci (dont merge)
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
babel.config.js
+0
-19
0 additions, 19 deletions
babel.config.js
src/components/VideoViewer.js
+0
-2
0 additions, 2 deletions
src/components/VideoViewer.js
with
0 additions
and
21 deletions
babel.config.js
+
0
−
19
View file @
5c56a86a
...
...
@@ -52,25 +52,6 @@ module.exports = function (api) {
[
'
@babel/plugin-proposal-private-property-in-object
'
,
{
loose
:
true
}],
[
'
@babel/plugin-proposal-class-properties
'
,
{
loose
:
true
}],
[
'
@babel/plugin-proposal-object-rest-spread
'
,
{
useBuiltIns
:
true
}],
[
'
@babel/plugin-transform-runtime
'
,
{
corejs
:
false
,
helpers
:
false
,
// Needed to support IE/Edge
regenerator
:
true
,
},
[
'
@babel/plugin-proposal-class-properties
'
,
{
loose
:
true
,
},
],
[
'
@babel/plugin-proposal-private-property-in-object
'
,
{
loose
:
true
}],
[
'
@babel/plugin-proposal-private-methods
'
,
{
loose
:
true
}],
[
'
@babel/plugin-proposal-object-rest-spread
'
,
{
useBuiltIns
:
true
,
},
],
[
'
@babel/plugin-transform-runtime
'
,
{
...
...
This diff is collapsed.
Click to expand it.
src/components/VideoViewer.js
+
0
−
2
View file @
5c56a86a
...
...
@@ -183,7 +183,6 @@ export class VideoViewer extends Component {
VideoViewer
.
propTypes
=
{
annotations
:
PropTypes
.
arrayOf
(
PropTypes
.
object
),
canvas
:
PropTypes
.
object
,
// eslint-disable-line react/forbid-prop-types
captions
:
PropTypes
.
arrayOf
(
PropTypes
.
object
),
// eslint-disable-line react/forbid-prop-types
classes
:
PropTypes
.
objectOf
(
PropTypes
.
string
).
isRequired
,
currentTime
:
PropTypes
.
number
,
muted
:
PropTypes
.
bool
,
...
...
@@ -193,7 +192,6 @@ VideoViewer.propTypes = {
setPaused
:
PropTypes
.
func
,
textTrackDisabled
:
PropTypes
.
bool
,
videoOptions
:
PropTypes
.
object
,
// eslint-disable-line react/forbid-prop-types
videoResources
:
PropTypes
.
arrayOf
(
PropTypes
.
object
),
// eslint-disable-line react/forbid-prop-types
windowId
:
PropTypes
.
string
.
isRequired
,
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment