-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add sentence when rustdoc search is running #105016
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @Folyd, @jsha |
Ah hold on, I introduced a bug by doing so: the crate search filter isn't working anymore with this change. I need to fix it first and add a GUI test for it. |
08b6148
to
7d86190
Compare
7d86190
to
20f389d
Compare
There was already code existing doing the same thing when arriving on a page with a search URL parameter. So instead I put this code into a |
@bors r+ rollup |
…oc, r=notriddle Add sentence when rustdoc search is running This is a small improvement, mostly relevant on big search indexes. As soon as the search starts, it'll display:  cc `@jsha` r? `@notriddle`
…iaskrgr Rollup of 10 pull requests Successful merges: - rust-lang#104465 (Document more settings for building rustc for Fuchsia) - rust-lang#104951 (Simplify checking for `GeneratorKind::Async`) - rust-lang#104959 (Revert rust-lang#104269 (to avoid spurious hang/test failure in CI)) - rust-lang#104978 (notify the rust-analyzer team on changes to the rust-analyzer subtree) - rust-lang#105010 (Fix documentation of asymptotic complexity for rustc_data_structures::SortedMap) - rust-lang#105016 (Add sentence when rustdoc search is running) - rust-lang#105020 (rustdoc: merge background-image rules in rustdoc-toggle CSS) - rust-lang#105024 (rustdoc: remove `fnname` CSS class that's styled exactly like `fn`) - rust-lang#105027 (Rustdoc-Json: Add tests for linking to foreign variants.) - rust-lang#105038 (Clean up pr 104954) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This is a small improvement, mostly relevant on big search indexes. As soon as the search starts, it'll display:
cc @jsha
r? @notriddle