comparison client/src/components/Search.vue @ 1797:67340ceecc5f

feat: define sections and stretches etd
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 14 Jan 2019 17:12:12 +0100
parents c344849538c0
children 3138d60dd1a6
comparison
equal deleted inserted replaced
1796:904c7e853adc 1797:67340ceecc5f
10 'searchgroup', 10 'searchgroup',
11 { 11 {
12 'searchgroup-collapsed': !showSearchbar, 12 'searchgroup-collapsed': !showSearchbar,
13 big: 13 big:
14 showContextBox && 14 showContextBox &&
15 ['bottlenecks', 'staging'].indexOf(contextBoxContent) !== -1 15 ['bottlenecks', 'staging', 'stretches'].indexOf(
16 contextBoxContent
17 ) !== -1
16 } 18 }
17 ]" 19 ]"
18 > 20 >
19 <input 21 <input
20 @keyup.enter="takeFirstSearchresult" 22 @keyup.enter="takeFirstSearchresult"