From 9a83d14aea28c6c03af8d020100895cf9838e208 Mon Sep 17 00:00:00 2001 From: Bartha Maxime <231026@umons.ac.be> Date: Tue, 9 Apr 2024 17:32:04 +0200 Subject: [PATCH] added article Popup --- .../ArticleComponent.vue | 69 +++++++++++++++++ .../FilterComponent.vue | 43 +++-------- .../ResearcherProfile.vue | 75 ++++++++++++------- 3 files changed, 130 insertions(+), 57 deletions(-) create mode 100644 frontend/src/Apps/ScientificPublications/ArticleComponent.vue diff --git a/frontend/src/Apps/ScientificPublications/ArticleComponent.vue b/frontend/src/Apps/ScientificPublications/ArticleComponent.vue new file mode 100644 index 0000000..5739a57 --- /dev/null +++ b/frontend/src/Apps/ScientificPublications/ArticleComponent.vue @@ -0,0 +1,69 @@ + + + + + diff --git a/frontend/src/Apps/ScientificPublications/FilterComponent.vue b/frontend/src/Apps/ScientificPublications/FilterComponent.vue index cff08fd..5282c64 100644 --- a/frontend/src/Apps/ScientificPublications/FilterComponent.vue +++ b/frontend/src/Apps/ScientificPublications/FilterComponent.vue @@ -7,10 +7,6 @@ const props = defineProps({ isOpen: Boolean, }); const example = ["A","B", "Lorem Ipsum AAAAAAAAAAAAAAAAAAA", -"H", - "H", - "H", - "H", "H", "H", "H", @@ -29,37 +25,19 @@ onClickOutside(target, ()=>emit('modal-close')) +