Add missing icons
This commit is contained in:
@@ -470,7 +470,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['config', 'loading']),
|
...mapState(['config', 'loading', 'countries']),
|
||||||
...mapGetters(['isGroupManager']),
|
...mapGetters(['isGroupManager']),
|
||||||
availableContingents () {
|
availableContingents () {
|
||||||
let filteredContingents = {};
|
let filteredContingents = {};
|
||||||
|
|||||||
+1
-3
@@ -6,9 +6,7 @@
|
|||||||
<span>
|
<span>
|
||||||
Zimmer
|
Zimmer
|
||||||
</span>
|
</span>
|
||||||
<svg class="w-4 h-4 transform" :class="{ 'rotate-180': visible }">
|
<svg class="w-4 h-4" fill="none" :class="{ 'rotate-180': visible }" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
|
||||||
<use href="#icon-chevron-down"></use>
|
|
||||||
</svg>
|
|
||||||
</button>
|
</button>
|
||||||
<ul class="absolute top-100 left-0 z-50 mt-4 border shadow-md p-4 bg-white w-screen max-w-xs divide-y" v-show="visible">
|
<ul class="absolute top-100 left-0 z-50 mt-4 border shadow-md p-4 bg-white w-screen max-w-xs divide-y" v-show="visible">
|
||||||
<li v-for="accommodation in selectableAccommodations" :key="accommodation.id" class="py-1">
|
<li v-for="accommodation in selectableAccommodations" :key="accommodation.id" class="py-1">
|
||||||
|
|||||||
+1
-3
@@ -5,9 +5,7 @@
|
|||||||
<a role="button" href="#" class="flex items-center justify-between"
|
<a role="button" href="#" class="flex items-center justify-between"
|
||||||
@click.prevent="expanded = !expanded">
|
@click.prevent="expanded = !expanded">
|
||||||
<span>{{ title }}</span>
|
<span>{{ title }}</span>
|
||||||
<svg class="w-6 h-6 transform" :class="{ 'rotate-180': expanded }">
|
<svg class="w-6 h-6" fill="none" :class="{ 'rotate-180': expanded }" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
|
||||||
<use href="#icon-chevron-down"></use>
|
|
||||||
</svg>
|
|
||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-3
@@ -6,9 +6,7 @@
|
|||||||
<span>
|
<span>
|
||||||
Telefon
|
Telefon
|
||||||
</span>
|
</span>
|
||||||
<svg class="w-4 h-4 transform" :class="{ 'rotate-180': visible }">
|
<svg class="w-4 h-4" fill="none" :class="{ 'rotate-180': visible }" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
|
||||||
<use href="#icon-chevron-down"></use>
|
|
||||||
</svg>
|
|
||||||
</button>
|
</button>
|
||||||
<div class="absolute top-100 left-0 z-50 mt-4 border shadow-md p-4 bg-white w-screen max-w-xs space-y-2" v-show="visible">
|
<div class="absolute top-100 left-0 z-50 mt-4 border shadow-md p-4 bg-white w-screen max-w-xs space-y-2" v-show="visible">
|
||||||
<input class="border-zinc-400 focus:border-zinc-800 ring-0 focus:ring-0 mt-1 w-full" type="text" placeholder="Mobil"
|
<input class="border-zinc-400 focus:border-zinc-800 ring-0 focus:ring-0 mt-1 w-full" type="text" placeholder="Mobil"
|
||||||
|
|||||||
+1
-3
@@ -4,9 +4,7 @@
|
|||||||
<span>
|
<span>
|
||||||
Größen
|
Größen
|
||||||
</span>
|
</span>
|
||||||
<svg class="w-4 h-4 transform" :class="{ 'rotate-180': visible }">
|
<svg class="w-4 h-4" fill="none" :class="{ 'rotate-180': visible }" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
|
||||||
<use href="#icon-chevron-down"></use>
|
|
||||||
</svg>
|
|
||||||
</button>
|
</button>
|
||||||
<div class="absolute top-100 left-0 z-50 mt-4 border shadow-md p-4 bg-white w-screen max-w-xs space-y-2" v-show="visible">
|
<div class="absolute top-100 left-0 z-50 mt-4 border shadow-md p-4 bg-white w-screen max-w-xs space-y-2" v-show="visible">
|
||||||
<input class="form-input w-full" type="text" placeholder="Körpergröße"
|
<input class="form-input w-full" type="text" placeholder="Körpergröße"
|
||||||
|
|||||||
+1
-3
@@ -4,9 +4,7 @@
|
|||||||
<span>
|
<span>
|
||||||
Zustieg
|
Zustieg
|
||||||
</span>
|
</span>
|
||||||
<svg class="w-4 h-4 transform" :class="{ 'rotate-180': visible }">
|
<svg class="w-4 h-4" fill="none" :class="{ 'rotate-180': visible }" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
|
||||||
<use href="#icon-chevron-down"></use>
|
|
||||||
</svg>
|
|
||||||
</button>
|
</button>
|
||||||
<div class="absolute top-100 left-0 z-50 mt-4 border shadow-md p-4 bg-white w-screen max-w-xs" v-show="visible">
|
<div class="absolute top-100 left-0 z-50 mt-4 border shadow-md p-4 bg-white w-screen max-w-xs" v-show="visible">
|
||||||
<div class="py-1" v-for="pickup in pickups" :key="pickup.id">
|
<div class="py-1" v-for="pickup in pickups" :key="pickup.id">
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
<span>
|
<span>
|
||||||
{{ subType.label }}
|
{{ subType.label }}
|
||||||
</span>
|
</span>
|
||||||
<svg class="w-4 h-4 transform" :class="{ 'rotate-180': visible }">
|
<svg class="w-4 h-4" fill="none" :class="{ 'rotate-180': visible }" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
|
||||||
<use href="#icon-chevron-down"></use>
|
<use href="#icon-chevron-down"></use>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user