OpenEugene / little-help-book-web

Human service resource guide powered by White Bird Clinic
MIT License
6 stars 4 forks source link

Sidebar action #6

Closed ArthurSmid closed 4 years ago

ArthurSmid commented 4 years ago

search-bar-action

This action is available on both the Category and Subcategory pages — shown here is the action on a subcategory page.

ArthurSmid commented 4 years ago

I'm experimenting with this action using jQuery on the category.html page:

https://github.com/OpenEugene/little-help-book-web/blob/develop/table-of-contents-style-homepage/category.html

ArthurSmid commented 4 years ago

This could be helpful, an if / else statement, in the example here the pull-tab is green rather than a directional arrow: http://jsfiddle.net/XNnHC/3/

markdav-is commented 4 years ago

if you are implementing a sidebar, there are lots of examples online. a big-button plus a hamburger menu is pretty popular.

samples:

codegold79 commented 4 years ago

Issue was resolved with PR #23.