feat: support for view management (#2892)

This commit is contained in:
3720
2023-06-30 13:40:00 +08:00
committed by Alex Yang
parent 48e33e2d73
commit c60648ce9b
45 changed files with 1936 additions and 477 deletions
@@ -51,7 +51,7 @@ const AllPage: NextPageWithLayout = () => {
}}
/>
<PageList
view={setting.currentView}
collection={setting.currentCollection}
onOpenPage={onClickPage}
blockSuiteWorkspace={currentWorkspace.blockSuiteWorkspace}
/>