Fixing video icon and using another icon for non-recording.

This commit is contained in:
Víðir Valberg Guðmundsson 2018-08-05 12:42:18 +02:00
parent fe974e469b
commit e482b63c14
3 changed files with 8 additions and 8 deletions

View File

@ -224,10 +224,10 @@ filterChoiceView filter currentFilters eventInstances slugLike =
"film"
"to-be-recorded" ->
"video-camera"
"video"
"not-to-be-recorded" ->
"ban"
"video-slash"
_ ->
""

View File

@ -86,13 +86,13 @@ dayEventInstanceIcons eventInstance =
"to-be-recorded" ->
[ i
[ classList [ ( "fa", True ), ( "fa-video-camera", True ), ( "pull-right", True ), ( "fa-fw", True ) ] ]
[ classList [ ( "fa", True ), ( "fa-video", True ), ( "pull-right", True ), ( "fa-fw", True ) ] ]
[]
]
"not-to-be-recorded" ->
[ i
[ classList [ ( "fa", True ), ( "fa-ban", True ), ( "pull-right", True ), ( "fa-fw", True ) ] ]
[ classList [ ( "fa", True ), ( "fa-video-slash", True ), ( "pull-right", True ), ( "fa-fw", True ) ] ]
[]
]

View File

@ -14453,9 +14453,9 @@ var _user$project$Views_FilterView$filterChoiceView = F4(
case 'has-recording':
return 'film';
case 'to-be-recorded':
return 'video-camera';
return 'video';
case 'not-to-be-recorded':
return 'ban';
return 'video-slash';
default:
return '';
}
@ -16410,7 +16410,7 @@ var _user$project$Views_ScheduleOverview$dayEventInstanceIcons = function (event
_0: {ctor: '_Tuple2', _0: 'fa', _1: true},
_1: {
ctor: '::',
_0: {ctor: '_Tuple2', _0: 'fa-video-camera', _1: true},
_0: {ctor: '_Tuple2', _0: 'fa-video', _1: true},
_1: {
ctor: '::',
_0: {ctor: '_Tuple2', _0: 'pull-right', _1: true},
@ -16440,7 +16440,7 @@ var _user$project$Views_ScheduleOverview$dayEventInstanceIcons = function (event
_0: {ctor: '_Tuple2', _0: 'fa', _1: true},
_1: {
ctor: '::',
_0: {ctor: '_Tuple2', _0: 'fa-ban', _1: true},
_0: {ctor: '_Tuple2', _0: 'fa-video-slash', _1: true},
_1: {
ctor: '::',
_0: {ctor: '_Tuple2', _0: 'pull-right', _1: true},