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

fix: never show empty error alerts #1622

Merged
merged 4 commits into from
Jul 1, 2023

Conversation

wescopeland
Copy link
Member

@wescopeland wescopeland commented Jun 19, 2023

This PR remediates an issue that I am often able to reproduce on iOS Safari: every now and then when swiping through pages, an empty error alert appears at the top of the screen and doesn't leave.

This can occur for desktop users too, see #1427.

I suspect this is occurring because Safari will leave an idle tab running on the home page which causes issues with the Active Players widget, however that is just a working theory for now. When actively trying to repro the issue, I can't. It happens fairly often though when I'm mindlessly thumbing through the site.

I've also added trace logging so if this case occurs we can see exactly where it's coming from.

Resolves #1427.

@Jamiras Jamiras merged commit fe9cdba into RetroAchievements:master Jul 1, 2023
5 checks passed
@wescopeland wescopeland deleted the no-empty-error-bar branch July 1, 2023 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Homepage eventually shows red error bar after some time
2 participants