From c046b9197f71e5c8ed4f83c60bc7791baf663793 Mon Sep 17 00:00:00 2001 From: Gabriel Massadas <5445926+G4brym@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:00:16 +0000 Subject: [PATCH] Add metadata edit (#66) * Add http and custom metadata edit * Add pre SPA loading screen --- packages/dashboard/index.html | 52 +++++++++++ packages/dashboard/quasar.config.js | 2 +- packages/dashboard/src/appUtils.js | 5 +- .../src/components/files/FileOptions.vue | 86 +++++++++++++++++++ .../src/components/main/LeftSidebar.vue | 17 ++-- .../src/pages/files/FileContextMenu.vue | 6 ++ .../src/pages/files/FilesFolderPage.vue | 4 +- packages/dashboard/src/router/routes.js | 19 ++-- packages/worker/package.json | 2 +- .../worker/src/modules/buckets/putMetadata.ts | 2 + 10 files changed, 177 insertions(+), 18 deletions(-) diff --git a/packages/dashboard/index.html b/packages/dashboard/index.html index 3761294..8aad1c2 100644 --- a/packages/dashboard/index.html +++ b/packages/dashboard/index.html @@ -17,8 +17,60 @@ +
+ +