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

[tags] redesigned 'Tags' dialog

- redesigned 'tag color edit', 'tag name edit', 'tag delete'
This commit is contained in:
llj
2022-02-25 18:11:54 +08:00
parent 8862328958
commit 97da4f2b63
6 changed files with 242 additions and 91 deletions

View File

@@ -113,8 +113,6 @@ class DirTool extends React.Component {
repoID={repoID}
onListTagCancel={this.onCloseRepoTagDialog}
onCreateRepoTag={this.onCreateRepoTagToggle}
onUpdateRepoTag={this.onUpdateRepoTagToggle}
onListTaggedFiles={this.onListTaggedFileToggle}
/>
)}
{this.state.isCreateRepoTagShow && (