ToolJet/frontend/src/AppBuilder/Widgets/PopoverMenu
Kavin Venkatachalam 2a7b1a8272
Perf: Optimizes component backfill migration (#15713)
* Added Hover Background option for button, button group, modal trigger btn, popover menu button

* Added FontSize style property to Button, Button group, Popover menu, Modal Trigger btn. Adjusted line height and icon size accordingly

* Added FontWeight to Button, Button Group, Popover Menu, Modal Trigger Button

* Added Content Alignment for Button, Popover menu and Modal Trigger btn

* Added Hover Toggle for Button , Button Group, Popover menu and Modal Trigger Btn

* Reverted changes to button group legacy

* Added the properties to the new Button Group

* Resolved copilot comments

* Removed Content Alignment from Button group and changed the accordian for hover bg

* Created the migration and the import-export service

* perf: Replace placeholder text color migration with optimized version using cursor pagination

* fix: use result[1] for affected row count in batch DELETE

entityManager.query() returns [rows, rowCount] for DELETE/UPDATE
statements, not a QueryResult object. result.rowCount is undefined,
causing the cleanup loop to exit after the first batch.

* update: bump subproject commits for frontend and server components

* fix: include NULL styles rows in placeholder text color backfill

NOT (styles::jsonb ? 'key') yields NULL when styles IS NULL, so those
rows were silently skipped. Added explicit OR styles IS NULL to catch them.

* chore: use @helpers path alias for migration.helper import

* fix: implement two-pass delete for app history to avoid FK violations

* Revert "Reverted placeholder color changes (#15659)"

This reverts commit 8a458cfcbd.

* refactor: remove unused migration for backfilling placeholder text color

* refactor: button style migration and added the progess

---------

Co-authored-by: Rahul <rahulrnc03@gmail.com>
Co-authored-by: Shaurya Sharma <shaurya064@gmail.com>
Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
2026-03-27 15:54:50 +05:30
..
components Perf: Optimizes component backfill migration (#15713) 2026-03-27 15:54:50 +05:30
PopoverMenu.jsx Release: Appbuilder Sprint 19 (#14671) 2025-12-11 08:37:09 +05:30
popoverMenu.scss Small animation while opening popover menu 2025-09-08 00:47:04 +05:30