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

12.0 change search UI (#6168)

* 01 remove AI search

* 02 change normal search UI
This commit is contained in:
Michael An
2024-06-06 12:11:49 +08:00
committed by GitHub
parent a325328745
commit 4722d16be7
4 changed files with 120 additions and 104 deletions

View File

@@ -9,6 +9,7 @@ const propTypes = {
repoName: PropTypes.string.isRequired,
onSearchedClick: PropTypes.func.isRequired,
currentRepoInfo: PropTypes.object,
path: PropTypes.string,
};
class LibContentToolbar extends React.Component {
@@ -21,6 +22,7 @@ class LibContentToolbar extends React.Component {
</div>
<CommonToolbar
isLibView={true}
path={this.props.path}
repoID={this.props.repoID}
repoName={this.props.repoName}
currentRepoInfo={this.props.currentRepoInfo}