Rahul Barwal
Rahul Barwal
## Description * Fork within application, this needs 2 things: * Load the workspaceList even when we have setModalClose variable set * When fork is successful, on the next page...
## Description We have `Fork` and `Duplicate` options which essentially do the same thing, the former one provides us more flexibility, hence we are removing the `Duplicate` option completely from...
* Name of our DB must accurately represent its intend and should not be confusing to our users. * We also have to ensure after update existing apps don't break....
## Description Additonally this pull request removes the unnecessary checks inside the Onboarding component by importing the `isDraggingBuildingBlockToCanvas` function from `selectors/buildingBlocksSelectors` and using it to determine if any building blocks...
One of the feedback we received was around performance of drag and drop of Building blocks. Here is a list of ideas to try out: - [x] Add instrumentation to...
Noticed a weird resizing bug when I have side by side enabled: Not sure whom to tag. tagging you, since I saw some changes in `StickyCanvasArena.tsx` file. [Slack Message](https://theappsmith.slack.com/archives/CPG2ZTXEY/p1715580392427459?thread_ts=1715580392.427459&cid=CPG2ZTXEY)
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description This came up when I was working on [ticket](https://github.com/appsmithorg/appsmith/pull/24192), where we want...
I noticed that we are calling the API GET `/api/v1/app-templates/{templatedId}` when any template is opened in a preview mode. But the get All active templates `api/v1/app-templates` which is used for...
We fixed duplicate naming here: https://github.com/appsmithorg/appsmith/issues/30291 * We have to ensure that bindings get updated according to renamings.
## Description Add dynamic property path for sourceData in SelectWidget. Fixes #34568 _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check...