Updated name of TrendsPanel to TrendsBreakingPanel
• Updated: - name of TrendsPanel to TrendsBreakingPanel - removed ScrollableList from TrendsPanel
This commit is contained in:
@@ -4,7 +4,7 @@ import PageTitle from '../features/ui/util/page_title'
|
||||
import DefaultLayout from '../layouts/default_layout'
|
||||
import {
|
||||
LinkFooter,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
} from '../features/ui/util/async_components'
|
||||
|
||||
@@ -24,7 +24,7 @@ class BasicPage extends React.PureComponent {
|
||||
title={title}
|
||||
page={page}
|
||||
layout={[
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
LinkFooter,
|
||||
]}
|
||||
|
||||
@@ -10,7 +10,7 @@ import {
|
||||
LinkFooter,
|
||||
GroupsPanel,
|
||||
ProgressPanel,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
} from '../features/ui/util/async_components'
|
||||
|
||||
@@ -37,7 +37,7 @@ class CommunityPage extends React.PureComponent {
|
||||
]}
|
||||
layout={[
|
||||
ProgressPanel,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
GroupsPanel,
|
||||
LinkFooter,
|
||||
|
||||
@@ -10,7 +10,7 @@ import { MODAL_HASHTAG_TIMELINE_SETTINGS } from '../constants'
|
||||
import {
|
||||
LinkFooter,
|
||||
ProgressPanel,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
} from '../features/ui/util/async_components'
|
||||
|
||||
@@ -49,7 +49,7 @@ class HashtagPage extends React.PureComponent {
|
||||
]}
|
||||
layout={[
|
||||
ProgressPanel,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
LinkFooter,
|
||||
]}
|
||||
|
||||
@@ -4,7 +4,7 @@ import PageTitle from '../features/ui/util/page_title'
|
||||
import DefaultLayout from '../layouts/default_layout'
|
||||
import {
|
||||
LinkFooter,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
} from '../features/ui/util/async_components'
|
||||
|
||||
@@ -24,7 +24,7 @@ class LinkPage extends React.PureComponent {
|
||||
title={title}
|
||||
page={page}
|
||||
layout={[
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
LinkFooter,
|
||||
]}
|
||||
|
||||
@@ -14,7 +14,7 @@ import WrappedBundle from '../features/ui/util/wrapped_bundle'
|
||||
import {
|
||||
ListDetailsPanel,
|
||||
LinkFooter,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
} from '../features/ui/util/async_components'
|
||||
|
||||
@@ -53,7 +53,7 @@ class ListPage extends ImmutablePureComponent {
|
||||
]}
|
||||
layout={[
|
||||
<WrappedBundle component={ListDetailsPanel} componentParams={{ list: list, onEdit: this.handleOnOpenListEditModal }} />,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
LinkFooter,
|
||||
]}
|
||||
|
||||
@@ -8,7 +8,7 @@ import DefaultLayout from '../layouts/default_layout'
|
||||
import { MODAL_LIST_CREATE } from '../constants'
|
||||
import {
|
||||
LinkFooter,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
} from '../features/ui/util/async_components'
|
||||
|
||||
@@ -35,7 +35,7 @@ class ListsPage extends React.PureComponent {
|
||||
},
|
||||
]}
|
||||
layout={[
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
LinkFooter,
|
||||
]}
|
||||
|
||||
@@ -10,7 +10,7 @@ import DefaultLayout from '../layouts/default_layout'
|
||||
import {
|
||||
LinkFooter,
|
||||
NotificationFilterPanel,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
} from '../features/ui/util/async_components'
|
||||
|
||||
@@ -56,7 +56,7 @@ class NotificationsPage extends React.PureComponent {
|
||||
page='notifications'
|
||||
layout={[
|
||||
NotificationFilterPanel,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
LinkFooter,
|
||||
]}
|
||||
|
||||
@@ -8,7 +8,7 @@ import PageTitle from '../features/ui/util/page_title'
|
||||
import DefaultLayout from '../layouts/default_layout'
|
||||
import {
|
||||
LinkFooter,
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
} from '../features/ui/util/async_components'
|
||||
|
||||
@@ -35,7 +35,7 @@ class ShortcutsPage extends React.PureComponent {
|
||||
},
|
||||
]}
|
||||
layout={[
|
||||
TrendsPanel,
|
||||
TrendsBreakingPanel,
|
||||
UserSuggestionsPanel,
|
||||
LinkFooter,
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user