Closed morganadrales closed 1 month ago
Changes looks good to me. I just noticed that some value inputs and toolbar buttons are smaller than property and operator selectors. This results in misaligned UI. As you are updating styles could you fix this as well?
I think value input should have same height as property and operator selectors. Toolbar buttons can be smaller but should be aligned to the middle of rule row.
You can check this in AppUI storybook. Property and operator selectors have heigh of 26px, while value input and toolbar buttons have height of 24px. All components are aligned to the row top.
@Mergifyio backport release/4.17.x
backport release/4.17.x
Changes
Updated FilterBuilder UI with the following changes:
These changes are based on the UX specifications created by Dan Abney here.
Testing
Tested with the presentation test app: Before:
After:
Note: the removal of the borders/adjustment of spacing may require CSS changes in the InstanceFilterDialog component