From 32b82177731a8e2b3f8570fb825e08f3d6039de8 Mon Sep 17 00:00:00 2001 From: ROXBOZ Date: Mon, 10 Jul 2023 13:18:55 +0200 Subject: [PATCH] fixed much shit --- .../ConversationBuble.tsx | 29 ++---------- apps/codac-quasseln/styles/_bootstrap.scss | 42 +++++++++++++++++ apps/codac-quasseln/styles/_chatrooms.scss | 8 ++-- apps/codac-quasseln/styles/globals.css | 47 +++++++++++++++++-- apps/codac-quasseln/styles/globals.css.map | 2 +- apps/codac-quasseln/styles/globals.scss | 1 + .../codac-sassy/src/stories/bubble/bubble.css | 47 +++++++++++++++++-- .../src/stories/bubble/bubble.css.map | 2 +- .../codac-sassy/src/stories/button/button.css | 47 +++++++++++++++++-- .../src/stories/button/button.css.map | 2 +- 10 files changed, 178 insertions(+), 49 deletions(-) create mode 100644 apps/codac-quasseln/styles/_bootstrap.scss diff --git a/apps/codac-quasseln/src/components/Main-Chat-Components/ConversationBuble.tsx b/apps/codac-quasseln/src/components/Main-Chat-Components/ConversationBuble.tsx index fac407a7..028f7a6b 100644 --- a/apps/codac-quasseln/src/components/Main-Chat-Components/ConversationBuble.tsx +++ b/apps/codac-quasseln/src/components/Main-Chat-Components/ConversationBuble.tsx @@ -182,35 +182,11 @@ const ConversationBuble = ({ conversation, setActive }: Props) => { : `${kurzeTitle}...`}

+ {user?.role?.name === "Mentor" ? ( -
- { - updatePinned(e, conversation); - console.log("click :"); - }} - xmlns="http://www.w3.org/2000/svg" - version="1.1" - x="0px" - y="0px" - viewBox="0 0 64 80" - enable-background="new 0 0 64 64" - height="1.2em" - // style={{ border: "2px solid violet" }} - > - - - - - Unpin conversation -
+ "" ) : ( { >