mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 11:51:27 +00:00
Change edit tags dialog UI (#5655)
* fix warnings * 01 tags icon always show * 02 tag list footer UI * 03 change select color popover style * 04 Add virtual tag * 05 handle key event * 06 add createRepoTags API * 07 optimize codes * 08 optimize codes * optimize python code * change create tags success callback --------- Co-authored-by: wang <40563566+loveclever@users.noreply.github.com>
This commit is contained in:
@@ -48,8 +48,8 @@ const propTypes = {
|
||||
onAddFolder: PropTypes.func.isRequired,
|
||||
showDirentDetail: PropTypes.func.isRequired,
|
||||
onItemRename: PropTypes.func.isRequired,
|
||||
posX: PropTypes.number.isRequired,
|
||||
posY: PropTypes.number.isRequired,
|
||||
posX: PropTypes.number,
|
||||
posY: PropTypes.number,
|
||||
};
|
||||
|
||||
class DirentGridView extends React.Component {
|
||||
|
Reference in New Issue
Block a user