[Glitch] Add "Toots/Toots with replies/Media" tab below profile header

Port 5131012505 to glitch
This commit is contained in:
Thibaut Girka
2018-03-16 19:54:00 +01:00
parent d75a6054a0
commit f00af46d70
10 changed files with 104 additions and 57 deletions

View File

@@ -431,6 +431,7 @@ export default class UI extends React.Component {
<WrappedRoute path='/statuses/:statusId/favourites' component={Favourites} content={children} />
<WrappedRoute path='/accounts/:accountId' exact component={AccountTimeline} content={children} />
<WrappedRoute path='/accounts/:accountId/with_replies' component={AccountTimeline} content={children} componentParams={{ withReplies: true }} />
<WrappedRoute path='/accounts/:accountId/followers' component={Followers} content={children} />
<WrappedRoute path='/accounts/:accountId/following' component={Following} content={children} />
<WrappedRoute path='/accounts/:accountId/media' component={AccountGallery} content={children} />