PromucFlow_constructor/app/client/src/widgets/ListWidget
Pranav Kanade a1ba69adfc
feat: draggable comment pins (#6742)
* made inline comment pins draggable and added wrapper around overlay comments wrapper

* moved drag hook to pin

* can drag on canvas

* Properly updating the thread to be able to properly move the pin

* always passing the ref to container

* updating BE to save the new pins position

* minor fix

* changed a file name

* minor improvement to fix unit test

* fix, updated dragging reducer function to not expect appId

* removing unrelated change

* added drag and drop for comment pins without react dnd

* updated unit tests

* minor fix

* added a grab pointer and minor offset when user moves the pin

* removed unnecessary store states

* moved drop from onDragEnd to onDrop to reset everything.

* using state selector and dispatch hook

* removed use of anchor widget

* removed pointer change from comments wrapper

* verifying if current pin is being dragged

* updated action creator name

* moved dragging in comments reducer.

* using dragging thread id from store itself

* using relative positioning of pointer to predict the location of pin

* unit test cases fixed

* minor fix

* removed the dependency of off set from callback
2021-08-27 14:27:18 +05:30
..
derived.js Fix: List Widget issues (#6226) 2021-08-09 11:05:01 +05:30
derived.test.js Fix: List Widget issues (#6226) 2021-08-09 11:05:01 +05:30
index.tsx [Feature] Grid Widget (#2389) 2021-04-23 11:13:13 +05:30
ListComponent.tsx Widget Grouping Context Menu (#5284) 2021-07-08 12:00:19 +05:30
ListPagination.tsx Fix: List Widget crashes on null empty object in data (#4349) 2021-05-27 12:11:38 +05:30
ListPropertyPaneConfig.ts Tern server performance fix and Best match fix (#6338) 2021-08-04 11:04:44 +05:30
ListWidget.test.tsx feat: draggable comment pins (#6742) 2021-08-27 14:27:18 +05:30
ListWidget.tsx fix: List Item de-selection and empty state on deploy mode (#6871) 2021-08-25 15:56:45 +05:30
parseDerivedProperties.ts List Widget Phase 2 (#4189) 2021-06-18 13:12:57 +05:30