From 64fc9b27af2f794ec89ca4d789b6d712447a1b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sun, 27 Jan 2019 07:24:23 +0100 Subject: Implement manual sorting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/components/SortorderDropdown.vue | 23 +++-- src/components/TaskBody.vue | 17 ++-- src/components/TaskDragContainer.vue | 130 ++++++++++++++++++++++++++++- src/components/TheCollections/Calendar.vue | 24 +----- src/components/TheCollections/General.vue | 20 ++--- src/components/TheCollections/Week.vue | 19 +---- src/models/task.js | 52 ++++++++++++ src/store/settings.js | 5 +- src/store/storeHelper.js | 15 ++++ src/store/tasks.js | 26 ++++++ 10 files changed, 256 insertions(+), 75 deletions(-) (limited to 'src') diff --git a/src/components/SortorderDropdown.vue b/src/components/SortorderDropdown.vue index a86d6559..570b6f79 100644 --- a/src/components/SortorderDropdown.vue +++ b/src/components/SortorderDropdown.vue @@ -43,6 +43,7 @@ License along with this library. If not, see .