PromucFlow_constructor/app/client/src
rahulramesha 717b2c1610
feat: drag n drop and Container jump enhancements (#19047)
## Description

This PR includes Changes for Drag and drop Improvements, That includes,
- Resizing dragging widgets along Container edges.
- Initially resize widgets against Container/Droptarget widgets.
- While holding close to Container/Droptarget widgets for half a second,
start to reflow the widget.

Fixes #19139 
Fixes #12892


Media


https://user-images.githubusercontent.com/71900764/209154834-66acecbb-2df8-4598-86d5-4fe7843dd21b.mp4



## Type of change

- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)


## How Has This Been Tested?
- Manual
- Jest


### Test Plan
> Add Testsmith test cases links that relate to this PR

### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)


## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2023-01-06 22:27:40 +05:30
..
actions feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
api chore: send segment anonymous id (#19122) 2023-01-06 19:39:38 +05:30
assets chore: Updating the graphics for Access control upgrade page (#19154) 2022-12-23 13:39:36 +05:30
ce chore: send segment anonymous id (#19122) 2023-01-06 19:39:38 +05:30
components feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
constants feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
ee chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
enterprise
entities chore: send segment anonymous id (#19122) 2023-01-06 19:39:38 +05:30
globalStyles chore: use typography and getTypographyFromKey from the design-system (#18050) 2022-11-16 11:32:00 +07:00
icons
mockComponentProps
mockResponses
mocks
navigation fix: set soft focus for property pane inputs (#19009) 2022-12-16 22:52:47 +05:30
normalizers
pages feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
polyfills
reducers feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
reflow feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
resizable feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
sagas feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
selectors feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
templates
theme
transformers fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
utils feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
widgets chore: table widget cell tooltip should be calculated only on hover (#19056) 2023-01-04 10:01:14 +05:30
workers chore: ee clean up (#19475) 2023-01-06 17:32:08 +05:30
.gitignore
App.css
AppErrorBoundry.tsx
AppRouter.tsx chore: route change listener (#19090) 2022-12-26 07:10:09 +00:00
config.d.ts feat: Add type inference for redux's useSelector hook (#18257) 2022-11-28 08:13:17 +00:00
index.css fix: show more modal of a truncated text widget is flickering (#18888) 2022-12-14 13:43:43 +05:30
index.tsx chore: Navigation analytics (#18781) 2022-12-15 09:36:13 +05:30
LandingScreen.tsx feat: Branding (#18717) 2022-12-09 20:13:47 +05:30
react-app-env.d.ts
RouteBuilder.ts feat: Command Click for nested properties (#19004) 2022-12-26 10:49:02 +05:30
RouteChangeListener.tsx chore: route change listener (#19090) 2022-12-26 07:10:09 +00:00
RouteParamsMiddleware.ts feat: New settings pane (#16361) 2022-12-02 11:19:51 +05:30
serviceWorker.js fix: Log ChunkLoadError on Sentry only after 3rd failure (#18196) 2022-11-18 09:33:23 +00:00
store.ts fix: geolocation api callbacks are not called (#18235) 2022-11-30 16:08:15 +05:30
wdyr.ts