Progress
This commit is contained in:
parent
2f7eda1081
commit
bfda5978d1
|
@ -187,18 +187,18 @@ class Sidebar extends ImmutablePureComponent {
|
||||||
]
|
]
|
||||||
|
|
||||||
const shortcutItems = [
|
const shortcutItems = [
|
||||||
{
|
// {
|
||||||
title: 'Meme Group',
|
// title: 'Meme Group',
|
||||||
icon: 'group',
|
// icon: 'group',
|
||||||
to: '/',
|
// to: '/',
|
||||||
count: 0,
|
// count: 0,
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: '@andrew',
|
// title: '@andrew',
|
||||||
image: 'http://localhost:3000/system/accounts/avatars/000/000/001/original/260e8c96c97834da.jpeg?1562898139',
|
// image: 'http://localhost:3000/system/accounts/avatars/000/000/001/original/260e8c96c97834da.jpeg?1562898139',
|
||||||
to: '/',
|
// to: '/',
|
||||||
count: 3,
|
// count: 3,
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
|
|
||||||
const exploreItems = [
|
const exploreItems = [
|
||||||
|
|
|
@ -513,7 +513,7 @@ class Status extends ImmutablePureComponent {
|
||||||
<StatusActionBar status={status} account={account} {...other} />
|
<StatusActionBar status={status} account={account} {...other} />
|
||||||
|
|
||||||
<div className={[_s.default, _s.borderTop1PX, _s.borderColorSecondary, _s.pt10, _s.px15, _s.mb10].join(' ')}>
|
<div className={[_s.default, _s.borderTop1PX, _s.borderColorSecondary, _s.pt10, _s.px15, _s.mb10].join(' ')}>
|
||||||
<ComposeFormContainer replyToId={status.get('id')} shouldCondense />
|
{ /* <ComposeFormContainer replyToId={status.get('id')} shouldCondense /> */ }
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -6,6 +6,7 @@ import { openModal } from '../actions/modal'
|
||||||
import { openPopover } from '../actions/popover'
|
import { openPopover } from '../actions/popover'
|
||||||
import { me } from '../initial_state'
|
import { me } from '../initial_state'
|
||||||
import Text from './text'
|
import Text from './text'
|
||||||
|
import Button from './button'
|
||||||
import StatusActionBarItem from './status_action_bar_item'
|
import StatusActionBarItem from './status_action_bar_item'
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
|
|
Loading…
Reference in New Issue