-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Description
We want to have a single Vue store which tracks the entire "lifetime" of projects opened by user, which also includes all project-specific stores (project, graph, projectNames, widgetRegistry etc.) being created when project reached "opened" state.
With that single project list, we should be able to display hybrid project tab immediately (without waiting for download). If possible, also show the proper name immediately.
As a result, we should also remove Editor.tsx
react layer between AppContainer and ProjectView.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🔧 Implementation