From a7f763faf23bc5d9db94f6e8f2f52ffec25d95a2 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 18 Dec 2024 19:50:37 +0000 Subject: Add reply sorting in-thread (#7156) * Add button * Extract component * Make it work * Extract and use RadioCircle * Add tree/list setting * Prefer local state * Factor out threadViewPrefs * Fix optimistic stuff * Revert RadioButton changes * Tweak radio styles, add Menu.LabelText * Labels * Margins * Update copy --------- Co-authored-by: Eric Bailey --- src/screens/Settings/ThreadPreferences.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screens/Settings/ThreadPreferences.tsx') diff --git a/src/screens/Settings/ThreadPreferences.tsx b/src/screens/Settings/ThreadPreferences.tsx index b1547e495..701d3d9e5 100644 --- a/src/screens/Settings/ThreadPreferences.tsx +++ b/src/screens/Settings/ThreadPreferences.tsx @@ -148,7 +148,7 @@ export function ThreadPreferencesScreen({}: Props) { } style={[a.w_full, a.gap_md]}> - Show replies in a threaded view + Show replies as threaded -- cgit 1.4.1