From 0b5341aed8c45996bf2113ce129c622fac6168b7 Mon Sep 17 00:00:00 2001 From: Milos Date: Fri, 23 Feb 2024 15:23:07 +0100 Subject: [PATCH 1/3] add smiley --- src/components/NegotiationList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NegotiationList.vue b/src/components/NegotiationList.vue index b720d03..e9df507 100644 --- a/src/components/NegotiationList.vue +++ b/src/components/NegotiationList.vue @@ -357,7 +357,7 @@

- No Negotiations found + No Negotiations found :(

From f37910943a24034ec7849c948131b7e0cc65b17c Mon Sep 17 00:00:00 2001 From: Milos Date: Fri, 23 Feb 2024 15:23:07 +0100 Subject: [PATCH 2/3] add smiley --- src/components/NegotiationList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NegotiationList.vue b/src/components/NegotiationList.vue index 5681362..e11af50 100644 --- a/src/components/NegotiationList.vue +++ b/src/components/NegotiationList.vue @@ -358,7 +358,7 @@

- No Negotiations found + No Negotiations found :(

From 5b24124f175b0e85c2edb61e9affa2d70de44028 Mon Sep 17 00:00:00 2001 From: Milos Date: Fri, 23 Feb 2024 16:18:24 +0100 Subject: [PATCH 3/3] make comment visible and add tooltip --- src/components/NegotiationList.vue | 19 ++++++++++++++++--- src/components/NegotiationPosts.vue | 14 ++++++++++++-- src/views/NegotiationPage.vue | 2 +- 3 files changed, 29 insertions(+), 6 deletions(-) diff --git a/src/components/NegotiationList.vue b/src/components/NegotiationList.vue index e11af50..ad10d3c 100644 --- a/src/components/NegotiationList.vue +++ b/src/components/NegotiationList.vue @@ -1,6 +1,6 @@