annuaire-entreprises-site icon indicating copy to clipboard operation
annuaire-entreprises-site copied to clipboard

UseRouter in <FilterMenu />

Open XavierJp opened this issue 1 year ago • 1 comments

Use Next/Router in form submit in <FilterMenu /> :

  • on "Appliquer"
  • on "Effacer"

Mount Filters on click

Once we moved to Next/Router, we change the way the <Filter />are mounted. Currently they are always in DOM, but hidden. With the router, we can change that and only mount them on click.

XavierJp avatar Jan 27 '23 13:01 XavierJp