Prevent reply to from cascading (#610)
This commit is contained in:
		
							parent
							
								
									0192923ef3
								
							
						
					
					
						commit
						19d6ded631
					
				
					 2 changed files with 24 additions and 16 deletions
				
			
		|  | @ -235,15 +235,19 @@ const PostLoaded = observer( | ||||||
|                   size={9} |                   size={9} | ||||||
|                   style={[pal.textLight, s.mr5]} |                   style={[pal.textLight, s.mr5]} | ||||||
|                 /> |                 /> | ||||||
|                 <Text type="sm" style={[pal.textLight, s.mr2]} lineHeight={1.2}> |                 <Text | ||||||
|                   Reply to |                   type="sm" | ||||||
|                 </Text> |                   style={[pal.textLight, s.mr2]} | ||||||
|  |                   lineHeight={1.2} | ||||||
|  |                   numberOfLines={1}> | ||||||
|  |                   Reply to{' '} | ||||||
|                   <UserInfoText |                   <UserInfoText | ||||||
|                     type="sm" |                     type="sm" | ||||||
|                     did={replyAuthorDid} |                     did={replyAuthorDid} | ||||||
|                     attr="displayName" |                     attr="displayName" | ||||||
|                     style={[pal.textLight]} |                     style={[pal.textLight]} | ||||||
|                   /> |                   /> | ||||||
|  |                 </Text> | ||||||
|               </View> |               </View> | ||||||
|             )} |             )} | ||||||
|             <ContentHider |             <ContentHider | ||||||
|  |  | ||||||
|  | @ -221,15 +221,19 @@ export const FeedItem = observer(function ({ | ||||||
|                   s.mr5, |                   s.mr5, | ||||||
|                 ]} |                 ]} | ||||||
|               /> |               /> | ||||||
|               <Text type="md" style={[pal.textLight, s.mr2]} lineHeight={1.2}> |               <Text | ||||||
|                 Reply to |                 type="md" | ||||||
|               </Text> |                 style={[pal.textLight, s.mr2]} | ||||||
|  |                 lineHeight={1.2} | ||||||
|  |                 numberOfLines={1}> | ||||||
|  |                 Reply to{' '} | ||||||
|                 <UserInfoText |                 <UserInfoText | ||||||
|                   type="md" |                   type="md" | ||||||
|                   did={replyAuthorDid} |                   did={replyAuthorDid} | ||||||
|                   attr="displayName" |                   attr="displayName" | ||||||
|                   style={[pal.textLight, s.ml2]} |                   style={[pal.textLight, s.ml2]} | ||||||
|                 /> |                 /> | ||||||
|  |               </Text> | ||||||
|             </View> |             </View> | ||||||
|           )} |           )} | ||||||
|           <ContentHider |           <ContentHider | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue