- Notifications
You must be signed in to change notification settings - Fork913
fix: hide app icon if not found#16684
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM but deferring to the FE expert here!
Uh oh!
There was an error while loading.Please reload this page.
Can we also show a warning somewhere to let the user know that the path used is incorrect? I am not sure what is the best place to show the warning.
|
@matifali This is strictly in the browser, so we don't have too many options. As a Coder user, I wouldn't like to see some toasts, but I believe we could drop a single |
a2d4b99
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Fixes:#14759
This PR dynamically hides icon's
<img>
tag if the image can't be loaded (HTTP 404).