mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 16:17:02 +00:00
add context menu for libraries list (#6909)
* add context menu for libraries list * support context menu on grid mode * optimize code --------- Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -138,6 +138,7 @@ class PublicSharedView extends React.Component {
|
||||
{(!this.state.isLoading && this.state.repoList.length === 0) && emptyTip}
|
||||
{(!this.state.isLoading && this.state.repoList.length > 0) &&
|
||||
<SharedRepoListView
|
||||
key='public-shared-view'
|
||||
libraryType={this.state.libraryType}
|
||||
repoList={this.state.repoList}
|
||||
sortBy={this.state.sortBy}
|
||||
|
Reference in New Issue
Block a user