feat/alphabetical-sort #1162

Merged
dpschen merged 9 commits from :feat/alphabetical-sort into main 2021-12-21 16:29:50 +00:00
1 changed files with 9 additions and 10 deletions
Showing only changes of commit 4d4fb89c0c - Show all commits

View File

@ -10,16 +10,15 @@
>
{{ $t('filters.attributes.requireAll') }}
</fancycheckbox>
<div class="control">
<fancycheckbox @change="setDoneFilter" v-model="filters.done">
{{ $t('filters.attributes.showDoneTasks') }}
</fancycheckbox>
</div>
<div class="control">
<fancycheckbox v-model="sortAlphabetically">
{{ $t('filters.attributes.sortAlphabetically') }}
</fancycheckbox>
</div>
<fancycheckbox @change="setDoneFilter" v-model="filters.done">
{{ $t('filters.attributes.showDoneTasks') }}
</fancycheckbox>
<fancycheckbox
v-if="!$route.name.includes('list.kanban') || !$route.name.includes('list.table')"
v-model="sortAlphabetically"
>
{{ $t('filters.attributes.sortAlphabetically') }}
</fancycheckbox>
</div>
<div class="field">
<label class="label">{{ $t('misc.search') }}</label>