appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.66k stars 3.75k forks source link

Create a common container component with styles #37609

Open ankitakinger opened 1 day ago

ankitakinger commented 1 day ago

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