Click on last update to get more info
This commit is contained in:
@@ -341,3 +341,11 @@ input, input.form-control
|
|||||||
.dark
|
.dark
|
||||||
@include status-color-property(background-color, '', 'dark')
|
@include status-color-property(background-color, '', 'dark')
|
||||||
|
|
||||||
|
.collapsing
|
||||||
|
transition: all 150ms ease-in-out
|
||||||
|
opacity: 0
|
||||||
|
|
||||||
|
.collapse
|
||||||
|
transition: all 250ms ease-in-out
|
||||||
|
&.in
|
||||||
|
opacity: 1
|
||||||
|
@@ -67,11 +67,12 @@
|
|||||||
|
|
||||||
&:first-child
|
&:first-child
|
||||||
width: 120px
|
width: 120px
|
||||||
|
max-width: 200px
|
||||||
text-align: right
|
text-align: right
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
padding-right: 10px
|
padding-right: 10px
|
||||||
border-right: thin solid $color-background-dark
|
border-right: thin solid $color-background-dark
|
||||||
white-space: nowrap
|
+text-overflow-ellipsis
|
||||||
|
|
||||||
&.properties-assignees
|
&.properties-assignees
|
||||||
.table-cell span
|
.table-cell span
|
||||||
|
@@ -65,7 +65,16 @@
|
|||||||
.table-body
|
.table-body
|
||||||
.table-row
|
.table-row
|
||||||
.table-cell Last update
|
.table-cell Last update
|
||||||
.table-cell(title="{{ shot._updated }}") {{ shot._updated | pretty_date }}
|
.table-cell(title="{{ shot._updated }}")
|
||||||
|
span(role='button',
|
||||||
|
data-toggle='collapse',
|
||||||
|
data-target='#task-time-creation',
|
||||||
|
aria-expanded='false',
|
||||||
|
aria-controls='#task-time-creation')
|
||||||
|
| {{ shot._updated | pretty_date_time }}
|
||||||
|
#task-time-creation.collapse
|
||||||
|
| Created on {{ shot._created | pretty_date_time }}
|
||||||
|
|
||||||
.table-row
|
.table-row
|
||||||
.table-cell Cut-in
|
.table-cell Cut-in
|
||||||
.table-cell(title="Frame number of the first visible frame of this shot.")
|
.table-cell(title="Frame number of the first visible frame of this shot.")
|
||||||
@@ -90,7 +99,7 @@
|
|||||||
aria-expanded='false',
|
aria-expanded='false',
|
||||||
aria-controls='debug-content')
|
aria-controls='debug-content')
|
||||||
i.pi-info
|
i.pi-info
|
||||||
| Debug Information
|
| Debug Info
|
||||||
#debug-content.collapse
|
#debug-content.collapse
|
||||||
pre.
|
pre.
|
||||||
{{ shot.to_dict() | pprint }}
|
{{ shot.to_dict() | pprint }}
|
||||||
|
@@ -129,7 +129,7 @@
|
|||||||
aria-expanded='false',
|
aria-expanded='false',
|
||||||
aria-controls='debug-content')
|
aria-controls='debug-content')
|
||||||
i.pi-info
|
i.pi-info
|
||||||
| Debug Information
|
| Debug Info
|
||||||
#debug-content.collapse
|
#debug-content.collapse
|
||||||
pre.
|
pre.
|
||||||
{{ task.to_dict() | pprint }}
|
{{ task.to_dict() | pprint }}
|
||||||
|
Reference in New Issue
Block a user