zoekt search multiple matches UI followup
Problem to solve
Additional work that is needed after the multiple match has been merged:
- filters in left sidebar don't seem to work (include archived, include forks)
- results count in the sidebar is not the same as in the status bar
- card component used to render the results is deprecated
- light Theme is behaving strange.
- Hitting enter after the search reloads the page. We should disable this behaviour.
- This is also when the page initially loads.
Proposal
- filters will need to be added to graphql api
- count is using different api to pull in the number, we need to find out how to sync it up
- there is a new component
CRUDComponentGlCard component but it's api is very different from the deprecated component- based on this discussion: !165298 (comment 2094186878)
- Needs to be investigated
- We should disable enter to reload behaviour.
- The initial load will require change to the controller.
Edited by Tomas Bulva