feat: show the workspace list on top-left corner (#4799)

This commit is contained in:
Lucas.Xu
2024-03-04 09:43:00 +07:00
committed by GitHub
parent 63464cbf2e
commit 90146148b6
31 changed files with 922 additions and 250 deletions

View File

@ -195,7 +195,7 @@ pub enum UserEvent {
#[event(input = "ImportAppFlowyDataPB")]
ImportAppFlowyDataFolder = 41,
#[event(output = "CreateWorkspacePB")]
#[event(input = "CreateWorkspacePB", output = "UserWorkspacePB")]
CreateWorkspace = 42,
#[event(input = "UserWorkspaceIdPB")]