Create a common component with styles that defines the wrapper for the Explorer on the left. It should not have any logic or any UI as children pre-defined. Children should come as props.
We need to remove the ideViewMode checks in styles and get the values for borderRight and width from props.
Create a common component with styles that defines the wrapper for the Explorer on the left. It should not have any logic or any UI as children pre-defined. Children should come as props.
We need to remove the ideViewMode checks in styles and get the values for borderRight and width from props.
Component: https://github.com/appsmithorg/appsmith/blob/release/app/client/src/pages/Editor/IDE/EditorPane/Explorer.tsx