Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only load one CSS theme by default #106915

Merged
merged 5 commits into from Mar 10, 2023

Commits on Mar 8, 2023

  1. Only load one CSS theme by default

    To avoid generating a FOUC at startup, this commit uses `document.write` to
    load the stylesheet initially.
    
    Co-Authored-By: Guillaume Gomez <guillaume1.gomez@gmail.com>
    notriddle and GuillaumeGomez committed Mar 8, 2023
    Copy the full SHA
    f916681 View commit details
    Browse the repository at this point in the history
  2. Fix eslint errors

    GuillaumeGomez authored and notriddle committed Mar 8, 2023
    Copy the full SHA
    5db516b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c5e92e0 View commit details
    Browse the repository at this point in the history
  4. Update browser-ui-test version

    Use NEAR check to allow one pixel difference between scroll positions.
    notriddle committed Mar 8, 2023
    Copy the full SHA
    d4dce3e View commit details
    Browse the repository at this point in the history
  5. Update src/librustdoc/html/static/js/storage.js

    Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
    notriddle and GuillaumeGomez committed Mar 8, 2023
    Copy the full SHA
    255fdb3 View commit details
    Browse the repository at this point in the history