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

[grid] improvement

* modifie UI for 'thumbnail' images
* added 'Tags'('Select Tags') for file
* show tags for tagged files
This commit is contained in:
llj
2019-07-02 14:35:35 +08:00
parent c24ecf8b50
commit 8d1eabc541
4 changed files with 61 additions and 6 deletions

View File

@@ -79,6 +79,7 @@ class DirGridView extends React.Component {
isDirentDetailShow={this.props.isDirentDetailShow}
onItemRename={this.props.onItemRename}
onAddFolder={this.props.onAddFolder}
onFileTagChanged={this.props.onFileTagChanged}
/>
</Fragment>
);