You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To make is easy to find special operators, there should be an instant search on top of the operator list in the sidebar.
The text was updated successfully, but these errors were encountered: