vighneshtule commented on issue #36876: URL: https://github.com/apache/superset/issues/36876#issuecomment-3702881804
Hi @parag2131 , I am new to the repository but I would like to work on this issue. I have analyzed the code and plan to modify the `handleClearAl` function in `superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx`. The goal is to ensure that clicking "Clear All" triggers the updateDataMask action immediately for the cleared filters. Question: Since this change will trigger immediate updates for all cleared filters, are there any performance concerns we should be aware of for dashboards with a large number of native filters? Currently `handleApply` iterates and dispatches `updateDataMask` for each filter I plan to follow this pattern, but I wanted to check if there are any existing mechanisms for batching these updates that I should utilize instead. Please assign this issue to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
