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

When creating a tab with a URL, show a minimal interstitial page #272

Merged
merged 4 commits into from
Dec 8, 2021

Commits on Dec 5, 2021

  1. When creating a tab with a URL, show a minimal interstitial page instead

    of about:newtab
    
    it's less distracting than about:newtab imo, esp if the network is slow
    awfulcooking committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    d176b10 View commit details
    Browse the repository at this point in the history
  2. Make all Error() modals wait until they're dismissed before returning…

    … to their caller
    
    Stops them from being defocused by any activity that happens when they return.
    
    e.g. navigating to about:newtab when loading fails during an interstitial.
    awfulcooking committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    149011a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    546581c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cfb91b View commit details
    Browse the repository at this point in the history