From 1e2dfea173299302c60b482d9fbd979caaaad6ed Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Mon, 23 Sep 2024 09:00:29 +0900 Subject: [PATCH] Revert "Fix routing and layout issue (#923)" (#930) This reverts commit 94db2e90da8f7d25f37d2af7e6977cfd7535a454. --- src/App.vue | 165 +++++++++++++++++- .../dialog/UnloadWindowConfirmDialog.vue | 14 +- src/views/GraphView.vue | 149 ---------------- 3 files changed, 168 insertions(+), 160 deletions(-) diff --git a/src/App.vue b/src/App.vue index 344e8df70..d7e05c6a3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,22 +4,183 @@ v-if="isLoading" class="absolute inset-0 flex justify-center items-center h-screen" /> - + + + + + diff --git a/src/components/dialog/UnloadWindowConfirmDialog.vue b/src/components/dialog/UnloadWindowConfirmDialog.vue index 192c0896c..6fb8393cd 100644 --- a/src/components/dialog/UnloadWindowConfirmDialog.vue +++ b/src/components/dialog/UnloadWindowConfirmDialog.vue @@ -1,20 +1,16 @@ diff --git a/src/views/GraphView.vue b/src/views/GraphView.vue index 280f19c40..04daf0e74 100644 --- a/src/views/GraphView.vue +++ b/src/views/GraphView.vue @@ -1,156 +1,7 @@