Nicer presentation of shot details

This commit is contained in:
2016-10-04 15:15:36 +02:00
parent 5e6762ff1a
commit e76d016d2c
2 changed files with 17 additions and 3 deletions

View File

@@ -46,6 +46,8 @@
left: -4px left: -4px
font-size: .9em font-size: .9em
.item-properties
padding: 1em
#task-add #task-add
margin-left: auto margin-left: auto

View File

@@ -40,10 +40,22 @@
| Save Shot | Save Shot
| {% endif %} | {% endif %}
.attract-box
dl.dl-horizontal.item-properties
dt Last update
dd {{ shot._updated | pretty_date }}
dt Cut-in
dd(title="Frame number of the first visible frame of this shot.")
| at frame {{ shot.properties.cut_in_timeline_in_frames }}
dt Duration in edit
dd(title="Duration of the visible part of this shot.")
| {{ shot.properties.duration_in_edit_in_frames }} frames
dt Trim start
dd(title="How many frames were trimmed off the start of the shot in the edit.")
| {{ shot.properties.trim_start_in_frames }} frames
#item-view-feed #item-view-feed
| Shot updated {{ shot._updated | pretty_date }} | Activity feed here.
pre.
{{ shot.to_dict() | pprint }}
script. script.
new Clipboard('.copy-to-clipboard'); new Clipboard('.copy-to-clipboard');