From 3cfe38e42d6424851d4c4500c06fd7cd8a0cb8dc Mon Sep 17 00:00:00 2001 From: anlisha-maharjan Date: Mon, 6 Jan 2025 11:26:50 +0100 Subject: [PATCH] NN-643 complete term pane UI --- .../modules/pathways/PathwayConnections.vue | 82 ++++- .../pane/modules/pathways/PathwayLinks.vue | 312 ++++++++++++------ .../modules/pathways/PathwayStatistics.vue | 12 +- .../pane/modules/pathways/TermPane.vue | 181 +++++----- 4 files changed, 387 insertions(+), 200 deletions(-) diff --git a/frontend/src/components/pane/modules/pathways/PathwayConnections.vue b/frontend/src/components/pane/modules/pathways/PathwayConnections.vue index 3327f5ba..0bb38991 100644 --- a/frontend/src/components/pane/modules/pathways/PathwayConnections.vue +++ b/frontend/src/components/pane/modules/pathways/PathwayConnections.vue @@ -1,5 +1,75 @@ - + --> diff --git a/frontend/src/components/pane/modules/pathways/PathwayLinks.vue b/frontend/src/components/pane/modules/pathways/PathwayLinks.vue index ead880ad..88ca2066 100644 --- a/frontend/src/components/pane/modules/pathways/PathwayLinks.vue +++ b/frontend/src/components/pane/modules/pathways/PathwayLinks.vue @@ -1,5 +1,80 @@ - + --> diff --git a/frontend/src/components/pane/modules/pathways/PathwayStatistics.vue b/frontend/src/components/pane/modules/pathways/PathwayStatistics.vue index 76c9b81f..23f061ee 100644 --- a/frontend/src/components/pane/modules/pathways/PathwayStatistics.vue +++ b/frontend/src/components/pane/modules/pathways/PathwayStatistics.vue @@ -1,5 +1,11 @@ - - diff --git a/frontend/src/components/pane/modules/pathways/TermPane.vue b/frontend/src/components/pane/modules/pathways/TermPane.vue index d0cf3c34..043bdc6b 100644 --- a/frontend/src/components/pane/modules/pathways/TermPane.vue +++ b/frontend/src/components/pane/modules/pathways/TermPane.vue @@ -1,13 +1,82 @@ - + -->