Commit graph

336 commits

Author SHA1 Message Date
Muhsin Shah C P
f3da972089
Feature: Restrict version rename for git-sync orgs (#16370)
* feat: gate version rename restrictions behind git sync; restore non-git-sync behavior

- Add useGitSyncConfig() hook as shared source of truth for isGitSyncEnabled
  and defaultBranch (reads orgGit store, uses correct github_branch field)
- VersionDropdownItem: show branch name as display name for git-sync drafts;
  show fixed description "Latest commit to main will appear here" for git-sync
  drafts; hide "Edit details" only when git sync is ON (non-git-sync keeps
  original cursor/tooltip/disabled behavior for module versions)
- VersionSwitcherButton: header shows "Draft" (not branch name) for git-sync
  draft versions
- VersionManagerDropdown: source isGitSyncEnabled from hook; render
  EditVersionModal only for non-git-sync workspaces
- CreateDraftVersionModal: show version name input only for non-git-sync;
  set fixed draft name (branch name) and description when git sync is ON;
  replace appGit-based effect with useGitSyncConfig hook
- CreateVersionModal: blank name/description pre-fill when git sync ON; fix
  TDZ by moving effectiveIsBranchingEnabled after useStore block; add git-ref
  character validation for git-sync-enabled orgs
- service.ts: block name/description edits on PUBLISHED versions only when
  org-level git sync is enabled (non-git-sync orgs retain edit capability)

* feat: add immutability warning banner to Save version modal for git-sync orgs

Adds an inline info banner "Name and description cannot be edited after saving"
below the description field when git sync is enabled, matching the Figma design.

* fix: move immutability warning banner to top of Save version modal body

Figma (node 2091-172093) shows the banner above the version name input,
not below the description field.

* fix: improve error message for invalid version names in CreateVersionModal

* feat: enforce version name validation across modals and DTOs

* feat: add validation for version names to prevent spaces and special characters

* feat: refactor version selection logic in CreateVersionModal for improved clarity

* feat: enhance version name validation and update API request format

* Fixed draft version case

---------

Co-authored-by: Yukti Goyal <yuktigoyal02@gmail.com>
Co-authored-by: YuktiGoyal02 <100783212+YuktiGoyal02@users.noreply.github.com>
2026-05-19 10:48:09 +05:30
Shubham Gupta
71f2a0503f Revert "chore(ui): improve English UI strings for clarity and professionalism"
This reverts commit 6289ac96c7.
2026-04-01 20:13:33 +05:30
Shubham Gupta
6289ac96c7 chore(ui): improve English UI strings for clarity and professionalism
Audit and rewrite of all user-facing English strings across the frontend
to be clear, concise, and enterprise-grade. Changes include removing
informal language (Kindly, Oops, Do you really), fixing inconsistent
casing, tightening wordy copy, standardising administrator over admin,
spelling out abbreviations (Authentication vs Auth), and adding
missing articles, punctuation, and proper sentence structure.
2026-04-01 20:10:12 +05:30
Johnson Cherian
337d201f3e
Merge pull request #15435 from ToolJet/feat/re-run-query
feat: add support for running queries on dependency changes
2026-03-27 12:52:29 +05:30
Nithin David Thomas
645b23b709
feat: Creates a file button widget for appbuilder (#15506)
* docs: add FileButton widget PRD

* feat: enhance FileButton widget with improved styling and functionality

* feat: remove 'SemiBold' option from FileButton widget configuration

* feat: add FileButton to base component properties and refactor styling logic

* Remove 'FileButton' from RevampedComponents list

* Delete docs/plans/2026-03-10-filebutton-widget-prd.md

* Update FileButton color properties to use new surface color variables

* feat: enhance FileButton styling and color computation logic

* fix: update IconX color to use computedLabelColor for better styling

* feat: add FileButton to NEW_WIDGETS and update content alignment to center

* Removed hover background color

---------

Co-authored-by: Shaurya Sharma <shaurya064@gmail.com>
2026-03-23 13:12:02 +05:30
manishkushare
21b79b8d1b feat: add support for running queries on dependency changes 2026-03-05 10:34:34 +05:30
manishkushare
1c381140ab Merge remote-tracking branch 'origin/lts-3.16' into feat/navigation-component 2026-02-20 00:39:06 +05:30
manishkushare
df6e45f756 Merge remote-tracking branch 'origin/lts-3.16' into feat/navigation-component 2026-02-17 12:24:23 +05:30
Devanshu Rastogi
9b64c78ffc
Feat: [New component] Accordion (#15161)
* Added icon for accordion component

* Add component to components section in right sidebar with new tag

* Created widget config for the component

* Configure the properties and styles tab in right sidebar inspector

* Add support for new events

* Create the base for the new Accordion component including CSAs

* Add the component to required checks and conditions

* Fix: Nothing will be visible incase accordion is not expanded and show header is turned off

* Enable dynamic height in view mode and trigger calculation whenever component is expanded or collapsed

* Implement dynamic height logic for Accordion component

* Update frontend/assets/images/icons/widgets/accordion.jsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix: Expose setLoading CSA

* Fix: Made the toggle button accessible

* Fix: Border radius not getting applied

* Fix: Components inside accordion body not getting dragged or resized initially when accordion expands

* update submodule ref

* Fix: Component doesn't have resize selector in some cases when accordion is opened quickly inside Editor

* Fix: Header grid is overflowing the container on resizing

* fix: Rename class to avoid future conflicts

* Update ee-server submodule reference

* Fix: Default divider color

* Fix: Header and footer has different color in disabled state

* Update submodule references

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-13 15:58:50 +05:30
Shaurya Sharma
5d09b5481c Merge conflicts resolved 2026-02-10 11:22:05 +05:30
manishkushare
d5246bb6aa Merge remote-tracking branch 'origin/lts-3.16' into feat/navigation-component 2026-02-10 10:04:16 +05:30
Shaurya Sharma
62e75fe1b3 Merged conflicts resolved 2026-02-09 00:29:18 +05:30
Shaurya Sharma
c55014a12c Merge branch 'lts-3.16' into feat/json-components 2026-02-05 14:43:49 +05:30
rupaaksrinivas
c085b88e51 fix: agent node stylings 2026-01-30 14:30:12 +00:00
manishkushare
8425435158 added icon for navigation 2026-01-29 10:45:16 +05:30
Shaurya Sharma
4a07e8ca15 Merge conflicts resolved 2026-01-21 01:01:22 +05:30
Shaurya Sharma
8dabc65523 Added icons for json explorer and json editor 2026-01-20 23:32:17 +05:30
Muhsin Shah
31a7087d78 Merge branch 'lts-3.16' into feature/agent-node 2026-01-16 11:44:13 +05:30
Shaurya Sharma
ed1ef7a6cf Horizontal progressbar added 2026-01-14 23:47:39 +05:30
Shaurya Sharma
ca9e5e94a4
Audio recorder & Camera component (#14521)
* Audio recorder component added

* Code refactor

* Separated the code into multiple files

* Fixed events and added waveform

* Reverted package-lock changes

* Temporary push

* Allow camera and microphone on prod

* Microphone bug fix

* Added blob to media-src

* Video component added

* Fixed camera not working when given permission

* Inspector breaking on huge string data fix

* Camera comments resolved

* Camera component refactor

* Removed rawBinary as exposed variable

* Removed raw binary

* On photo capture fixed

* Csa added

* Recorder icon color added to config

* Added accent color and stopped audio recording on component unmount

* Waveform default & minimum state added

* Added button color and accent color and stopped autoplaying video after recording is complete

* Submodule update

* Minor bug fix

* Minor bug fix

* Changed csa names & events for audio recorder

* Changed csa names & events for video recorder

* Removed table container logic

* Added audio and camera recorder icons with new label

* Audio recorder default width changed and made it so that the buttons for save/discard are visible

* Visbility icon fix

* onReset fn fix

* Blob url removed from audio and camera component and changed onResetFn logic to reset UI and variables both
2026-01-12 12:36:22 +05:30
Muhsin Shah
25d746eb72 agent-node-edge-style 2026-01-12 12:29:28 +05:30
Manish Kushare
355982fafd
Editable tags (#14831)
* feat: add Editable Tags component with create, select, and delete functionality

- Implement EditableTagsChip for displaying selected tags with remove option.
- Create EditableTagsMenuList for rendering the dropdown menu with loading state and create new tag option.
- Develop EditableTagsOption for individual tag options in the dropdown.
- Add EditableTagsValueContainer to manage the display of selected tags and input.
- Style the Editable Tags component with SCSS for better UI/UX.
- Update index.js to export the EditableTags component.
- Enhance editorHelpers.js to include EditableTags in the component list.
- Define editableTagsConfig for widget configuration in the server.
- Integrate editableTagsConfig into the main widget configuration index.

* feat: enhance Editable Tags for dynamic height and improved overflow handling

* feat: add dynamic height support and EditableTags to relevant configurations

* feat: integrate Editable Tags support with updated configurations and sorting options

* feat: add Editable Tags component with updated configurations and improved styling options

* feat: add input focus functionality on component click in Editable Tags

* feat: add event handlers for tag addition and deletion in events slice

* refactor: remove unused selectTags and deselectTags functions in EditableTags

* feat: enhance dynamic height support and scrollbar styling in Editable Tags

* feat: update styling for Editable Tags and Editable Tags Chip components

* feat: improve styling and layout for Editable Tags components

* feat: enhance layout and styling for Editable Tags components to improve responsiveness and prevent overflow

* feat: enhance scrollbar styling and padding for Editable Tags menu list

* feat: add EditableTags to input components for form

* feat: remove unused imports from EditableTags components for cleaner code

* feat: enhance EditableTags components with improved hover and active states, update no options message, and refine styling for better user experience

* feat: modify EditableTags to always open menu on focus, improving user interaction

* feat: add EditableTags to select and widget configurations for enhanced component integration

* feat: remove case enforcement feature from EditableTags for simplified tag management

* feat: remove unused variables from EditableTags components for cleaner code

* feat: initialize values array in exposedVariables for EditableTags configuration

* fix: adjust padding and border formatting in EditableTags component for consistency

* feat: remove case enforcement rendering from EditableTags for simplified component logic

* refactor: streamline EditableTags components for improved readability and maintainability by removing inline styles

* feat: Rename from editableTags to tagsInput

* refactor: enhance layout and styling of new tag preview in TagsInputOption component

* feat: add customizable tag colors in TagsInput components

* fix: update schema to include disable property for tag options

* feat: add 'TagsInput' to component type checks in ComponentsService and AppsUtilService

* chore: update subproject commit reference in server/ee

* feat: add tooltip support to TagsInput component

* feat: add enableSearch toggle to TagsInput component configuration

* feat: update duplicate check in TagsInput to be case-sensitive and adjust key handling for tag selection

* feat: enhance tag creation validation in TagsInput to prevent duplicates with case-sensitive check

* feat: enhance tag selection and deselection logic in TagsInput to support label matching

* chore: update subproject commit reference in server/ee

* feat: enhance TagsInput styling and functionality with new tag creation support and padding to dropdown

* feat: update Select component to support TagsInput in marked as default logic as multiple selection

* feat: remove icon and icon color configuration from TagsInput component

* fix: update dependency in TagsInput to use selectOptions for exposed variable

* feat: add TagsInput component and integrate it into WidgetIcon

* feat: enhance TagsInput component with controlled option focus and improved keyboard navigation

* feat: refine TagsInput styling and structure for improved usability and aesthetics

* feat: enhance scrollbar styling for improved visibility and aesthetics in TagsInput component

* fix: adjust padding in valueContainer for improved layout in TagsInput component

* feat: update hover background color in TagsInput for improved visual feedback

* fix: update footer text in TagsInputMenuList to improve clarity

* fix: adjust alignment class and add top margin for improved layout in TagsInput component's label

* feat: add search functionality for TagsInput component and update configuration section label

* feat: add auto pick chip color feature to TagsInput component

* feat: add checkboxLabel to TagsInput configuration for improved label customization

* fix: update display names for tag background and text color in TagsInput configuration

* fix: standardize display names for tag background and text color in TagsInput configuration

* chore: update subproject commit reference in server/ee

* chore: update subproject commit references in frontend and server directories

* chore: update subproject commit references in frontend and server directories

* chore: update version to 3.20.64-lts
2026-01-05 20:25:51 +05:30
Manish Kushare
312af84005
Add localization support for datepicker in multiple languages (#14854) 2025-12-22 17:33:46 +05:30
Muhsin Shah
2143d4189f Merge branch 'lts-3.16' into feature/agent-node 2025-12-11 14:34:19 +05:30
Rohan Lahori
5bec5a5b12
Feature/draft versioning support (#14284)
* added app_versions fields

* added data migration for backward compatibility

* added ce specific logic

* fixed ce migration (need to dev-test)

* moved to data migration

* migration changes

* added endpoint to create draft version

* backend changes

* added draft to app_import scenario

* added version description

* minor changes (needs improvement)

* fixed breaking dropdown in editor

* updated submodule commits

* revert package.json

* revert ui not used changes

* submodule changes

* reverting non used files

* ui changes

* ui changes

* ui changes

* ui changes

* ui changes

* copywriting changes

* ui changes

* ui changes

* edit version modal changes

* ui integration changes

* added button solid and removed unused css

* removed commented code from create version modal

* updated button size to use large

* ui changes

* draft version modal changes

* added sub-module commits to main

* draft version endpoint changes

* ui changes for draft version modal

* fix breaking ui

* ui changes for banner

* minor ui changes

* remove scss changes from themes file

* removed unused components (cleanup)

* removed unused components (pr cleanup)

* draft version changes

* create version modal changes

* canvas banner fixes

* comment creation logic

* refactor: version dropdown

* update endpoint changes

* fix: promote logic

* update submodule

* fix: released version and create version modal

* fix draft version creation

* minor ui changes

* minor backend fixes

* tooltip changes

* added all components in same folder

* added minor comments

* import fixes

* refactor files

* fix: overlay issues

* fix: on version creation

* fix ce bugs

* bug fixes

* bug fixes

* bug fixes

* bug fixes

* base merge

* feat: draft versioning support with UI enhancements and backend adjustments

- Updated AppCanvas to conditionally render AppCanvasBanner based on edit mode.
- Enhanced CreateDraftVersionModal to handle version selection and creation logic.
- Modified CreateVersionModal to streamline version creation process and handle commits.
- Improved ReleaseConfirmation to include development versions in release context.
- Refactored CreateDraftButton and VersionDropdownItem for better UI consistency and dark mode support.
- Updated VersionManagerDropdown to manage draft versions and improve version selection logic.
- Enhanced version switcher and promote/release buttons with dark mode styling.
- Adjusted server-side features and constants to support new draft versioning capabilities.
- Updated styles across components for better visual consistency and responsiveness.

* minor fixes

* rebase

* merge base

* update submodule

* Add data-cy attribute for draft version components

* Update cypress test cases for draft version feature

* Update failing test cases

* Update draft version test cases

* Skip older flow

* migration changes

* migration fixes

* Update the failed test cases

* removed multiple api calls

* fix: version set on draft creation

* fixes

* fix: version update on save version

* fixes

* name fix

* fix version lock banner styling

* bump version to 3.20.50-lts across all components

---------

Co-authored-by: Vijaykant Yadav <vjy239@gmail.com>
Co-authored-by: ajith-k-v <ajith.jaban@gmail.com>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2025-12-05 22:13:00 +05:30
Muhsin Shah C P
3eb9a5aa3d Merge branch 'lts-3.16' into feature/agent-node 2025-12-02 13:28:29 +05:30
devanshu052000
bbf052165e Fix: Broken app logo in editor incase app logo url is incorrect 2025-11-11 18:40:57 +05:30
medhansh-alt
e2706c072b added agent node in flow builder 2025-10-30 14:13:39 +05:30
Shaurya Sharma
84b8d29f49 Config handle changes for dynamic height 2025-10-16 11:27:07 +05:30
johnsoncherian
0cd691774e Merge branch 'lts-3.16' into release/appbuilder-s16 2025-09-25 13:08:51 +05:30
Rohan Lahori
20f92a5346
Feature/design changes (#14055)
* design: Changes version position from Navabar to account dropdown (#13870)

* design: Changes version position from Navabar to account dropdown

* Changes version text color

* Add mobile empty state handling and related components (#13972)

* Add mobile empty state handling and related components

- Introduced MobileEmptyState component to display a message for mobile users accessing protected routes.
- Updated App component to check for mobile devices and render the MobileEmptyState accordingly.
- Enhanced routing to ensure all protected routes utilize PrivateRoute with dark mode support.
- Added MobileEmptyStateIcon for visual representation in the new component.

* Implement WorkspaceRouteGuard and mobile route handling

- Added WorkspaceRouteGuard component to manage access to workspace routes based on device type.
- Integrated WorkspaceRouteGuard into various routes to block mobile access for workspace management features.
- Enhanced AppsRoute to utilize useMobileRouteGuard for mobile access control in editor mode.
- Introduced useMobileRouteGuard hook to centralize mobile access logic across the application.

* Review fixes

* removed workspace guard route from the apps listing page

---------

Co-authored-by: rohanlahori <rohanlahori99@gmail.com>

* design: Updates design for auth empty states (#13888)

* design: Updates design for auth empty states

* Updates spacing between paragraphs

* dark mode changes for design

* refactor: Simplify routing by removing PrivateRoute wrappers for Oauth and EmbedApp components

* removed private route from error pages

* fixes

* added desktop only route for marketplace page

* fix

---------

Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
2025-09-19 19:17:26 +05:30
Nishidh Jain
8d9494a4fe chore: Added changes that got missed while moving to new lts-3.16 synced branch 2025-09-16 17:53:19 +05:30
Kartik Gupta
e6a6a288ca a1 release v3 2025-09-12 15:44:00 +05:30
Shaurya Sharma
515c5ca443 Fixed inconsistent component naming 2025-09-12 01:00:31 +05:30
johnsoncherian
786841011d Merge branch 'release/appbuilder-sprint-15' into fix/debugger-ui 2025-09-08 18:34:39 +05:30
Shaurya Sharma
8d43238a15 Popover Menu Icon added 2025-09-05 01:57:34 +05:30
Shaurya Sharma
ba6de90730 Popover Menu Icon added 2025-09-05 01:57:27 +05:30
Vijaykant Yadav
5a54455166 Updates widget icon mapping to support currency input widget types including legacy variants.
Fixes debugger log expansion arrow rotation direction for improved user experience.
2025-09-01 23:29:33 +05:30
Vijaykant Yadav
7a7b7fe2ba Merge remote-tracking branch 'origin/lts-3.16' into fix-canvas-cleanup 2025-08-22 14:26:27 +05:30
Nishidh Jain
ca7fa7e08a [feat] Statistics 2.0: UI enhancement & Add new properties 2025-08-22 12:27:57 +05:30
manishkushare
8346ca9967 Merge remote-tracking branch 'origin/pending-wf-bugs/release' into fix/copy-search-workflow 2025-08-20 13:36:40 +05:30
manishkushare
209017e68f Fix: Workflow deletion copy 2025-08-13 13:08:18 +05:30
manishkushare
ea1afabe48 Fix: Workflow dashboard , copy when workflow not found using filter 2025-08-13 12:01:41 +05:30
Shaurya Sharma
2056aa8353 Chat component added 2025-07-22 17:19:34 +05:30
johnsoncherian
7f5aade0b5 feat: added range slider v2 2025-07-16 01:47:40 +05:30
Nakul Nagargade
7cee567d8d Fix modalV2 issues 2025-07-11 14:59:26 +05:30
Midhun G S
90e7c4cab9
Cloud licensing related changes (#13033)
* added all pending cloud migration

* restrict cloud migrations

* added cloud data-migrations

* Added cloud entities

* keep tables across all

* cloud licensing initial changes

* fix

* payments module

* license counts updates

* update

* Added all pending cloud migration to pre-release + Payments module (#13006)

* added all pending cloud migration

* restrict cloud migrations

* added cloud data-migrations

* Added cloud entities

* keep tables across all

* payments module

* license counts updates

* update

* migration fixes

* pass orgId

* movement

* added cloud instance settings

* org id to license terms

* before merge

* dockerfile changes for cloud

* migration fixes

* subscription

* merge main

* posthog-js package

* fix

* selhostcustomer migration timestamp update

* fix

* fixes

* fix

* fix

* Adding cloud dockerfile changes

* migration fix

* fix

* fix

* fix

* fixes

* added migration progress

* fix

* added migration files for cloud

* fix

* added migrations for cloud

* add organizationId for pages controller

* fixes for plugins script

* fix

* final

* added cloud licensing envs

* UI WRAPPER BUG

* fix

* orgId groups fix

* lint check fixes

* Refactor Dockerfiles to use dynamic branch names for builds

* Feature/promote release permission management (#13020)

* migration and entity changes

* removed extra migration

* added default group permissions

* basic ui changes

* added promote and release permissions

* fixed tooltips for promote and release buttons

* fix

* fixed app promote ability check

* ce compatibility ui change

* ui fixes

* removed console.log

* removed comments

* updated ee-preview.Dockerile

* using base img node:22.15.1-bullseye

* fix for ce render

* Update ce-preview.Dockerfile

* Update ee-preview.Dockerfile

* ui fix

* fix

* fixes

* fixes

* fixes

* fixes

* minor fixes

* fix

---------

Co-authored-by: Souvik <psouvik260@gmail.com>
Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>

* Bugfix/git sync pre release (#13098)

* bugfixes

* ui fixes for disabled states in version creation

* minor fixes

* removed unused imports

* fixes

* removed comments

* module file fixes

* module fixes

* white-labelling fixes

* login-configs

* fix for migration for ce

* Fix for app count guard (#13131)

* fix for app count guard

* added check

* for debug

* license key

* Modules : Platform Functionality  (#12994)

* init

* mod

* app import-export

* licensing and UI

* review and permissions

* update

* updates

* update

* update

* fix breadcrumb

* fix app builder error

* remove launch button for modules

* fixed homepage

* fix permission check

---------

Co-authored-by: platform-ops123 <platformops545@gmail.com>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>

* reverted logs

* tjdb guard and dark mode (#13137)

* ui fixes

* added modules module

* removed unused imports

* fix

* fix

* Cypress fix

* fixes for cloud instance level licensing (#13146)

---------

Co-authored-by: platform-ops123 <platformops545@gmail.com>
Co-authored-by: Rudra deep Biswas <rudra21ultra@gmail.com>
Co-authored-by: Adish M <adish.madhu@gmail.com>
Co-authored-by: Rudhra Deep Biswas <98055396+rudeUltra@users.noreply.github.com>
Co-authored-by: Vijaykant Yadav <vjy239@gmail.com>
Co-authored-by: Rohan Lahori <64496391+rohanlahori@users.noreply.github.com>
Co-authored-by: Souvik <psouvik260@gmail.com>
Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>
Co-authored-by: rohanlahori <rohanlahori99@gmail.com>
Co-authored-by: ajith-k-v <ajith.jaban@gmail.com>
2025-07-02 10:57:36 +05:30
Kavin Venkatachalam
fd909ab00a
feat: Form 2.0 (#12941)
* init: Added resetOnSubmit, validateOnSubmit properties and exposed formData value

* Added the generate form from dropdown menu on the inspector

* feat: Added generate form button and fields section

* Added the generate column popup UI

* feat: Added UI for form fields

* feat: Added the UI for new custom field

* chore: Added refresh data and custom schema UI

* feat: Added the util function to map the JSON to component

* chore: cleanup and fixed bugs on dropdown

* feat: Added fields property to the form config

* feat: save generated fields on form

* feat: generated child components from the JSON

* fix: bugs on generating component from JSON

* chore: added functionality for view properties and styles on field popover

* feat: Added local state for add new custom fields

* feat: Added logic to create component on submitting new custom field

* fix: bugfies on creating a custom fields

* feat: Handled grouping of data in the manage column modal

* feat: Handled deletion case of the fields

* fix: fixed bug on deleting the fields

* chore: Updated the form fields logic to store only the necessary values and fetch the remaining values from the component directly using componentId

* chore: updated logic to handle fx in mandatory and selected fields

* feat: Added functionality to update the component from form fields

* fix: bug on componentType typo

* chore: written logic to handle the componentType update

* feat: Added multiple updates including componentType change

* chore: Added few more input components

* chore: Moved the form fields property logic to new formComponentSlice

* fix: creating a custom field while dragging across the parent components

* chore: reverted the deletion logic a bit to properly fetch the parentID from the component

* fix: while moving the component with more than 1 form field, it is clearing the complete list

* fix: handle the case of moving component from canvas to form

* chore: Removed unwanted UI blocks and added logic to conditionally display data section when custom schema is turned off

* chore: cleaned up the Dropdownmenu component & added memo to avoid re-render

* feat: Added query support and updated logic to display the columns on the modal

* chore: cleanup & passed the correct columns to the  component

* chore: cleaned up the form status constant

* chore: wrapped functions in a

* chore: created a separate function to create components from form

* chore: cleaned up the code to use the same code for component creation

* chore: updated the logic for the form field component update

* feat: Added functionality for single field popover icons & moved the single field creation out of common function to simplify the field update

* fix: removed the deleted fields while refreshing the form

* fix: updated the logic for the refresh fields

* feat: Added logic to ignore the components to be deleted for regeration of form

* chore: moved the component list supported to a constant

* fix: Added a backfill logic for the fields property to handle without migration

* fix: added a correct key for custom field

* fix: Fixed issue on adding custom fields while regenrating the form

* fix: Fixed issues on generating form fields while refreshing the FORM

* chore: cleanedup the code

* chore: Fixed path and merged with main

* fix: avoided the multiple re-renders on FORM and fixed the state issue on data & formData

* fix: removed the child components from inspector & added a support for query even if it is an array to generate the form

* fix: fixed few bugs and design feedbacks

* fix: Added a logic to set the width of the dropdown menu same as dropdown trigger

* feat: updated the deprecated section for Form

* feat: Added a logic to run query on selecting the query on generate form from

* fix: changed the logic of selection handled in the manage column modal. The components will be created only if the column is selected.

* refactor: moved the manage fields from button to an icon

* fix: merged the field definition with the existing default data to show it on manage column popup

* feat: focused the codehinter when the rawJson is selected on the dropdown menu

* chore: cleanup

* feat: update formComponentSlice with latest changes

- Fixed getCurrentPageIndex usage in setComponentPropertyByComponentIds
- Enhanced component batch operations functionality
- Improved form field management logic

* Reverted the git changes reflected on the form PR

* Reverted the git changes reflected on the form PR

* Reverted the git changes reflected on the form PR

* fix: fixed the issues due to merge conflict

* feat: Removed componentMapping modal for rawJson. Added JsonSchema in the dropdown menu and moved the refresh button inside the modal footer for the queries

* fix: Added a loader in the column mapping & updated the styles

* chore: cleanup and moves to separate files

* chore: cleanup the components

* fix: modal was not poping up when I click a different query

* chore: cleanedup `ColumnMappingComponent`

* fix: fixed bugs on regenerating the forms, shown the loader while running the query, added support for multiple queries etc

* chore: removed unwanted props

* fix: fixed the undo/redo issues

* fix: Fixed the issue on custom fields not showing up on the columnMappingModal

* fix: bugfixes like duplicate field, maping popup stays on screen, visibility not working, form loader etc

* fix: Fixed the height of the textare and fixed showing the main popover on click of make mandatory button

* fix: Fixed the undo redo issue on deleting the form component

* fix: removed the undo/redo while saving the form data section

* chore: updated the default data for rawJSON

* fix: Fixed bugs on toggleswitch, scroll, placeholder etc

* fix: Added a condition to render the placeholder input

* chore: taken care bito feedback

* fix: fixed the modal closing issue

* fix: Fixed the gutter issue as the canvas height needs to be updated once the child components are generated

* chore: fixed design feedback

* fix: Added hover to the modal body instead of each section
2025-06-27 20:08:15 +05:30
kriks7iitk
1606852abe
Feature/workflow permission 2 (#12869)
* Added worklfow permsiions

* Fixed bugs in workflow permission

* fix bugs in server for worklfow permsiion

* fix bugs for workflow permissions

* reverted not required files

* reverted package lock json

* revert back .gitmodules url

* revered package lock

* plugins import fix

* fix

* Update groups test cases

---------

Co-authored-by: Adish M <adish.madhu@gmail.com>
Co-authored-by: Muhsin Shah C P <muhsinshah21@gmail.com>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
Co-authored-by: ajith-k-v <ajith.jaban@gmail.com>
2025-06-21 13:10:05 +05:30
johnsoncherian
beb224eb1d Merge branch 'main' into appbuilder/sprint-13 2025-06-17 10:10:05 +05:30