From ebaab6324daa37da7c28f399b67048febbb7bb4d Mon Sep 17 00:00:00 2001 From: meteyou Date: Fri, 20 Nov 2020 20:28:21 +0100 Subject: [PATCH] feature: save countPerPage from gcode files & config files in gui.json Signed-off-by: meteyou --- .../panels/Settings/ConfigFilesPanel.vue | 56 ++++++++++++++++--- src/pages/Files.vue | 51 ++++++++++------- src/store/files/actions.js | 3 +- src/store/gui/mutations.js | 1 - 4 files changed, 80 insertions(+), 31 deletions(-) diff --git a/src/components/panels/Settings/ConfigFilesPanel.vue b/src/components/panels/Settings/ConfigFilesPanel.vue index 5f818664..daf56270 100644 --- a/src/components/panels/Settings/ConfigFilesPanel.vue +++ b/src/components/panels/Settings/ConfigFilesPanel.vue @@ -30,9 +30,13 @@ Config Files - mdi-file-plus - mdi-folder-plus - mdi-refresh + + + mdi-file-upload + mdi-file-plus + mdi-folder-plus + mdi-refresh + Current path: {{ this.currentPath === "" ? "/" : this.currentPath }} -