Skip to content

Increase docs search box delay - #21339

Merged
bors merged 1 commit into
rust-lang:masterfrom
thorncp:api-docs-search
Jan 21, 2015
Merged

Increase docs search box delay#21339
bors merged 1 commit into
rust-lang:masterfrom
thorncp:api-docs-search

Conversation

@thorncp

Copy link
Copy Markdown

Increases the delay of the search box to 500ms after key up. I tried
adding a three character minimum for setting the delay, but didn't find
it very useful.

Should close#20095

@Jurily, your input is welcome!

Increases the delay of the search box to 500ms after key up. I tried
adding a three character minimum for setting the delay, but didn't find
it very useful.
Should closerust-lang#20095
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @huonw (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see CONTRIBUTING.md for more information.

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ f355747

@alexcrichton

Copy link
Copy Markdown
Member

@bors: rollup

barosl added a commit to barosl/rust that referenced this pull request Jan 20, 2015
…hton
Increases the delay of the search box to 500ms after key up. I tried
adding a three character minimum for setting the delay, but didn't find
it very useful.
Should closerust-lang#20095
@Jurily, your input is welcome!
@baroslbarosl mentioned this pull request Jan 20, 2015
@bors
bors merged commit f355747 into rust-lang:masterJan 21, 2015
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rustdoc: Don't search on every single keystroke in the search box

5 participants

@thorncp@rust-highfive@alexcrichton@huonw@bors