Merge pull request #380 from ThibG/glitch-soc/features/domain-block-ui

Port #6628 to glitch-soc flavour
This commit is contained in:
beatrix
2018-03-30 14:50:02 -04:00
committed by GitHub
14 changed files with 271 additions and 17 deletions

View File

@@ -38,6 +38,7 @@ import {
FavouritedStatuses,
ListTimeline,
Blocks,
DomainBlocks,
Mutes,
PinnedStatuses,
Lists,
@@ -440,6 +441,7 @@ export default class UI extends React.Component {
<WrappedRoute path='/follow_requests' component={FollowRequests} content={children} />
<WrappedRoute path='/blocks' component={Blocks} content={children} />
<WrappedRoute path='/domain_blocks' component={DomainBlocks} content={children} />
<WrappedRoute path='/mutes' component={Mutes} content={children} />
<WrappedRoute path='/lists' component={Lists} content={children} />
<WrappedRoute path='/getting-started-misc' component={GettingStartedMisc} content={children} />