From 655a309a969aa396310c2c0cfca6248eb5f6779d Mon Sep 17 00:00:00 2001 From: Jaroslav Rakhmatoullin Date: Sun, 31 Mar 2024 09:15:34 +0200 Subject: [PATCH] feat: add button to navigate up to .. (parent dir) --- frontend/src/i18n/en.json | 1 + frontend/src/views/files/Listing.vue | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 33977e4e..8dc9cd95 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -32,6 +32,7 @@ "selectMultiple": "Select multiple", "share": "Share", "shell": "Toggle shell", + "gotoParent": "Open parent dir", "submit": "Submit", "switchView": "Switch view", "toggleSidebar": "Toggle sidebar", diff --git a/frontend/src/views/files/Listing.vue b/frontend/src/views/files/Listing.vue index aad09333..05860ae8 100644 --- a/frontend/src/views/files/Listing.vue +++ b/frontend/src/views/files/Listing.vue @@ -46,7 +46,12 @@ show="delete" /> - +