From 7a08d61d889328ff5e3b8ba61faab71a5568df2f Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 1 Nov 2024 03:45:55 +0000 Subject: Thread composer UI (#6050) * Basic adding of posts * Switch active post on focus * Conditionally show plus button * Insert posts midthread * Track active/inactive post * Delete posts in a thread * Focus after deletion * Tweak empty post detection * Mix height for active only * Move toolbar with post on web * Fix footer positioning * Post All button * Fix reply to positioning * Improve memoization * Improve memoization for clearVideo * Remove unnecessary argument * Add some manual memoization to fix re-renders * Scroll to bottom on add new * Fix opacity on Android * Add backdrop * Fix videos * Check alt for video too * Clear pending publish on error * Fork alt message by type * Separate placeholder for next posts * Limit hitslop to avoid clashes --- src/view/com/composer/ComposerReplyTo.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/com/composer/ComposerReplyTo.tsx') diff --git a/src/view/com/composer/ComposerReplyTo.tsx b/src/view/com/composer/ComposerReplyTo.tsx index 5bd5abbc8..cfd2b9065 100644 --- a/src/view/com/composer/ComposerReplyTo.tsx +++ b/src/view/com/composer/ComposerReplyTo.tsx @@ -204,6 +204,7 @@ const styles = StyleSheet.create({ paddingTop: 4, paddingBottom: 16, marginBottom: 12, + marginHorizontal: 16, }, replyToPost: { flex: 1, -- cgit 1.4.1