ToolJet/frontend
Manish Kushare c63abeb168
Fix : Bugs from aggregate feature (#10239)
* Bug fix: if option is undefined select dropdown is breaking application

* Hide Select section when one aggregate is added

* Deleting single aggregate will delete all the available group by values

* Wrapped showSelectSelection withing useCallback to avoid unnecessary re-renders

* Improved code readability of constructAggregateValue function

* Change the name of variable to columnList

* Updated the requested changes

* Removed duplicate condition

* Updated requested change

* Fixed : In Join operation, unable to select columns in aggregate condition

* Showing tooltip for truncated table name in group by section

* Disable the group by condition and and show tooltip if tableName is falsy value

* Fixed width issue of table name in group by section

Do not show dropdown if joining table is empty for the same

* show delete confirmation modal, when we are deleting last filled value and all other are half filled or empty, then discard all group by conditions

* fix : deleting aggregate with confirmation always deletes last avaialable aggregate whether its filled or empty

* Fix: editing aggregate change was not consistent
2024-07-05 19:48:39 +05:30
..
.storybook feat: Component design system (#9191) 2024-06-18 14:54:30 +05:30
__mocks__ Test: add app-util test setup (#2326) 2022-02-23 09:48:05 +05:30
assets Merge branch 'main' into release/marketplace-sprint-2 2024-07-01 16:37:46 +05:30
ce/white-label lint fixes 2024-06-27 11:08:45 +05:30
config added size limit of 100MB for http and https requests (#5606) 2023-02-23 18:28:54 +05:30
ee/components Styling fixes for UI comps (#9752) 2024-05-16 15:49:58 +05:30
src Fix : Bugs from aggregate feature (#10239) 2024-07-05 19:48:39 +05:30
.dockerignore Setup docker-compose for local development 2021-04-29 15:29:25 +05:30
.eslintignore add eslintignore for frontend (#4669) 2022-10-31 15:38:38 +05:30
.eslintrc.js [chore] Node-module vulnerabilities (#8226) 2023-12-21 11:55:35 +05:30
.gitignore feat: Component design system (#9191) 2024-06-18 14:54:30 +05:30
.version Release: Appbuilder S1 (#10081) 2024-07-01 08:46:22 +05:30
babel.config.js [Hotfix]: Action button event is not getting triggered (#8480) 2024-01-04 11:53:04 +05:30
components.json feat: Component design system (#9191) 2024-06-18 14:54:30 +05:30
firebase.json Firebase deploy config 2021-04-16 10:47:42 +05:30
jsconfig.json Release Platform v17 (v2.39.0) (#9502) 2024-04-30 21:49:37 +05:30
netlify.toml feat: Component design system (#9191) 2024-06-18 14:54:30 +05:30
package-lock.json Merge branch 'main' of https://github.com/ToolJet/ToolJet into perf/0.1 2024-06-27 11:41:33 +05:30
package.json Merge branch 'main' of https://github.com/ToolJet/ToolJet into perf/0.1 2024-06-27 11:41:33 +05:30
postcss.config.js feat: Component design system (#9191) 2024-06-18 14:54:30 +05:30
tailwind.config.js feat: Component design system (#9191) 2024-06-18 14:54:30 +05:30
webpack.config.js Conflict resolution white labels (#9970) 2024-06-18 15:08:20 +05:30