You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have 2 different Context Providers around layouts: LayoutManagerProvider and LayoutProvider. LayoutManagerProvider includes state and functionality to manage the layouts and the metadata. LayoutProvider manages the on-screen layout (which hasnt been saved with metadata yet).
Work Required
move logic for loading, saving layout to useLayoutManager
delete use-layout-conifg
useLayoutManager should include:
saveLocation based on env variable
logic for loading and saving layouts and temp layout
Background
We currently have 2 different Context Providers around layouts: LayoutManagerProvider and LayoutProvider. LayoutManagerProvider includes state and functionality to manage the layouts and the metadata. LayoutProvider manages the on-screen layout (which hasnt been saved with metadata yet).
Work Required
useLayoutManager should include:
See PR for POC
The text was updated successfully, but these errors were encountered: