From 9ab0ff6f1d2427ecd1ecef4609645dba28e588b2 Mon Sep 17 00:00:00 2001 From: Ansh Date: Wed, 13 Dec 2023 02:37:59 +0530 Subject: add scrollview to moderation screen (#2187) --- src/view/screens/Moderation.tsx | 147 ++++++++++++++++++++-------------------- 1 file changed, 75 insertions(+), 72 deletions(-) (limited to 'src') diff --git a/src/view/screens/Moderation.tsx b/src/view/screens/Moderation.tsx index ba6b9d96c..1bf8db2e0 100644 --- a/src/view/screens/Moderation.tsx +++ b/src/view/screens/Moderation.tsx @@ -30,6 +30,7 @@ import { useProfileQuery, useProfileUpdateMutation, } from '#/state/queries/profile' +import {ScrollView} from '../com/util/Views' type Props = NativeStackScreenProps export function ModerationScreen({}: Props) { @@ -61,79 +62,81 @@ export function ModerationScreen({}: Props) { ]} testID="moderationScreen"> - - - - - - - Content filtering + + + + + + + + Content filtering + + + + + + + + Moderation lists + + + + + + + + Muted accounts + + + + + + + + Blocked accounts + + + + Logged-out visibility - - - - - - - Moderation lists - - - - - - - - Muted accounts - - - - - - - - Blocked accounts - - - - Logged-out visibility - - + + ) } -- cgit 1.4.1