From 7ebca9afc5afd879faf1c6d1dc4aaa945bf775ae Mon Sep 17 00:00:00 2001 From: Michaelpalacce Date: Tue, 21 Dec 2021 16:29:49 +0000 Subject: [PATCH] feat/alphabetical-sort (#1162) Alphabetical sorting. Disables re-ordering when applied. Does not work with the search button as expected, but neither do the filters tbh... Works fine with the search in the filters menu. I know we talked about having a dropdown but since this is pretty much finished I thought I'd submit a PR. I am a bit short on time these days but may submit a new PR to add the dropdown ( should be simple enough ) Co-authored-by: Stefan Genov Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1162 Reviewed-by: konrad Reviewed-by: Dominik Pschenitschni Co-authored-by: Michaelpalacce Co-committed-by: Michaelpalacce --- src/components/list/partials/filters.vue | 48 ++++++++++++++++-------- src/components/tasks/mixins/taskList.js | 1 - src/i18n/lang/en.json | 1 + src/views/list/views/List.vue | 24 ++++++++---- 4 files changed, 50 insertions(+), 24 deletions(-) diff --git a/src/components/list/partials/filters.vue b/src/components/list/partials/filters.vue index 039061ac3..cbbb82f14 100644 --- a/src/components/list/partials/filters.vue +++ b/src/components/list/partials/filters.vue @@ -1,23 +1,24 @@