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

Feature/sidepanel in search result (#7844)

* show sidepanel in search result

* show metadata details

* show library details

* optimize

* optimize

* optimize

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-05-28 21:29:46 +08:00
committed by GitHub
parent 1ef68b2a9c
commit 9f64c3ab8f
24 changed files with 364 additions and 39 deletions

View File

@@ -126,11 +126,10 @@ export const MetadataStatusProvider = ({ repoID, repoInfo, hideMetadataView, sta
if (isLoading) {
return (
<div style={{ width: '300px' }}>
<div className="metadata-status-loading-container">
<Loading/>
</div>
);
}
return (