jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
https://dashboard.jina.ai
Apache License 2.0
118 stars 60 forks source link

Bug/246 filter selection disappearing #264

Closed rjgallego closed 3 years ago

rjgallego commented 3 years ago

Fixing filter selection disappearing on back button

Filters regenerate every time the hub images are fetched from redux. When back button is selected, the selected filter is still saved in the state but the values are regenerated with default of undefined which is then set to false. Following updates made to convertArrayToFilterObject to fix issue:

Also added an integration with cypress to verify that the filter is still selected (surrounded by blue border) after going to prior page then returning

Closes #246

PR checklist

Docs

Tests

Typing

Styling

BastinJafari commented 3 years ago

Thanks for the PR! Looks good