1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

Large catalog optimization

This commit is contained in:
zxj96
2019-04-22 18:34:36 +08:00
parent 19a6f20098
commit 002c3a0dcc
4 changed files with 86 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ const propTypes = {
showShareBtn: PropTypes.bool.isRequired,
showDirentDetail: PropTypes.func.isRequired,
onAddFolder: PropTypes.func.isRequired,
onFileTagChanged: PropTypes.func,
};
class DirGridView extends React.Component {
@@ -53,6 +54,7 @@ class DirGridView extends React.Component {
draftCounts={this.props.draftCounts}
usedRepoTags={this.props.usedRepoTags}
updateUsedRepoTags={this.props.updateUsedRepoTags}
onFileTagChanged={this.props.onFileTagChanged}
/>
)}
<DirentGridView