Multiple UI Improvements
Этот коммит содержится в:
@@ -75,7 +75,7 @@ export default class GetLinkModal extends React.Component {
|
||||
onHide={this.onHide}
|
||||
>
|
||||
<Modal.Header closeButton={true}>
|
||||
{this.props.title}
|
||||
<h4 className='modal-title'>{this.props.title}</h4>
|
||||
</Modal.Header>
|
||||
<Modal.Body>
|
||||
{helpText}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
import NewChannelFlow from './new_channel_flow.jsx';
|
||||
import MoreDirectChannels from './more_direct_channels.jsx';
|
||||
import SearchBox from './search_bar.jsx';
|
||||
import SidebarHeader from './sidebar_header.jsx';
|
||||
import UnreadChannelIndicator from './unread_channel_indicator.jsx';
|
||||
import TutorialTip from './tutorial/tutorial_tip.jsx';
|
||||
@@ -586,7 +585,6 @@ export default class Sidebar extends React.Component {
|
||||
teamName={TeamStore.getCurrent().name}
|
||||
teamType={TeamStore.getCurrent().type}
|
||||
/>
|
||||
<SearchBox />
|
||||
|
||||
<UnreadChannelIndicator
|
||||
show={this.state.showTopUnread}
|
||||
|
||||
@@ -423,10 +423,11 @@ export default class ViewImageModal extends React.Component {
|
||||
onClick={this.props.onModalDismissed}
|
||||
>
|
||||
<div
|
||||
className={'image-wrapper ' + bgClass}
|
||||
className={'image-wrapper'}
|
||||
onClick={this.props.onModalDismissed}
|
||||
>
|
||||
<div
|
||||
className={bgClass}
|
||||
onMouseEnter={this.onMouseEnterImage}
|
||||
onMouseLeave={this.onMouseLeaveImage}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
|
||||
Ссылка в новой задаче
Block a user