From 4243c0e85cf71eec85201efc6888f45c4fce22c1 Mon Sep 17 00:00:00 2001 From: anlisha-maharjan Date: Mon, 6 Jan 2025 20:49:44 +0100 Subject: [PATCH] NN-644 complete pane of citation and term view --- .../components/pane/CitationPaneSystem.vue | 166 +++++++++-------- .../src/components/pane/TermPaneSystem.vue | 171 +++++++++--------- .../pane/modules/pathway/PathwayPane.vue | 133 ++++++++------ frontend/src/views/CitationView.vue | 2 +- frontend/src/views/TermView.vue | 8 +- 5 files changed, 258 insertions(+), 222 deletions(-) diff --git a/frontend/src/components/pane/CitationPaneSystem.vue b/frontend/src/components/pane/CitationPaneSystem.vue index 8461b657..8aa0fe16 100644 --- a/frontend/src/components/pane/CitationPaneSystem.vue +++ b/frontend/src/components/pane/CitationPaneSystem.vue @@ -1,38 +1,45 @@ - + diff --git a/frontend/src/components/pane/TermPaneSystem.vue b/frontend/src/components/pane/TermPaneSystem.vue index 6ac3d4e4..152823df 100644 --- a/frontend/src/components/pane/TermPaneSystem.vue +++ b/frontend/src/components/pane/TermPaneSystem.vue @@ -1,43 +1,45 @@ - + diff --git a/frontend/src/components/pane/modules/pathway/PathwayPane.vue b/frontend/src/components/pane/modules/pathway/PathwayPane.vue index 9dfa3f45..8739302f 100644 --- a/frontend/src/components/pane/modules/pathway/PathwayPane.vue +++ b/frontend/src/components/pane/modules/pathway/PathwayPane.vue @@ -1,5 +1,70 @@ - + diff --git a/frontend/src/views/CitationView.vue b/frontend/src/views/CitationView.vue index 4df7286c..ddea4925 100644 --- a/frontend/src/views/CitationView.vue +++ b/frontend/src/views/CitationView.vue @@ -9,7 +9,7 @@ @active_subset_changed="active_subset = $event"> - diff --git a/frontend/src/views/TermView.vue b/frontend/src/views/TermView.vue index 292227ac..35f1323a 100644 --- a/frontend/src/views/TermView.vue +++ b/frontend/src/views/TermView.vue @@ -5,10 +5,10 @@ - +