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

Library view more menu (#7806)

* [library view] added the 'More' menu('more' operations for the current library)

* add monitored field when get repo info

---------

Co-authored-by: lian <imwhatiam123@gmail.com>
This commit is contained in:
llj
2025-05-12 16:54:52 +08:00
committed by GitHub
parent feccf82d97
commit 00119b4e6b
18 changed files with 445 additions and 54 deletions

View File

@@ -223,7 +223,6 @@ class RepoItem extends React.Component {
let errMessage = Utils.getErrorMsg(error);
toaster.danger(errMessage);
});
this.toggleTransfer();
};
render() {