* fix: while duplicating the component, the component ID was sent to BE instead of entity ID
* Fixes: page duplication entity mappings
- On page duplication, after cloning of components and mapping to respectived ids, the references used inside the the new/cloned components's definition needs to be updated
* fixes: component crash on page deletion
---------
Co-authored-by: arpitnath <arpitnath42@gmail.com>
* fix: update canvas background color to default when the linked component is deleted
* chore: version bump
* Fix: Update keyword validation to handle reserved keywords accurately
- Refined validation logic to handle reserved keywords, ensuring that compound identifiers are not incorrectly flagged.
- Improved checks to allow valid code patterns like 'window.location.href' while blocking invalid usage of 'window'.
- Addressed all known cases, including those causing app or component crashes and previously non-working cases.
- Enhanced handling for both multiline and single line code validation.
* chore: removed console.log
* fixes: table actions events - with multiple events only the last event created was triggered
* fixes: returning circular deps crashes the app
* fix: added a debounce changes
---------
Co-authored-by: arpitnath <arpitnath42@gmail.com>
* fixes: child components on listView are not updating correctly
* bumped version
* Special handling for 'window' keyword in multiline code editors
- Updated validation logic to allow 'window.x' while treating standalone 'window' as a reserved keyword.
- Refined keyword matching to ensure keywords are not part of a string or a comment and are exact matches.
- Applied a hotfix to both CE-LTS and the latest non-LTS CE versions, effective by end of day.
- Note: This update is specifically for multiline code editors; single line editors will continue to support 'window.x' or any usage of 'window' as it breaks the app otherwise.
* fixes: update the query refs for failed query
* fixes: on form submit the children's data should be accessable from queries events
* fixes: event execution
* adds a debounce for form reset on submit
* for onPageLoad events, we need to execute the actions after the page is loaded
* chore: moved fetching gds and lds from low priority calls
* Refactor: Optimize state updates by removing component dependencies on current state to avoid trade-offs
* clean up
* run on page queries after on app load queries are done executing
page load queries should be triggered even if the one or all the app load queries fails
* performance improvements:
- reduced calling resolver functions upto 50% times for components' rendering
- moved to new resolver function for resolving component properties: which 100 times more efficient as utitlises hash table to resolve references and only uses recursive function for resolving JS code by inferring the query
- reduced re-rendering of Box component upto 50-60%
- app load time improved by 30% : as resolver function is more efficient and 50% reduction on rendering of Box.jsx
* chore: removed currentState dependency from SubContainer and QueryManager
* chore: removed useCurrentState from old kanban component
* chore: filtered `false` from componentToRender array to avoid unwanted re-renders when there is an update in a component
* fix: minor improvement on buildAppDef function
* [performance] removes current state dependency from resolvers (#9934)
* Removes current state from function calls of resolver functions
* clean up
* remoes lodash clone deep to more efficient clone deep or copying utitlity method
* ts files to js
* replaced setTimeout to debounce method of lodash for more efficient delayed invocation and yielding mechanism to reschedule large number of tasks
* fixes file path for deepclone method
* fixes import file path for utils helpers
* fixes import file path for utils helpers
* clean up
* fixes: listView's custom resolvers are not getting updated
* chore: moved lastUpdatedRef state from Editor to the subscription of relsoverStore
* fixes: re-rendering of box component for trigger back resolvers
* fix: removing the delay as the runJS updates are not reaching to the components. While start running the query we are updated the componentIds that needs to be rendered. After running the query the same IDs are updated and this is stopping the re-render of the component
* Reverting commit 583460c
* fix: Table search event was not firing while clearing the search input
* fixes: mapping entites on clone page
* commit: Fixed issue on running query on app load with confirmation
* fix: we're mutating the data and which avoids the re-render to update the canvas bg colour. Added a deepClone to avoid it
* Bugfix - perf mapping (#10101)
* fixes: entity for compnent or query duplications with events
* maxDisplayLength for hinter's preview
* clean up
* fix: when multiple components are deleted, the codehinter has the deleted component as suggestion
* fixes: on typing fast the cursor postion changes its postion to first char of the line in multiline JS
* trial
* fix: moved currentValue state of codemirror to ref
* fix: the passed value to the codehinter was not updated properly
---------
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
* fixes: evaluatin js code in codehinters with reserveed keyword
* fixes: reserved keywords string should be resolved and updated in the compnent
* re-rendering of componenrs in viewer
* fixes: resolving of refs
* added a timeout for filepicker
* removes 100s
* filepicker crashes (component) crash on page deleting
* fixes: app crash on adding file events
* fixes: hinter suggestions selection by keyboard
* [chore]: Show proper error message instead of app could not save (#10126)
* chore: show error message from BE instead of app could not save
* Added a fallback value
---------
Co-authored-by: arpitnath <arpitnath42@gmail.com>
* Added a fix for the blank page of the app url if the user is redirected from the invitation page
* Added workspace signup changes
* fix: could able to access sso only enabled workspace if switch b/w workspace after the flow completed
* fix: Getting something went wrong error when personal workspace is disabled
* Fix: logging with super-admin creds while ongoing session of another user making issue for a workspace switch
* fix: Resend workspace signup email is not working
* Added new changes to the resend-invite API
* Updating the source to invite while unarchiving the user
* Added forgot password fix (#447)
* Fixed import errors
* fixed invite flow sso error fallBack flow
---------
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
* Added variable background colors
* db navbar and select color changes
* fix : editor left sidebar color
* removed imports and added marketplace bg
* import and typo
---------
Co-authored-by: stepinfwd <stepinfwd@gmail.com>
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
* Revert previous styles for global small button
* Revert "Revert previous styles for global small button"
This reverts commit 313cf1161e.
* Removing comment and adding more previous style
* Add box shadow when navigating through keyboard