Ravi Kumar Prasad
eb0c93e0e0
feat: Add type inference for redux's useSelector hook ( #18257 )
...
Add type inference for redux's useSelector hook
- Used module augmentation of TS to override the default root state interface
- Replaced custom hook with redux's useSelector
- It brings consistency as at a lot of places in the codebase we're using only the redux's useSelector
2022-11-28 08:13:17 +00:00
Satish Gandham
a706ad3160
perf: Widget layer optimization ( #16502 )
...
* Widget layer optimization
Fix positioned and snipeable component wasted renders
* Some cleanup
* - Few more rough optimization
* Remove console logs
* Clean imports
* Prevent wasted renders of draggable component.
* Add new selector
* - Some code reorganization
- Reduce wasted renders of resizable component
* Clean up positioned container
* Final clean up
* Remove unused import
* Some cleanup based on review comments
* Some code refactoring
* Reduce wasted renderes when dragging and resizing
* Remove stray imports
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-09-14 12:25:08 +05:30
Sangeeth Sivan
e9d719103c
chore: code split sagas and reducer's index file ( #16261 )
...
* chore: code split sagas and reducers index file
* fix: update imports
* chore: remove acl reducers file on ce
* fix: code split reducers properly
* chore: remove unnecessary import
* chore: split root sagas file
2022-08-24 17:46:32 +05:30
Abhinav Jha
b49f5097c6
refactor: Widget Development API ( #6405 )
2021-09-09 20:40:22 +05:30
Ashok Kumar M
f19ebbafe9
[Feature] Widget grouping - Allow Drag and Drop of multiple widgets. ( #5389 )
...
* dip
* dip
* scroll
* fixes
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* dip
* solve for canvas glitches
* dip
* dip
* dip
* adjust scroll speed
* dip
* dip(code clean up)
* dip
* dip
* ---dip
* dip
* dip
* dip
* middle ware for dropping multiple widgets.
* adding scroll to drag for canvas selection.
* fixing drag disabled and modal widget(detach from layout) drops
* firefox and safari fixes
* rebase conflicts.
* fixing broken specs.
* fixing specs and adding jest tests.
* show border and disable resize when multiple widgets are selected.
* selection box grab cursor
* merge conflicts.
* code clean up
* fixing specs.
* fixed a bug and failed specs.
* fixing rerenders.
* code clean up
* code review comments
* always have the drag point inside the widget.
* fetching snap spaces instead of calculating.
* remove widget_move action
* fixing bugs with add widget parent height updation.
* fixing specs.
* List widget conflict fixes.
* fixing canvas drop persistence.
* Adding click to drag for modals and fixing few issues.
2021-08-12 11:15:38 +05:30