PromucFlow_constructor/app/client/src/constants
Vemparala Surya Vamsi ec922d1366
chore: send diff updates from worker (#24933)
## Description

- Optimisation around evaluation updates to the state
- Updates generation logic moved from main thread to worker thread
- The diff between previous state and next state is less exacting to
limit the number of updates
- Logic to compress similar updates to reduce the diff updates sent from
worker thread to main thread
- Memoisation fixes and some selector optimisation for improved
performance.

#### PR fixes following issue(s)
Fixes #24866

#### Type of change
- Chore (housekeeping or task changes that don't impact user perception)

## Testing
>
#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [x] Manual
- [x] Jest
- [ ] Cypress
>
>
#### 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
- [ ] 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
- [ ] 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:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed
2023-08-16 11:04:32 +05:30
..
ApiEditorConstants fix: Disable run button when there are empty fields (#24031) 2023-06-08 14:39:19 +05:30
AppsmithActionConstants fix: Improve evaluated url experience (#24301) 2023-06-13 15:49:46 +01:00
defs chore: Format files to match prettier rules and exclude third-party files (#21586) 2023-03-20 19:04:31 +05:30
routes chore: improve eslint rules (#26056) 2023-08-07 15:38:48 +03:00
AppConstants.ts feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
BindingsConstants.ts revert: Reverting PR 23245 as regex is using lookbehind which is not … (#24306) 2023-06-12 13:01:29 +05:30
CanvasEditorConstants.tsx feat: peek overlay (#20053) 2023-02-17 21:33:34 +05:30
collectionsConstants.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
Colors.tsx feat: Add widget responsiveness and conversion algorithm (#21386) 2023-04-07 09:51:35 -04:00
componentClassNameConstants.ts fix: clickable containers in the List widget (#21987) 2023-04-14 14:55:44 +01:00
Currency.tsx feat: Added Vanuatu Vatu to currency list (#16121) 2022-08-25 17:17:03 +05:30
Datasource.ts feat: For movies mock db, query should be populated with default values (#25403) 2023-07-24 17:32:50 +05:30
DatasourceEditorConstants.ts
DefaultTheme.tsx feat: activation phase 1 (#25126) 2023-07-12 12:12:16 +05:30
DocumentationLinks.ts chore: Sunset Omnibar Documentation and Snippets (#24787) 2023-06-30 15:51:08 +05:30
Explorer.ts fix: hide explorer menu on scroll (#15537) 2022-08-16 14:18:47 +05:30
FieldExpectedValue.ts
Fonts.tsx fix: Visual changes to code inside appsmith (#22652) 2023-05-11 23:08:10 +05:30
GitErrorCodes.ts feat: Error handling phase 1 (#20629) 2023-02-18 18:25:46 +05:30
HelpConstants.ts feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
IconConstants.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
ImagesURL.ts feat: util to serve images locally or via remote url (#22080) 2023-04-10 12:32:31 +05:30
ISDCodes_v2.tsx
ISDCodes.tsx
KeyboardShortcuts.ts
Layers.tsx fix: Added an Indice.Layer to the Border and Indicator of the Guided … (#25585) 2023-07-24 15:43:55 +05:30
minWidthConstants.ts feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
ProductUpdate.ts feat: added api to return 1 product message (#24704) 2023-07-18 13:03:18 +05:30
PropertyControlConstants.tsx chore: Make use of widget methods to get binding properties in sniping mode (#25429) 2023-07-26 11:08:11 +05:30
providerConstants.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
QueryEditorConstants.ts feat: For movies mock db, query should be populated with default values (#25403) 2023-07-24 17:32:50 +05:30
Regex.ts fix: display name validation (client) (#22938) 2023-05-04 18:29:57 +05:30
routes.test.ts chore: code changes to support clean urls v2 (#14757) 2022-07-11 09:36:29 +05:30
serverAssets.ts fix: oracle icon path (#22986) 2023-05-08 12:53:55 +05:30
StyleConstants.tsx
ThemeConstants.tsx chore: add color validation + native color picker (#25355) 2023-08-07 11:55:10 +03:00
ThirdPartyConstants.tsx chore: Removing feature flag for SCIM (#25742) 2023-07-28 13:35:55 +05:30
typography.ts
userConstants.ts feat: added intercom consent (one time consent) in CE (#22678) 2023-04-29 01:30:15 +05:30
WalkthroughConstants.ts feat: multiple highlight area in walkthrough, corrected walkthrough events for each feature (#25520) 2023-07-27 18:30:23 +05:30
WebsocketConstants.tsx
WidgetConstants.tsx chore: Add sourceData of select and multi select widgets to dynamiPro… (#26308) 2023-08-15 12:28:42 +05:30
WidgetValidation.ts chore: send diff updates from worker (#24933) 2023-08-16 11:04:32 +05:30