Add "Toots/Toots with replies/Media" tab below profile header (#6572)
* Add "Toots/Toots with replies/Media" tab below profile header * Add focal point display to account gallery timeline * Fix visual glitch of standalone GIFV
This commit is contained in:
		
					parent
					
						
							
								473a69ab18
							
						
					
				
			
			
				commit
				
					
						5131012505
					
				
			
		
					 9 changed files with 105 additions and 58 deletions
				
			
		|  | @ -53,11 +53,11 @@ export default class ActionBar extends React.PureComponent { | |||
|     let extraInfo = ''; | ||||
| 
 | ||||
|     menu.push({ text: intl.formatMessage(messages.mention, { name: account.get('username') }), action: this.props.onMention }); | ||||
| 
 | ||||
|     if ('share' in navigator) { | ||||
|       menu.push({ text: intl.formatMessage(messages.share, { name: account.get('username') }), action: this.handleShare }); | ||||
|     } | ||||
|     menu.push(null); | ||||
|     menu.push({ text: intl.formatMessage(messages.media), to: `/accounts/${account.get('id')}/media` }); | ||||
| 
 | ||||
|     menu.push(null); | ||||
| 
 | ||||
|     if (account.get('id') === me) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue