Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
eab6a272
Commit
eab6a272
authored
May 29, 2020
by
anton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show author in CellAnnotationList is now optional
parent
43aad633
Pipeline
#79588
passed with stage
in 1 minute and 1 second
Changes
2
Pipelines
4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
partials/CellEditor.vue
partials/CellEditor.vue
+9
-0
partials/cells/CellAnnotationList.vue
partials/cells/CellAnnotationList.vue
+4
-0
No files found.
partials/CellEditor.vue
View file @
eab6a272
...
...
@@ -356,6 +356,15 @@
error
:
false
,
value
:
false
,
path
:
'
editable
'
},
{
inputType
:
'
checkbox
'
,
type
:
'
Annotation-List
'
,
label
:
'
Show author names
'
,
help
:
'
Show the names of the annotations
\'
s authors
'
,
error
:
false
,
value
:
false
,
path
:
'
showAuthor
'
}
/*
{
...
...
partials/cells/CellAnnotationList.vue
View file @
eab6a272
...
...
@@ -53,6 +53,7 @@
:cell="cell",
:locked="locked",
:index="index",
:show-author="showAuthor",
:currentIndex="currentIndex",
:videoDate="getMediaDate()",
@onTimecode="clickAnnotation",
...
...
@@ -152,6 +153,9 @@ export default {
baseMillis
()
{
if
(
!
this
.
video
)
return
DateTime
.
local
().
toMillis
()
return
this
.
video
.
target
.
selector
.
_valueMillis
+
this
.
playerTime
*
1000
},
showAuthor
()
{
return
this
.
cell
&&
this
.
cell
.
source
.
_value
&&
this
.
cell
.
source
.
_value
.
showAuthor
}
},
methods
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment