Search improves (#67)
* ESC should go back from search using direct onKeyDown here as react-keydown does not trigger within an input * Addressable search urls
This commit is contained in:
@ -79,6 +79,7 @@ render(
|
||||
<Route exact path="/d/:id/new" component={DocumentNewChild} />
|
||||
|
||||
<Route exact path="/search" component={Search} />
|
||||
<Route exact path="/search/:query" component={Search} />
|
||||
<Route exact path="/settings" component={Settings} />
|
||||
|
||||
<Route exact path="/auth/slack" component={SlackAuth} />
|
||||
|
Reference in New Issue
Block a user