Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: FE Code Splitting #9466

Open
wants to merge 565 commits into
base: main
Choose a base branch
from
Open

chore: FE Code Splitting #9466

wants to merge 565 commits into from

Conversation

kavinvenkatachalam
Copy link
Collaborator

Splitted FE code into multiple chunks and loading it whenever the component is being used

johnsoncherian and others added 30 commits December 19, 2023 10:17
arpitnath and others added 27 commits April 8, 2024 10:57
renaming entities sets the references component value to default value
current state was not updating to latest state
removed/deleted render count hook [dev-testing purpose]
added referece mapping for future improvements also.
* fixes: returning or using reserved keywords in Query is crashing Need discussion on reserved keywords.

* fixes: on set/unset app and page variables correctly updatees the hints and references

* fixes: single line hinters do not resolve single line js code

* fixes: multiline code editor suggestion should popup as per content
This commit removes the use of handleLowPriorityWork with requestIdleCallback, which previously deferred state updates of draggable components to the browser's idle periods. This change ensures immediate state updates during drag-and-drop actions, providing a smoother and more responsive user experience.
* fix : Preview on parameters is not visible.

* fix : data source codehinter breaking

* fix : current value copy button.(copying different values)

* fix : select suggestions using mouse closes the preview box.

* fix : multiline preview

* fix: darkmode

* fixes:
- multi-line suggestions on different line numbers
- extended single line editor for json body

* cleanup

* handle multiple resolver references with hints

* fix : codehinter position

* fix : data source codehinters

* fix : woocommerce

* bugfix : bigquery

* fix : Selecting options from suggestion cleareing the values from  input fielsds.

* fix : parmeter list not opening

* datasource going back to defaults bug

* fix : datasource resetting issue

---------

Co-authored-by: arpitnath <arpitnath42@gmail.com>
@kavinvenkatachalam kavinvenkatachalam changed the title chore: Code Splitting chore: FE Code Splitting Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge wip Work in progeress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants