Commit graph

78 commits

Author SHA1 Message Date
gsmithun4
921714d8a9 Refactor code structure for improved readability and maintainability 2026-01-23 15:41:49 +05:30
Nakul Nagargade
85dee2264e Add error toast 2025-08-04 17:13:35 +05:30
Nakul Nagargade
865033d10c Fix widget not to be dragged to Module 2025-08-04 17:01:55 +05:30
Nakul Nagargade
b20a3e7f76 Merge branch 'main' into fix-grid-drop-event 2025-07-30 13:00:32 +05:30
Nakul Nagargade
8750cf7c4b Optimize element guidelines 2025-07-30 12:41:32 +05:30
Nakul Nagargade
e8461949fd Fix modal widget going out of modal on drag 2025-07-29 21:00:24 +05:30
Shaurya Sharma
b15571a4d2 Grid listener fix 2025-07-29 16:35:00 +05:30
Nakul Nagargade
f14f4868c6 Fix dropping a widget on grid being slow intermittenlty 2025-07-28 23:54:58 +05:30
Nakul Nagargade
8feeac8be6 Fix dragging not working on first drag after changing canvases 2025-07-22 15:56:53 +05:30
johnsoncherian
30ed850110 Merge branch 'main' into fix-migration-filepicker-image 2025-07-17 21:46:13 +05:30
johnsoncherian
d5d4078285 Merge branch 'fix/rangeslider-v2' of https://github.com/ToolJet/ToolJet into fix/rangeslider-v2 2025-07-17 21:25:19 +05:30
Shaurya Sharma
6580cab745 RangeSliderV2 fix added for dragging 2025-07-17 17:56:23 +05:30
Nakul Nagargade
45924ef0bf Show scroll only on hover in Guidelines 2025-07-17 13:05:45 +05:30
Nakul Nagargade
88308345f9 Fix for container and form 2025-07-17 02:41:38 +05:30
Nakul Nagargade
85e14cd35a Merge branch 'main' into fix-migration-filepicker-image 2025-07-17 02:03:31 +05:30
Nakul Nagargade
e06b2c427d Fix dragging on scrolled container 2025-07-17 01:56:54 +05:30
Nakul Nagargade
2c908e7222 Merge branch 'fix/appbuilder-04' into fix-grid-bugs-lts 2025-07-16 18:54:31 +05:30
Nakul Nagargade
9214856759 fixes 2025-07-16 13:36:36 +05:30
Shaurya Sharma
043e9b6f24 Merged fix/appbuilder-04 2025-07-15 22:34:14 +05:30
Nakul Nagargade
aee9020f7b Fix Grid is stuck on moving components. 2025-07-15 16:31:49 +05:30
Shaurya Sharma
3529a23071 Merged with fix/appbuilder-04 2025-07-14 20:18:38 +05:30
Nakul Nagargade
9aaf39454e commit 2025-07-14 20:18:12 +05:30
Shaurya Sharma
cf3f1a8a01 Grid draggingWidth fix 2025-07-13 21:30:43 +05:30
Shaurya Sharma
e200cb44d7 Resizing inside tabs not working properly fix 2025-07-13 08:20:51 +05:30
Shaurya Sharma
1681afcd6d First hover with dynamic height enabled able to resize vertically fix 2025-07-13 00:54:12 +05:30
Shaurya Sharma
b98b382625 Merged with fix/tabs 2025-07-11 14:17:10 +05:30
Nakul Nagargade
4d66971041 Add support for adding guidelines when droping a widget on canvas 2025-07-11 13:19:45 +05:30
Nakul Nagargade
e1b682b080 Merge branch 'fix/appbuilder-03' into snapping-react-moveable-2 2025-07-11 12:14:41 +05:30
Kavin Venkatachalam
3f500ab590 fix: Removed unwanted state causing the re-renders 2025-07-07 15:54:08 +05:30
Shaurya Sharma
a4ad59ac16 Scroll issue fix for dynamic height on resizing 2025-07-06 22:43:22 +05:30
Shaurya Sharma
41876f0d45 Fixed tab width chaning when moving the component around by its body 2025-07-06 14:46:06 +05:30
Nakul Nagargade
497d412e5e Merge branch 'appbuilder/sprint-14' into snapping-react-moveable-2 2025-07-01 19:01:39 +05:30
vjaris42
73f2b09666
fix: styling and other bugs (#13115) 2025-06-30 17:00:48 +05:30
vjaris42
08d5cc9390
Revamp pages in viewer and editor (#13022)
* initial commit

* fix

* Fixes

* Fix dropping widget width while dragging

* Fix group selection in form

* fix when dropping a component, shadow is coming on top of component manager.

* improve performace on useGroupedTargetsScrollHandler

* Fix

* Revamp pages in editor and viewer

* bug fixes

* merge base

* fix conflicts

* fix conflicts

* bug fixes

* bug fixes

* fix: pages icon and layout for right sidebar

* fix: styling for pages menu

* fix base styling

* merge base

* bug fixes

* bug fixes

* fix top styling of nav bar

* add border to canvas

* bug fixes

* bug fixes

* update reference

* bug fix

---------

Co-authored-by: Nakul Nagargade <nakul@tooljet.com>
2025-06-27 17:36:32 +05:30
Shaurya Sharma
9a0ef1ab34
Feat/dynamic height (#12255)
* adjust the component position based on the dynamic height of the above component

* Grid collision and dynamic height added

* Fixed delete component edge case

* Fixed components overlapping on decreasing height & few minor bugs

* Fix for dynamic height decrease

* Temp top map added

* Merge conflicts resolved

* feat: Add CSA and functionalities for managing loading, visibility, and disable states for full tab component. (#11267)

* feat: tab draggble option and popover menu (#11267)

* feat: tab scrollable arrows and tabItem logic(#11267)

* feat: remove logs(#11267)

* feat: Tabslayout name change(#11267)

* fix: component update on Tabs

* fix: tab text color update

* feat: setTabDisable CSA added(#11267)

* feat: added CSA for tab specific changes(#11267)

* feat: added handle function for tab specific changes(#11267)

* feat: shimmer for tab nav and icon chooser (#11267)

* feat: icon for each tab in TabNav items (#11267)

* feat: equal split width fix for each tab in TabNav items (#11267)

* feat: styles for Tab Nav (#11267)

* feat: slide options(#11267)

* feat: fix radius (#11267)

* feat: slider (#11267)

* feat: fix slide direction (#11267)

* feat: fix slide direction 2 (#11267)

* feat: fix styles right side inspector view (#11267)

* feat: nav ellipsis ... (#11267)

* feat: children different for dynamic and non-dynamic (#11267)

* feat:[tabsLayout] change default values in config (#11267)

* feat:[tabsLayout] split and auto fix (#11267)

* feat: fix styles accent and text  (#11267)

* feat: fix styles divider and more 2(#11267)

* feat: fix styles divider and more 3(#11267)

* feat: fix styles 4(#11267)

* feat: fix styles 5(#11267)

* feat: fix tab icon visibility 6 (#11267)

* feat: modify name of property from id to Tab 7(#11267)

* fixes and changes

* fix: csa for tabs

* new changes and fixes

* fix: dynamic options sytling

* v2 changes

* fix: styling

* fix: styling of icons

* Minor bug fixes

* fix: styling

* Listview related dynamic height added

* transition effect fix

* Dynamic height related issues solved

* fixed transition

* new changes

* style: extend tabpane background to whole pane

* fix: tinycolor import

* Minor fix for config handle

* Dynamic Height for Tabs

* Submodule updated

* Submodule updated

* Submodule update

* Horizontally resizeable

* Form fix

---------

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
Co-authored-by: Raman Kumar <k.raman1998@yahoo.in>
Co-authored-by: Vijaykant Yadav <vjy239@gmail.com>
Co-authored-by: TaruunMalik <taruunrmalik09@gmail.com>
Co-authored-by: johnsoncherian <johnsonc.dev@gmail.com>
2025-06-27 17:05:01 +05:30
Nakul Nagargade
df9c81d483 Fix guidelines 2025-06-25 09:51:31 +05:30
Nakul Nagargade
c8f0a7d31f Merge branch 'fix-grid-issues' into snapping-react-moveable 2025-06-18 21:42:23 +05:30
Nakul Nagargade
19c74c0a68 initial 2025-06-18 21:40:41 +05:30
Nakul Nagargade
8c104e690c Merge branch 'appbuilder/sprint-13' into fix-grid-issues 2025-06-09 17:51:32 +05:30
Nakul Nagargade
6204329219 improve performace on useGroupedTargetsScrollHandler 2025-05-30 14:30:39 +05:30
Nakul Nagargade
05cfbe0337 Fix dropping widget width while dragging 2025-05-29 20:39:39 +05:30
Kavin Venkatachalam
7b297c620c fix: Added a grid boundary for module container to avoid dragging out of it 2025-05-15 21:00:43 +05:30
Kavin Venkatachalam
4f5f4bb2d5 Merge branch 'main' of https://github.com/ToolJet/ToolJet into feature/modules 2025-04-30 21:02:24 +07:00
Kavin Venkatachalam
eed8014509 Cleaned up the logic of using module context 2025-04-30 10:35:32 +07:00
Kavin Venkatachalam
a6badfa7e9 Added a logic to restrict the movement from modules to canvas & restricted deleting the module container 2025-04-28 11:42:53 +07:00
Kavin Venkatachalam
773cbcf4dc Added the logic to drop the modules and load the modules as a viewer 2025-04-25 21:12:32 +05:30
Nithin David Thomas
509d5e9c58
Merge branch 'appbuilder/sprint-11' into feat/resizable-slots-form 2025-04-24 22:51:16 -07:00
Nithin David Thomas
5f319e2d53 Fixes drag and drop on form with scrolls 2025-04-25 11:16:56 +05:30
Johnson Cherian
f51a146f94
Merge pull request #12606 from ToolJet/issue-12589
Fix Issue #12589: Hide the actual component when user actually changes it size i.e on resize event & not on resize start event
2025-04-25 11:05:38 +05:30
Johnson Cherian
bd761e86f0
Merge pull request #12477 from ToolJet/fix/modal-old-grid-stuck
fix: Fixes widgets on old modal grid getting stuck
2025-04-24 14:26:30 +05:30