From d4a5bc51c4a6a7c0ca626b9ca44d468c69e1c139 Mon Sep 17 00:00:00 2001 From: Gabriel Massadas Date: Fri, 17 May 2024 16:08:09 +0100 Subject: [PATCH] Add menu to create a new file --- .../src/components/files/CreateFile.vue | 91 +++++++++++++++++++ .../src/components/main/LeftSidebar.vue | 12 ++- 2 files changed, 102 insertions(+), 1 deletion(-) create mode 100644 packages/dashboard/src/components/files/CreateFile.vue diff --git a/packages/dashboard/src/components/files/CreateFile.vue b/packages/dashboard/src/components/files/CreateFile.vue new file mode 100644 index 0000000..7855b3f --- /dev/null +++ b/packages/dashboard/src/components/files/CreateFile.vue @@ -0,0 +1,91 @@ + + + diff --git a/packages/dashboard/src/components/main/LeftSidebar.vue b/packages/dashboard/src/components/main/LeftSidebar.vue index 0872488..498a465 100644 --- a/packages/dashboard/src/components/main/LeftSidebar.vue +++ b/packages/dashboard/src/components/main/LeftSidebar.vue @@ -4,6 +4,14 @@ + + + + + New File + + + @@ -102,12 +110,14 @@ +