From 37d72fcfc2d16890a4546b007e17a567d82cbd57 Mon Sep 17 00:00:00 2001 From: zuies Date: Fri, 3 May 2024 16:19:35 +0300 Subject: [PATCH] fix copies in tooltips --- .../pageIndex/ActiveMemberComposition.tsx | 18 ++++++++++-------- .../statistics/ActiveMembersComposition.tsx | 18 ++++++++++-------- .../DisengagedMembersComposition.tsx | 18 ++++++++++-------- 3 files changed, 30 insertions(+), 24 deletions(-) diff --git a/src/components/pages/pageIndex/ActiveMemberComposition.tsx b/src/components/pages/pageIndex/ActiveMemberComposition.tsx index cccebb51..3b02e373 100644 --- a/src/components/pages/pageIndex/ActiveMemberComposition.tsx +++ b/src/components/pages/pageIndex/ActiveMemberComposition.tsx @@ -42,14 +42,7 @@ const ActiveMemberComposition = () => { customBackground: true, tooltipText: ( <> - Interactions are all messages that: -
    -
  1. mention someone
  2. -
  3. receive a reply
  4. -
  5. receive a reaction
  6. -
  7. happen in a thread
  8. -
-

Messages without replies or reactions are not counted.

+ Posting means any message in a channel or thread. ), }, @@ -88,6 +81,15 @@ const ActiveMemberComposition = () => { Active member = at least 5 interactions with 5 other members. +
+ Interactions are all messages that: +
    +
  1. mention someone
  2. +
  3. receive a reply
  4. +
  5. receive a reaction
  6. +
  7. happen in a thread
  8. +
+

Messages without replies or reactions are not counted.

), }, diff --git a/src/components/pages/statistics/ActiveMembersComposition.tsx b/src/components/pages/statistics/ActiveMembersComposition.tsx index a0a58a03..4f2a9e7a 100644 --- a/src/components/pages/statistics/ActiveMembersComposition.tsx +++ b/src/components/pages/statistics/ActiveMembersComposition.tsx @@ -137,14 +137,7 @@ export default function ActiveMembersComposition({ customBackground: false, tooltipText: ( <> - Interactions are all messages that: -
    -
  1. mention someone
  2. -
  3. receive a reply
  4. -
  5. receive a reaction
  6. -
  7. happen in a thread
  8. -
-

Messages without replies or reactions are not counted.

+ Posting means any message in a channel or thread. ), }, @@ -183,6 +176,15 @@ export default function ActiveMembersComposition({ Active member = at least 5 interactions with 5 other members. +
+ Interactions are all messages that: +
    +
  1. mention someone
  2. +
  3. receive a reply
  4. +
  5. receive a reaction
  6. +
  7. happen in a thread
  8. +
+

Messages without replies or reactions are not counted.

), }, diff --git a/src/components/pages/statistics/DisengagedMembersComposition.tsx b/src/components/pages/statistics/DisengagedMembersComposition.tsx index 59a63a33..038f566d 100644 --- a/src/components/pages/statistics/DisengagedMembersComposition.tsx +++ b/src/components/pages/statistics/DisengagedMembersComposition.tsx @@ -141,14 +141,7 @@ export default function DisengagedMembersComposition({ hasTooltip: true, tooltipText: ( <> - Interactions are all messages that: -
    -
  1. mention someone
  2. -
  3. receive a reply
  4. -
  5. receive a reaction
  6. -
  7. happen in a thread
  8. -
-

Messages without replies or reactions are not counted.

+ Posting means any message in a channel or thread. ), }, @@ -178,6 +171,15 @@ export default function DisengagedMembersComposition({ Active member = at least 5 interactions with 5 other members. +
+ Interactions are all messages that: +
    +
  1. mention someone
  2. +
  3. receive a reply
  4. +
  5. receive a reaction
  6. +
  7. happen in a thread
  8. +
+

Messages without replies or reactions are not counted.

), },