From e6cd41855bf607b60e798e8c9c0b06a1ca7ce559 Mon Sep 17 00:00:00 2001 From: Eric Lambrecht Date: Fri, 26 Oct 2018 15:28:02 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20Added=20shuffle=20operation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditorOperationPanel.vue | 40 +++++++++++++++++---- src/components/LoggedOutWindow.vue | 4 +-- src/components/modals/ConfirmationModal.vue | 2 +- src/config.js | 9 ++++- src/editor-operations/shuffle.js | 25 +++++++++++++ src/store/app/actions.js | 8 +++-- src/store/editor/actions.js | 15 ++++++++ src/store/editor/getters.js | 1 + 8 files changed, 91 insertions(+), 13 deletions(-) create mode 100644 src/editor-operations/shuffle.js diff --git a/src/components/EditorOperationPanel.vue b/src/components/EditorOperationPanel.vue index 3b307db2..94fba6c7 100644 --- a/src/components/EditorOperationPanel.vue +++ b/src/components/EditorOperationPanel.vue @@ -5,8 +5,10 @@ - - Shuffle + + + + @@ -15,24 +17,40 @@