postgres-new
postgres-new copied to clipboard
Add Workspace wrapper to components
trafficstars
Implement mobile support for the application.
- Workspace Component: Update
Workspacecomponent to acceptchildrenprop and renderchildreninside the component. - Layout Component: Wrap the returned JSX with
Workspacecomponent and passdatabaseIdandvisibilityprops toWorkspace. - Sidebar Component: Wrap the returned JSX with
Workspacecomponent and passdatabaseIdandvisibilityprops toWorkspace. - Chat Component: Wrap the returned JSX with
Workspacecomponent and passdatabaseIdandvisibilityprops toWorkspace.