From a94f99a8d2e6aab15b69c869c740f43d9489d91c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 14 Mar 2024 08:16:28 -0700 Subject: [PATCH] Add some explainers on how blocking affects labelers --- src/screens/Profile/Sections/Labels.tsx | 13 +++++++++++++ src/view/com/profile/ProfileMenu.tsx | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/src/screens/Profile/Sections/Labels.tsx b/src/screens/Profile/Sections/Labels.tsx index fbb3c6ea29..5ee9cd3ae6 100644 --- a/src/screens/Profile/Sections/Labels.tsx +++ b/src/screens/Profile/Sections/Labels.tsx @@ -24,6 +24,7 @@ import {Divider} from '#/components/Divider' import {CenteredView, ScrollView} from '#/view/com/util/Views' import {ErrorState} from '../ErrorState' import {ModerationLabelPref} from '#/components/moderation/ModerationLabelPref' +import {CircleInfo_Stroke2_Corner0_Rounded as CircleInfo} from '#/components/icons/CircleInfo' interface LabelsSectionProps { isLabelerLoading: boolean @@ -162,6 +163,18 @@ export function ProfileLabelsSectionInner({ hide, warn, and categorize the network. + {labelerInfo.creator.viewer?.blocking ? ( + + + + + Blocking does not prevent this user from placing labels on + your account. + + + + ) : null} {labelValues.length === 0 ? (