Friday, August 29, 2025
1 change · master
Code cleanup and technical improvements
The spreadsheet filter editor side panel now uses a shared footer area for save, delete, and cancel actions. This streamlines the interface implementation and should make future updates to these controls more consistent across filter types.
Original PR description
This commit adds a new component called GlobalFilterFooter, which is used to render the footer of the global filter editor side panel. The footer includes buttons for saving, deleting, and canceling changes to the filter. Task: 5042717