* Feature Request: Search box above section list #277
Add new SectionFilter component to filter slugs based on section names
Update SectionsColumn to display filtered sections
Add units tests for SectionFilter component
* Update filteredSlugs state on add action
* Trim section query string before filtering with it
* Move sections filter above custom section
* Improve search filter UX
Remove search input after selecting a section
Move search filter logic to SectionsColumn component
Update SectionFilter unit test
* Remove unused filterSections function
* Fix resetSearchFilter function call