From 71723810b2a2576248b2cbb811aa397e1b401adb Mon Sep 17 00:00:00 2001 From: Vittorio Meloni Date: Tue, 3 Oct 2023 13:06:34 +0200 Subject: [PATCH 01/17] fix: restore centered text in negotiation list --- src/assets/scss/bbmri.scss | 2 +- src/components/ConfirmationModal.vue | 50 +++++++++++----------------- src/components/NegotiationList.vue | 6 ++-- 3 files changed, 23 insertions(+), 35 deletions(-) diff --git a/src/assets/scss/bbmri.scss b/src/assets/scss/bbmri.scss index 68da9f3..9ec2dc4 100644 --- a/src/assets/scss/bbmri.scss +++ b/src/assets/scss/bbmri.scss @@ -3,7 +3,7 @@ $theme-colors: ( "secondary": #003674, "danger": #dc3545, "warning": #e95713, - "info": #017ffd, + "info": #3c3c3d, "light": #e7e7e7, "dark": #3c3c3d ); diff --git a/src/components/ConfirmationModal.vue b/src/components/ConfirmationModal.vue index c7b687c..34e5fc9 100644 --- a/src/components/ConfirmationModal.vue +++ b/src/components/ConfirmationModal.vue @@ -1,31 +1,31 @@ diff --git a/src/components/modals/UpdateStatusModal.vue b/src/components/modals/UpdateStatusModal.vue new file mode 100644 index 0000000..259be56 --- /dev/null +++ b/src/components/modals/UpdateStatusModal.vue @@ -0,0 +1,87 @@ + + + diff --git a/src/views/NegotiationPage.vue b/src/views/NegotiationPage.vue index eecfdfd..d8dcdee 100644 --- a/src/views/NegotiationPage.vue +++ b/src/views/NegotiationPage.vue @@ -24,11 +24,19 @@ @selected="updateResource" /> + +
-

+

{{ negotiation ? negotiation.payload.project.title.toUpperCase() : "" }}

@@ -104,9 +112,12 @@ @@ -119,10 +130,16 @@ +
+
+ Your request is waiting for approval by our team. You will be notified of any changes via email. +
+
- - diff --git a/src/components/modals/ConfirmationModal.vue b/src/components/modals/ConfirmationModal.vue index a211737..53be0d8 100644 --- a/src/components/modals/ConfirmationModal.vue +++ b/src/components/modals/ConfirmationModal.vue @@ -1,45 +1,38 @@ diff --git a/src/components/modals/PrivatePostModal.vue b/src/components/modals/PrivatePostModal.vue index da83541..09d93b8 100644 --- a/src/components/modals/PrivatePostModal.vue +++ b/src/components/modals/PrivatePostModal.vue @@ -1,38 +1,26 @@ diff --git a/src/components/modals/NegotiationModal.vue b/src/components/modals/NegotiatorModal.vue similarity index 68% rename from src/components/modals/NegotiationModal.vue rename to src/components/modals/NegotiatorModal.vue index 5c6bdb6..3a1434d 100644 --- a/src/components/modals/NegotiationModal.vue +++ b/src/components/modals/NegotiatorModal.vue @@ -1,20 +1,21 @@