PromucFlow_constructor/app/client/src/utils/hooks
Pawan Kumar 7c9135f945
fix: Canvas jitters on page refresh on an application where widgets don't occupy the entire width of the canvas (#13917)
* fixes the flicker of widgets

* fix jest test

* fix use dynamic app layout jitter issue

* fix use dynamic app layout jitter issue

* remove unecessary dispatch

* remove unecessary dispatch
2022-05-26 10:22:55 +05:30
..
dragResizeHooks.tsx feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
localstorage.tsx
useAllowEditorDragToSelect.ts feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
useAutoGrow.tsx fix: added missed analytic events for git sync (#10953) 2022-02-08 21:46:16 +05:30
useCanvasMinHeightUpdateHook.ts fix: trigger consuming previous evaluated values (#13084) 2022-05-25 15:16:14 +05:30
useClick.tsx
useClickToSelectWidget.tsx feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
useClipboard.tsx
useDeepEffect.test.ts feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
useDeepEffect.ts feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
useDeviceDetect.ts feat: Homepage mobile UI (#10255) 2022-02-17 22:08:36 +05:30
useDynamicAppLayout.tsx fix: Canvas jitters on page refresh on an application where widgets don't occupy the entire width of the canvas (#13917) 2022-05-26 10:22:55 +05:30
useGoogleFont.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
useHorizontalResize.tsx use clientWidth instead of getBoundingClientRect 2022-02-21 22:11:50 +05:30
useIsScrolledToBottom.tsx Comments feature related fixes (#6156) 2021-07-28 12:32:11 +05:30
useOnClickOutside.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
useOrg.tsx Update comments onboarding tour (#5903) 2021-07-16 14:01:26 +05:30
usePositionedContainerZIndex.ts refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
useProceedToNextTourStep.tsx Update comments onboarding tour (#5903) 2021-07-16 14:01:26 +05:30
useReflow.ts feat: Container Jump Improvements and Code for tracking Container Jumps (#12686) 2022-04-13 20:27:44 +05:30
useResize.tsx feat: Entity explorer pages section resize (#13576) 2022-05-16 12:09:32 +05:30
useResizeObserver.tsx feat: js object v1 run and settings redesign (#11456) 2022-04-28 17:51:02 +01:00
useScript.tsx
useThrottledRAF.ts
useWidgetSelection.ts
useWindowDimensions.tsx