rxjs-docs icon indicating copy to clipboard operation
rxjs-docs copied to clipboard

UX Improvement: Add instant search to Sidebar

Open niklas-wortmann opened this issue 7 years ago • 2 comments

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 avatar Feb 08 '18 19:02 niklas-wortmann

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!

niklas-wortmann avatar Feb 09 '18 06:02 niklas-wortmann

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}

jotatoledo avatar Feb 26 '18 01:02 jotatoledo