You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show 404 pages for unknown crates/versions
Instead of redirecting back to a known URL and showing a notification message, we now stay on the requested URL and show an error page instead.
<img width="721" alt="Bildschirmfoto 2021-11-10 um 14 41 29" src="https://user-images.githubusercontent.com/141300/141200350-d31a3b60-79a9-43eb-b104-aee1238d55f3.png">
(though with "Crate/Version not found" instead)
The implementation is a little questionable, but due to the way the `error` substates in Ember.js work I've found no other way to implement this.
This PR is based on #4154.
0 commit comments