kestra-io / kestra

:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
https://kestra.io
Apache License 2.0
13.25k stars 1.15k forks source link

Add clear all filters button #5954

Open MilosPaunovic opened 1 week ago

MilosPaunovic commented 1 week ago

Implement a functionality to clear all selected filters at once (now we need to remove them one by one).

It can be done using the clearable atribute of el-select component with the custom handler on @clear event, which will empty the current variable value and trigger search with new filter values.

image

Component in question is kestra/ui/src/components/filter/KestraFilter.vue. New filters are (for now) only used on Executions page.

tabzzz1 commented 1 week ago

Hey @MilosPaunovic I should like to work on this issue can you assign this issue to me.🥰🥰

MilosPaunovic commented 1 week ago

Absolutely, go for it @tabzzz1! 🚀