Revert "Hiding Pro Feed, Explore page for now"
This reverts commit 643026e885.
This commit is contained in:
@@ -51,7 +51,7 @@ class FooterBar extends PureComponent {
|
||||
active: currentPathname === '/groups',
|
||||
},
|
||||
{
|
||||
href: 'https://trends.gab.com',
|
||||
to: '/explore',
|
||||
icon: 'trends',
|
||||
title: 'Trends',
|
||||
active: currentPathname === '/explore',
|
||||
|
||||
@@ -107,7 +107,7 @@ class NavigationBar extends ImmutablePureComponent {
|
||||
<div className={[_s.default, _s.height53PX, _s.pl15, _s.flexRow, _s.alignItemsCenter, _s.justifyContentSpaceBetween].join(' ')}>
|
||||
|
||||
<NavigationBarButton title='Home' icon='home' to='/home' />
|
||||
{ /* <NavigationBarButton title='Explore' icon='explore' to='/explore' /> */ }
|
||||
<NavigationBarButton title='Explore' icon='explore' to='/explore' />
|
||||
|
||||
<NavigationBarButtonDivider />
|
||||
|
||||
|
||||
@@ -79,8 +79,8 @@ class WhoToFollowPanel extends ImmutablePureComponent {
|
||||
<PanelLayout
|
||||
noPadding
|
||||
title={intl.formatMessage(messages.title)}
|
||||
// footerButtonTitle={intl.formatMessage(messages.show_more)}
|
||||
// footerButtonTo='/explore'
|
||||
footerButtonTitle={intl.formatMessage(messages.show_more)}
|
||||
footerButtonTo='/explore'
|
||||
>
|
||||
<div className={_s.default}>
|
||||
{
|
||||
|
||||
@@ -139,11 +139,11 @@ class Sidebar extends ImmutablePureComponent {
|
||||
icon: 'list',
|
||||
to: '/lists',
|
||||
},
|
||||
// {
|
||||
// title: 'Explore',
|
||||
// icon: 'explore',
|
||||
// to: '/explore',
|
||||
// },
|
||||
{
|
||||
title: 'Explore',
|
||||
icon: 'explore',
|
||||
to: '/explore',
|
||||
},
|
||||
{
|
||||
title: 'More',
|
||||
icon: 'more',
|
||||
@@ -169,11 +169,11 @@ class Sidebar extends ImmutablePureComponent {
|
||||
]
|
||||
|
||||
const exploreItems = [
|
||||
// {
|
||||
// title: 'Pro Feed',
|
||||
// icon: 'circle',
|
||||
// to: '/timeline/pro',
|
||||
// },
|
||||
{
|
||||
title: 'Pro Feed',
|
||||
icon: 'circle',
|
||||
to: '/timeline/pro',
|
||||
},
|
||||
{
|
||||
title: 'Chat',
|
||||
icon: 'chat',
|
||||
|
||||
@@ -39,7 +39,7 @@ const messages = defineMessages({
|
||||
chat: { id: 'tabs_bar.chat', defaultMessage: 'Chat' },
|
||||
help: { id: 'getting_started.help', defaultMessage: 'Help' },
|
||||
display: { id: 'display_options', defaultMessage: 'Display Options' },
|
||||
proFeed: { id: 'pro_feed', defaultMessage: 'Pro Feed' },
|
||||
pro: { id: 'pro_feed', defaultMessage: 'Pro Feed' },
|
||||
})
|
||||
|
||||
const mapStateToProps = (state) => ({
|
||||
@@ -131,12 +131,12 @@ class SidebarXS extends ImmutablePureComponent {
|
||||
onClick: this.handleSidebarClose,
|
||||
title: intl.formatMessage(messages.search),
|
||||
},
|
||||
// {
|
||||
// icon: 'circle',
|
||||
// to: '/timeline/pro',
|
||||
// onClick: this.handleSidebarClose,
|
||||
// title: intl.formatMessage(messages.proFeed),
|
||||
// },
|
||||
{
|
||||
icon: 'circle',
|
||||
to: '/timeline/pro',
|
||||
onClick: this.handleSidebarClose,
|
||||
title: intl.formatMessage(messages.pro),
|
||||
},
|
||||
{
|
||||
icon: 'cog',
|
||||
href: '/settings/preferences',
|
||||
|
||||
Reference in New Issue
Block a user