• Robert Knight's avatar
    Modernize <simple-search> directive · 18bea245
    Robert Knight authored
     - Convert the <simple-search> directive to a modern component-style
       directive which uses one-way bindings and events rather than two-way
       bindings. This makes it consistent with other components in the app.
    
     - Avoid duplicating the search filter state in multiple places but
       store it only in the Redux store and update it via an action.
    
    The tests for `simple-search` have not been updated in this commit
    because they are going to be replaced with a new set using the
    `createDirective()` helper in the next commit.
    18bea245
Name
Last commit
Last update
..
annotation.html Loading commit data...
annotation_share_dialog.html Loading commit data...
annotation_thread.html Loading commit data...
dropdown_menu_btn.html Loading commit data...
excerpt.html Loading commit data...
group_list.html Loading commit data...
help_link.html Loading commit data...
help_panel.html Loading commit data...
loggedout_message.html Loading commit data...
login_form.html Loading commit data...
markdown.html Loading commit data...
publish_annotation_btn.html Loading commit data...
search_status_bar.html Loading commit data...
share_dialog.html Loading commit data...
sidebar_tutorial.html Loading commit data...
signin_control.html Loading commit data...
sort_dropdown.html Loading commit data...
tag_editor.html Loading commit data...
top_bar.html Loading commit data...
viewer.html Loading commit data...