Add "Who can reply" controls [WIP] (#1954)

* Add threadgating

* UI improvements

* More ui work

* Remove comment

* Tweak colors

* Add missing keys

* Tweak sizing

* Only show composer option on non-reply

* Flex wrap fix

* Move the threadgate control to the top of the composer
This commit is contained in:
Paul Frazee
2023-12-10 12:01:34 -08:00
committed by GitHub
parent f5d014d4c7
commit 28fa5e4919
21 changed files with 883 additions and 148 deletions
+2 -3
View File
@@ -38,7 +38,7 @@ export function LabelsBtn({
}
openModal({name: 'self-label', labels, hasMedia, onChange})
}}>
<ShieldExclamation style={pal.link} size={26} />
<ShieldExclamation style={pal.link} size={24} />
{labels.length > 0 ? (
<FontAwesomeIcon
icon="check"
@@ -54,8 +54,7 @@ const styles = StyleSheet.create({
button: {
flexDirection: 'row',
alignItems: 'center',
paddingHorizontal: 14,
marginRight: 4,
paddingHorizontal: 6,
},
dimmed: {
opacity: 0.4,