-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: AppIDE Folder Structure #39165
Conversation
Important Review skippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 81 files out of 244 files are above the max files limit of 100. Please upgrade to Pro plan to get higher limits. You can disable this status message by setting the 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 using PR comments)
Other keywords and placeholders
Documentation and Community
|
import { JsFileIconV2 } from "pages/Editor/Explorer/ExplorerIcons"; | ||
import { SEARCH_ITEM_TYPES } from "components/editorComponents/GlobalSearch/utils"; | ||
|
||
export const useGroupedAddJsOperations = (): GroupedAddOperations => { |
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.
nit: Doesn't seem like this is a hook, maybe this should be moved to a constants or a util.
@@ -0,0 +1,7 @@ | |||
import type { ReactElement } from "react"; | |||
|
|||
function MissingModuleNotification(): ReactElement | null { |
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.
I think, there should be a to do explaining the intention behind the component.
import DatasourceBlankState from "pages/Editor/DataSourceEditor/DatasourceBlankState"; | ||
import DatasourceForm from "pages/Editor/SaaSEditor/DatasourceForm"; | ||
|
||
export const MainPaneRoutes = (path: string) => [ |
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.
Generally we don't use capitalized naming for util functions to differentiate them from classes/components (same for QueryEditorRoutes
).
import { lazy } from "react"; | ||
import { retryPromise } from "utils/AppsmithUtils"; | ||
|
||
export const FirstTimeUserOnboardingChecklist = lazy(async () => |
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 the naming could be a bit better here.
# Conflicts: # app/client/src/pages/Editor/JSEditor/AppJSEditorContextMenu.tsx
…ore/app-ide-structure
Description
Updates the folder structure and file breakup according to the new IDE folder structure
Fixes #39048
Fixes #39049
Fixes #39051
Automation
/ok-to-test tags="@tag.All"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/13352717132
Commit: 54cd1a3
Cypress dashboard.
Tags:
@tag.All
Spec:
Sun, 16 Feb 2025 08:44:30 UTC
Communication
Should the DevRel and Marketing teams inform users about this change?