flanksource / flanksource-ui

https://flanksource-ui.vercel.app
Other
9 stars 23 forks source link

Switch filter bars to formik #1933

Closed moshloop closed 4 months ago

moshloop commented 4 months ago

There are a number of issues regarding maintaining state between filters, search query and the table -

If we switch to a Formik form, which has setQuery, getQuery, setParam, addParam functions the amount of duplicate event handling (and associated bugs should be reduced)