Removed Type Filtering, reduntant to tabs
This commit is contained in:
@@ -30,26 +30,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</UDashboardNavbar>
|
</UDashboardNavbar>
|
||||||
<UDashboardToolbar>
|
<UDashboardToolbar>
|
||||||
<template #left>
|
|
||||||
<!-- <UCheckbox
|
|
||||||
v-model="showDrafts"
|
|
||||||
label="Entwürfe Anzeigen"
|
|
||||||
class="my-auto mr-3"
|
|
||||||
/>-->
|
|
||||||
<USelectMenu
|
|
||||||
v-model="selectedTypes"
|
|
||||||
icon="i-heroicons-adjustments-horizontal-solid"
|
|
||||||
:options="templateTypes"
|
|
||||||
multiple
|
|
||||||
class="hidden lg:block"
|
|
||||||
by="key"
|
|
||||||
@change="tempStore.modifyFilter('createddocuments',selectedTypes)"
|
|
||||||
>
|
|
||||||
<template #label>
|
|
||||||
Typ
|
|
||||||
</template>
|
|
||||||
</USelectMenu>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<template #right>
|
<template #right>
|
||||||
<USelectMenu
|
<USelectMenu
|
||||||
@@ -79,7 +60,6 @@
|
|||||||
</USelectMenu>
|
</USelectMenu>
|
||||||
</template>
|
</template>
|
||||||
</UDashboardToolbar>
|
</UDashboardToolbar>
|
||||||
{{sort}}
|
|
||||||
<UTabs :items="selectedTypes" class="m-3">
|
<UTabs :items="selectedTypes" class="m-3">
|
||||||
<template #item="{item}">
|
<template #item="{item}">
|
||||||
<div style="height: 80vh; overflow-y: scroll">
|
<div style="height: 80vh; overflow-y: scroll">
|
||||||
|
|||||||
Reference in New Issue
Block a user