From 1af8e83d536cf6a9db128409c8e00a0b44d9a985 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 19 Sep 2023 19:08:11 -0700 Subject: Tree view threads experiment (#1480) * Add tree-view experiment to threads * Fix typo * Remove extra minimalshellmode call * Fix to parent line rendering * Fix extra border * Some ui cleanup --- src/view/screens/PreferencesThreads.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/view/screens/PreferencesThreads.tsx') diff --git a/src/view/screens/PreferencesThreads.tsx b/src/view/screens/PreferencesThreads.tsx index 731a98d71..74b28267d 100644 --- a/src/view/screens/PreferencesThreads.tsx +++ b/src/view/screens/PreferencesThreads.tsx @@ -1,6 +1,7 @@ import React from 'react' import {ScrollView, StyleSheet, TouchableOpacity, View} from 'react-native' import {observer} from 'mobx-react-lite' +import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome' import {Text} from '../com/util/text/Text' import {useStores} from 'state/index' import {s, colors} from 'lib/styles' @@ -78,6 +79,23 @@ export const PreferencesThreads = observer(function PreferencesThreadsImpl({ onPress={store.preferences.toggleThreadFollowedUsersFirst} /> + + + + Threaded + Mode + + + Set this setting to "Yes" to show replies in a threaded view. This + is an experimental feature. + + + -- cgit 1.4.1