1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 01:12:03 +00:00

Wiki mode improve (#3100)

* repair internal link bug

* add tags for path

* add share&editTag feature

* add related-file for column-mode

* repair edit tag bug

* update implement logic
This commit is contained in:
杨顺强
2019-03-15 10:10:24 +08:00
committed by Daniel Pan
parent 81c131ba07
commit 7502ce83df
7 changed files with 288 additions and 49 deletions

View File

@@ -13,6 +13,7 @@ const propTypes = {
pathPrefix: PropTypes.array,
isViewFile: PropTypes.bool,
updateUsedRepoTags: PropTypes.func.isRequired,
fileTags: PropTypes.array.isRequired,
};
class CurDirPath extends React.Component {
@@ -28,6 +29,7 @@ class CurDirPath extends React.Component {
onTabNavClick={this.props.onTabNavClick}
repoID={this.props.repoID}
isViewFile={this.props.isViewFile}
fileTags={this.props.fileTags}
/>
<DirTool
repoID={this.props.repoID}