1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +00:00

Face recognition top toolbar (#8180)

* [metadata] 'face recognition' view: add a top toolbar for the selected photo(s)

* [metadata] 'face recognition' view: update for 'add photos to group'

* [metadata] 'face recognition' view: update for the top toolbar
This commit is contained in:
llj
2025-08-30 17:48:41 +08:00
committed by GitHub
parent 5fc2c9f3e6
commit fe6f814bdc
9 changed files with 229 additions and 50 deletions

View File

@@ -2473,7 +2473,13 @@ class LibContentView extends React.Component {
})}>
{isDirentSelected ? (
currentMode === TAGS_MODE || currentMode === METADATA_MODE ? (
<MetadataPathToolbar repoID={repoID} repoInfo={currentRepoInfo} mode={currentMode} path={path} viewId={viewId} />
<MetadataPathToolbar
repoID={repoID}
repoInfo={currentRepoInfo}
mode={currentMode}
path={path}
viewId={viewId}
/>
) : (
<SelectedDirentsToolbar
repoID={this.props.repoID}