From 3672156b5e12600a7c020375e40e6a850dc6a9dd Mon Sep 17 00:00:00 2001 From: Andy-Ruda Date: Wed, 25 Oct 2023 23:31:13 -0500 Subject: [PATCH] Test frontend #only_compile --- cista-front/src/App.vue | 3 - cista-front/src/components/FileExplorer.vue | 18 ++-- .../{index-a7ca2feb.js => index-5dc0b94d.js} | 82 +++++++++---------- ...{index-50756cbb.css => index-ca079bc6.css} | 2 +- cista/wwwroot/index.html | 4 +- 5 files changed, 56 insertions(+), 53 deletions(-) rename cista/wwwroot/assets/{index-a7ca2feb.js => index-5dc0b94d.js} (98%) rename cista/wwwroot/assets/{index-50756cbb.css => index-ca079bc6.css} (86%) diff --git a/cista-front/src/App.vue b/cista-front/src/App.vue index af02b81..2f2840d 100644 --- a/cista-front/src/App.vue +++ b/cista-front/src/App.vue @@ -28,9 +28,6 @@ }) watchEffect(() => { - console.log('Actual Path') - console.log(Router.currentRoute.value.path) - console.log(Router.currentRoute) const documentHandler = new DocumentHandler() const documentUploadHandler = new DocumentUploadHandler() const wsWatch = createWebSocket(url_document_watch_ws, documentHandler.handleWebSocketMessage) diff --git a/cista-front/src/components/FileExplorer.vue b/cista-front/src/components/FileExplorer.vue index eff5a7d..9406c45 100644 --- a/cista-front/src/components/FileExplorer.vue +++ b/cista-front/src/components/FileExplorer.vue @@ -16,13 +16,13 @@