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
Merge remote-tracking branch 'origin/master' into accent-colors
* origin/master: (35 commits)
bump gradle plugin for android studio
add @babel/[email protected] to make `yarn install` quieter
import symbol and array method polyfills
split "searched query" and "typed query" so we only execute the search when the user presses "search"
pass the correct argument to navigation.navigate('FilterView')
update some this.state references to use references from the current scope
make pretty screen when there are no filters available
prevent a crash in FilterView when no filters are passed
prettify
use some lets and spacing
fix an accidentally quadratic filter lookup
allow scrolling the Recents lists
remove course filters from redux
move the actual searching into CourseList
CourseSearch: move filters into state & pass off searching to CourseList
separate opening the filterview and activating browse mode
make [active] a controlled prop in AnimatedSearchBox
pass [title] to AnimatedSearchbox
allow passing in title as a prop to AnimatedSearchBox
remove ani* prefix from animated-searchbox style names
...
0 commit comments