From c29acd4280c56f5286da10323f1d1c96d7675d6d Mon Sep 17 00:00:00 2001 From: Anushka Bhowmick <76967222+Anushka-Bhowmick@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:05:09 +0530 Subject: [PATCH 1/4] "solves #issue 474" --- client/src/components/Chat.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/src/components/Chat.jsx b/client/src/components/Chat.jsx index 8e3caa03..6e28b22b 100644 --- a/client/src/components/Chat.jsx +++ b/client/src/components/Chat.jsx @@ -584,6 +584,15 @@ const Chat = () => { Quote Reply + + console.log( + 'blocking' + ) + } + > + Block + )}
Date: Thu, 19 Oct 2023 13:44:05 +0530 Subject: [PATCH 2/4] feat: add block option drop down --- client/src/components/Chat.jsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/client/src/components/Chat.jsx b/client/src/components/Chat.jsx index 6e28b22b..dfece7b2 100644 --- a/client/src/components/Chat.jsx +++ b/client/src/components/Chat.jsx @@ -582,17 +582,17 @@ const Chat = () => { } > Quote Reply + + console.log( + 'blocking' + ) + } + > + Block + - - console.log( - 'blocking' - ) - } - > - Block - )}
Date: Thu, 19 Oct 2023 13:58:51 +0530 Subject: [PATCH 3/4] feat: add block option drop down --- client/src/components/Chat.jsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/client/src/components/Chat.jsx b/client/src/components/Chat.jsx index dfece7b2..75e8b675 100644 --- a/client/src/components/Chat.jsx +++ b/client/src/components/Chat.jsx @@ -582,16 +582,16 @@ const Chat = () => { } > Quote Reply - - console.log( - 'blocking' - ) - } - > - Block - + + console.log( + 'blocking' + ) + } + > + Block + )}
From acc627ad8677cb3c198237c542662e2e53061d5e Mon Sep 17 00:00:00 2001 From: Anushka Bhowmick <76967222+Anushka-Bhowmick@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:34:43 +0530 Subject: [PATCH 4/4] feat: add block option drop down --- client/src/components/Chat.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/components/Chat.jsx b/client/src/components/Chat.jsx index 75e8b675..f6375a7f 100644 --- a/client/src/components/Chat.jsx +++ b/client/src/components/Chat.jsx @@ -584,14 +584,14 @@ const Chat = () => { Quote Reply + onClick={() => console.log( 'blocking' - ) - } - > - Block - + ) + } + > + Block + )}