-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Make App Sidebar Generally Available #30923
Conversation
WalkthroughWalkthroughThe changes primarily focus on removing feature flags related to the App Sidebar, consolidating certain actions for simplicity, and refining the UI/UX by adjusting the rendering logic and component dependencies. This includes the removal of conditional rendering based on sidebar feature flags, simplification of routes and component logic, and streamlining the overall codebase by eliminating outdated or redundant code related to the App Sidebar feature now made generally available. Changes
Assessment against linked issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
@@ -178,6 +171,13 @@ describe("Entity Explorer tests", () => { | |||
<WidgetsEditorEntityExplorer /> | |||
</MockPageDSL>, | |||
); | |||
const widgetsTree: any = component.queryByText("Widgets", { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a unnecessary change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is for the older Entity explorer and here it needs to expand the tree
/build-deploy-preview skip-test=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/7810335894. |
Deploy-Preview-URL: https://ce-30923.dp.appsmith.com |
## Description Makes App Sidebar Generally Available - Removes any feature flag control for App Sidebar - Removes any older functionalities to handle non App Sidebar IDE versions like: - App Settings having an open or close state - Entity Explorer ability to be hidden - Removes the announcement for App Sidebar #### PR fixes following issue(s) Fixes #29232 #### Type of change - Chore (housekeeping or task changes that don't impact user perception) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Streamlined component logic by consolidating functions and removing unnecessary dependencies. - Simplified rendering and logic flow in various editor components for improved user experience. - **Style** - Enhanced styling and layout in the app settings pane and editor sidebar components. - **Chores** - Improved code maintainability by cleaning up unused imports, variables, and functions. - **Bug Fixes** - Addressed UI inconsistencies by removing deprecated feature flags and adjusting component behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
## Description Makes App Sidebar Generally Available - Removes any feature flag control for App Sidebar - Removes any older functionalities to handle non App Sidebar IDE versions like: - App Settings having an open or close state - Entity Explorer ability to be hidden - Removes the announcement for App Sidebar #### PR fixes following issue(s) Fixes #29232 #### Type of change - Chore (housekeeping or task changes that don't impact user perception) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Streamlined component logic by consolidating functions and removing unnecessary dependencies. - Simplified rendering and logic flow in various editor components for improved user experience. - **Style** - Enhanced styling and layout in the app settings pane and editor sidebar components. - **Chores** - Improved code maintainability by cleaning up unused imports, variables, and functions. - **Bug Fixes** - Addressed UI inconsistencies by removing deprecated feature flags and adjusting component behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Description
Makes App Sidebar Generally Available
PR fixes following issue(s)
Fixes #29232
Type of change
Summary by CodeRabbit