1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 04:10:47 +00:00

[library list] added 'plus' icon to the toggle of the dropdown menus at the end of the headings (#7400)

This commit is contained in:
llj
2025-01-21 11:26:56 +08:00
committed by GitHub
parent 458d783195
commit 798384a638
7 changed files with 33 additions and 5 deletions

View File

@@ -166,6 +166,7 @@ class MyLibraries extends Component {
<h3 className="sf-heading m-0">
{gettext('My Libraries')}
<SingleDropdownToolbar
withPlusIcon={true}
opList={[
{ 'text': gettext('New Library'), 'onClick': this.toggleCreateRepoDialog },
{ 'text': gettext('Deleted Libraries'), 'onClick': this.toggleDeletedReposDialog }