1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

feat: metadata gallery view (#6727)

* feat: metadata gallery view

* feat: update code

* feat: update code

* feat: update code

---------

Co-authored-by: 杨国璇 <ygx@192.168.1.4>
This commit is contained in:
杨国璇
2024-09-08 12:16:33 +08:00
committed by GitHub
parent 4c295bc38c
commit 4ccd0f3477
19 changed files with 412 additions and 153 deletions

View File

@@ -550,6 +550,8 @@ class LibContentView extends React.Component {
content: '',
viewId: '',
isDirentDetailShow: false
}, () => {
this.showDir('/');
});
};