Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

UX Improvement: Add instant search to Sidebar #254

Open
niklas-wortmann opened this issue Feb 8, 2018 · 2 comments
Open

UX Improvement: Add instant search to Sidebar #254

niklas-wortmann opened this issue Feb 8, 2018 · 2 comments

Comments

@niklas-wortmann
Copy link
Member

To make is easy to find special operators, there should be an instant search on top of the operator list in the sidebar.

@niklas-wortmann
Copy link
Member Author

I would like to implement this one this weekend.
@knittingcodemonkey is there something I have to mind to make such a searchbar accessible? thank you!

@jotatoledo
Copy link
Contributor

jotatoledo commented Feb 26, 2018

Personally I dont think it would be a good idea to make the filtering in the sidenav.

IMO the sidenav content should be static. A search bar could be built in the main toolbar, on input events do either:

  • Main router outlet displays view mapped to path root/search?q=${input}. View renders search list. On click of element navigate to root/operators/${operator}`
  • Display floating autocomplete list connected to the input field. On click of list element navigate to root/operators/${operator}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants