mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
12.0 change app structure (#6335)
* 01 change app structure * 02 change setting page * 03 optimize header style * 04 change app mobile side panel logo
This commit is contained in:
@@ -14,7 +14,6 @@ import ShareLinkPermissionSelect from '../../components/dialog/share-link-permis
|
||||
import ShareAdminLink from '../../components/dialog/share-admin-link';
|
||||
import SortOptionsDialog from '../../components/dialog/sort-options';
|
||||
import CommonOperationConfirmationDialog from '../../components/dialog/common-operation-confirmation-dialog';
|
||||
import TopToolbar from '../../components/toolbar/top-toolbar';
|
||||
import Selector from '../../components/single-selector';
|
||||
import SingleDropdownToolbar from '../../components/toolbar/single-dropdown-toolbar';
|
||||
|
||||
@@ -363,11 +362,6 @@ class Item extends Component {
|
||||
|
||||
Item.propTypes = itemPropTypes;
|
||||
|
||||
const propTypes = {
|
||||
onShowSidePanel: PropTypes.func.isRequired,
|
||||
onSearchedClick: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
const PER_PAGE = 25;
|
||||
|
||||
class ShareAdminShareLinks extends Component {
|
||||
@@ -540,11 +534,6 @@ class ShareAdminShareLinks extends Component {
|
||||
render() {
|
||||
return (
|
||||
<Fragment>
|
||||
<TopToolbar
|
||||
onShowSidePanel={this.props.onShowSidePanel}
|
||||
onSearchedClick={this.props.onSearchedClick}
|
||||
>
|
||||
</TopToolbar>
|
||||
<div className="main-panel-center">
|
||||
<div className="cur-view-container">
|
||||
<div className="cur-view-path share-upload-nav">
|
||||
@@ -600,6 +589,4 @@ class ShareAdminShareLinks extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
ShareAdminShareLinks.propTypes = propTypes;
|
||||
|
||||
export default ShareAdminShareLinks;
|
||||
|
Reference in New Issue
Block a user