PromucFlow_constructor/app/client/test
balajisoundar bacb77a352
chore: Render below the fold widget components when browser is idle using Intersection Observer (#18747)
## Description
In order to improve the first load of the applications, now we're only
rendering the widget components that are [above the
fold](https://en.wikipedia.org/wiki/Above_the_fold#In_web_design) right
away and rendering the other widget components whenever the browser is
idle. This decreases the amount of time it takes before the first paint
on the screen.

This is getting shipped behind a feature flag!
2023-02-08 16:53:39 +05:30
..
__mocks__ feat: adding new api for release items (#18966) 2023-01-11 11:08:20 +05:30
factories refactor: Widget Selection (#19643) 2023-01-28 07:47:06 +05:30
customQueries.js Add support of component unit testing (#3828) 2021-04-02 15:17:16 +05:30
sagas.ts refactor: Widget Selection (#19643) 2023-01-28 07:47:06 +05:30
setup.ts chore: Render below the fold widget components when browser is idle using Intersection Observer (#18747) 2023-02-08 16:53:39 +05:30
testCommon.ts refactor: Widget Selection (#19643) 2023-01-28 07:47:06 +05:30
testMockedWidgets.tsx fix: response table misalignment (#16267) 2022-09-01 19:28:56 +05:30
testUtils.tsx chore: update Styled components to latest version and related cleanup (#19284) 2023-01-13 16:35:59 +05:30