postgres-new icon indicating copy to clipboard operation
postgres-new copied to clipboard

Add Workspace wrapper to components

Open Mike-FreeAI opened this issue 1 year ago • 0 comments
trafficstars

Implement mobile support for the application.

  • Workspace Component: Update Workspace component to accept children prop and render children inside the component.
  • Layout Component: Wrap the returned JSX with Workspace component and pass databaseId and visibility props to Workspace.
  • Sidebar Component: Wrap the returned JSX with Workspace component and pass databaseId and visibility props to Workspace.
  • Chat Component: Wrap the returned JSX with Workspace component and pass databaseId and visibility props to Workspace.

Mike-FreeAI avatar Aug 13 '24 13:08 Mike-FreeAI