-
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
[Task]: Remove feature flags for App Sidebar #29232
Labels
IDE Navigation
Issues/feature requests related to IDE navigation, and context switching
IDE Pod
Issues that new developers face while exploring the IDE
IDE Product
Issues related to the IDE Product
Comments
hetunandu
added
IDE Product
Issues related to the IDE Product
IDE Navigation
Issues/feature requests related to IDE navigation, and context switching
IDE Pod
labels
Nov 30, 2023
— with
Slack
github-actions
bot
added
IDE Pod
Issues that new developers face while exploring the IDE
and removed
IDE Pod
labels
Nov 30, 2023
20 tasks
hetunandu
added a commit
that referenced
this issue
Feb 7, 2024
## 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 -->
brayn003
pushed a commit
that referenced
this issue
Feb 9, 2024
## 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 -->
sondermanish
pushed a commit
that referenced
this issue
Mar 6, 2024
## 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 -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
IDE Navigation
Issues/feature requests related to IDE navigation, and context switching
IDE Pod
Issues that new developers face while exploring the IDE
IDE Product
Issues related to the IDE Product
Now that App Sidebar is active for all users in the latest version of Appsmith, we should remove all the feature flagging code for this and make it GA
The text was updated successfully, but these errors were encountered: