comparison client/src/components/toolbar/Toolbar.vue @ 5040:066b76ef5e6a time-sliding

selected time is refreshed after reloads
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 28 Feb 2020 11:32:37 +0100
parents 8f421cd3c746
children 84d01a536bec
comparison
equal deleted inserted replaced
5039:aec0923f9c52 5040:066b76ef5e6a
5 'rounded-top toolbar toolbar-' + 5 'rounded-top toolbar toolbar-' +
6 (expandToolbar ? 'expanded' : 'collapsed') 6 (expandToolbar ? 'expanded' : 'collapsed')
7 " 7 "
8 > 8 >
9 <Identify /> 9 <Identify />
10 <TimeSlider />
10 <Layers /> 11 <Layers />
11 <Profiles /> 12 <Profiles />
12 <Gauges /> 13 <Gauges />
13 <AvailableFairwayDepth /> 14 <AvailableFairwayDepth />
14 <Linetool /> 15 <Linetool />
15 <Polygontool /> 16 <Polygontool />
16 <Pdftool /> 17 <Pdftool />
17 <TimeSlider />
18 </div> 18 </div>
19 <div 19 <div
20 @click="$store.commit('application/expandToolbar', !expandToolbar)" 20 @click="$store.commit('application/expandToolbar', !expandToolbar)"
21 class="toolbar-button toolbar-toggle rounded-bottom bg-info text-white" 21 class="toolbar-button toolbar-toggle rounded-bottom bg-info text-white"
22 > 22 >