From 939b4f5492994f800215e927fd45b1b1d5003080 Mon Sep 17 00:00:00 2001 From: Bartha Maxime <231026@umons.ac.be> Date: Thu, 18 Apr 2024 14:53:17 +0200 Subject: [PATCH] Manage ResearcherProfile --- .../FilterComponent.vue | 1 - .../ManageResearcherProfile.vue | 6 +- .../ResearchComponent.vue | 2 +- .../ResearchPostComponent.vue | 165 +++++++++++++++++- .../ResearcherProfile.vue | 2 +- .../ScientificPublications/ManageResearch.js | 18 +- 6 files changed, 186 insertions(+), 8 deletions(-) diff --git a/frontend/src/Apps/ScientificPublications/FilterComponent.vue b/frontend/src/Apps/ScientificPublications/FilterComponent.vue index f2cb363..acda36b 100644 --- a/frontend/src/Apps/ScientificPublications/FilterComponent.vue +++ b/frontend/src/Apps/ScientificPublications/FilterComponent.vue @@ -7,7 +7,6 @@ \ No newline at end of file +.modal-container { + width: 70%; + margin: 150px auto; + padding: 20px 30px; + background: rgba(157, 99, 205); + border-radius: 12px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33); +} + +.modal-container ul{ + margin-top: 9px; +} + + +#downloads { + text-align: end; +} +#downloads button { + align-self: center; + margin-left: 2px; + font-size: large; + color: white; + background: rgba(191, 64, 191,0.5); + border:2px solid black; + border-radius: 5px; +} +#downloads button:hover{ + background: rgba(191, 64, 191); +} + +#deleteButton{ + margin-left: 80%; + align-self: center; + text-align: center; + border: 2px solid black; + color: white; + font-size: large; + border-radius: 20px; + background-color: red; +} + +#deleteButton:hover{ + background: #ff2d55; +} + +#cancelButton{ + align-self: center; + text-align: center; + border: 2px solid black; + color: white; + font-size: x-large; + background-color:rgba(191, 64, 191,0.5); + border-radius: 20px; +} +#cancelButton:hover{ + background:rgba(191,64,191) +} + +#confirmButton{ + align-self: center; + text-align: center; + border: 2px solid black; + color: white; + font-size: x-large; + background-color: #07bc0c; + border-radius: 20px; +} +#confirmButton:hover{ + background: #4cd964; +} + diff --git a/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue b/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue index cd7e6cd..68ca685 100644 --- a/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue +++ b/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue @@ -131,7 +131,7 @@ function update(){