Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
Digitanz
frontend
Commits
60107343
Commit
60107343
authored
Aug 24, 2018
by
A. Koch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove download buttons from sequence list
parent
26862d67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/pages/sequences/list.vue
src/pages/sequences/list.vue
+0
-6
No files found.
src/pages/sequences/list.vue
View file @
60107343
...
...
@@ -15,7 +15,6 @@
@click="$router.push(`/sequences/${sequence.map.uuid}/edit`)", v-if="!sequence.processing")
q-btn(v-if="!video.processing", flat, size="sm", round, icon="edit", @click="$router.push(`/sequences/${video.map.uuid}/edit`)")
q-btn(v-if="!video.processing", flat, size="sm", round, icon="delete", @click="deleteVideo(video)")
q-btn(v-if="!video.processing", flat, size="sm", round, icon="cloud_download", @click="download(video)")
// span(v-if="video.processing") Rendering...
q-spinner-mat(v-if="video.processing", color="primary", size="1.5em")
...
...
@@ -35,8 +34,6 @@
// import { VideoPlayer } from 'mbjs-quasar/src/components'
import
{
SequenceHelper
}
from
'
../../lib
'
import
{
mapGetters
}
from
'
vuex
'
import
{
openURL
}
from
'
quasar
'
import
path
from
'
path
'
import
VideoPlayer
from
'
../../components/VideoPlayer
'
import
FileUploader
from
'
../../components/FileUploader
'
...
...
@@ -136,9 +133,6 @@
await
SequenceHelper
.
deleteSequence
(
this
,
video
.
map
.
uuid
)
this
.
$q
.
loading
.
hide
()
await
this
.
loadData
()
},
download
(
video
)
{
openURL
(
`
${
process
.
env
.
TRANSCODER_HOST
}
/downloads/
${
path
.
basename
(
video
.
media
)}
`
)
}
}
}
...
...
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