File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
templates/components/public Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 136
136
137
137
.menu.transition.visible {
138
138
border-top : 1px solid #96c8da !important ;
139
+ max-height : 27rem !important ;
139
140
}
140
141
141
142
.menu {
155
156
156
157
.menu.transition.visible {
157
158
border-top : 1px solid #96c8da !important ;
159
+ max-height : 27rem !important ;
158
160
}
159
161
160
162
.menu {
182
184
183
185
.menu.transition.visible {
184
186
border-top : 1px solid #96c8da !important ;
187
+ max-height : 27rem !important ;
185
188
}
186
189
}
187
190
196
199
197
200
.menu.transition.visible {
198
201
border-top : 1px solid #96c8da !important ;
202
+ max-height : 27rem !important ;
199
203
}
200
204
201
205
.menu {
Original file line number Diff line number Diff line change 9
9
</div >
10
10
<i class =" dropdown icon ic-ddown" ></i >
11
11
<div class =" menu" >
12
- {{ #each this.event.tracks as |track |}}
12
+ {{ #each this.trackList as |track |}}
13
13
<UiCheckbox @class =" item" @label ={{ track.name }} @checked ={{ if (includes this.activeTrack
14
14
track.name ) " active" }} @onChange ={{ action trackFilter track.name }} />
15
15
{{ /each }}
23
23
</div >
24
24
<i class =" dropdown icon ic-ddown" ></i >
25
25
<div class =" menu" >
26
- {{ #each this.event.microlocations as |room |}}
26
+ {{ #each this.microlocationList as |room |}}
27
27
{{ #if (not room.hiddenInScheduler )}}
28
28
<UiCheckbox @class =" item" @label ={{ room.name }} @checked ={{ if (includes this.activeRoom room.name ) " active"
29
29
}} @onChange ={{ action roomFilter room.name }} />
39
39
</div >
40
40
<i class =" dropdown icon ic-ddown" ></i >
41
41
<div class =" menu" >
42
- {{ #each this.event.sessionTypes as |sessionType |}}
42
+ {{ #each this.sessionTypeList as |sessionType |}}
43
43
<UiCheckbox @class =" item" @label ={{ sessionType.name }} @checked ={{ if (includes this.activeSession
44
44
sessionType.name ) " active" }} @onChange ={{ action this.sessionFilter sessionType.name }} />
45
45
{{ /each }}
You can’t perform that action at this time.
0 commit comments