From 2cfca5037ed78da59f4f9a504c827b99dc2704d9 Mon Sep 17 00:00:00 2001 From: anlisha-maharjan Date: Fri, 17 Jan 2025 09:52:44 +0100 Subject: [PATCH] NN-647 fix scroll height in lists and recenter graph button --- frontend/src/App.vue | 6 +- .../{PersistentWindow.vue => AxoChatBot.vue} | 35 ++--- frontend/src/components/DraggableView.vue | 122 ++++++++++++++++++ .../citation/CitationCommunities.vue | 4 +- .../src/components/citation/CitationList.vue | 4 +- .../src/components/enrichment/PathwayList.vue | 4 +- .../pathwaytools/PathwayGraphList.vue | 4 +- frontend/src/layout/AppBar.vue | 2 +- frontend/src/layout/MainToolBar.vue | 2 +- 9 files changed, 148 insertions(+), 35 deletions(-) rename frontend/src/components/{PersistentWindow.vue => AxoChatBot.vue} (90%) create mode 100644 frontend/src/components/DraggableView.vue diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 207aece0..20beefd5 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,5 +1,5 @@