-
Notifications
You must be signed in to change notification settings - Fork 159
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
Upstream 6b774f2dfad7f8097b80539db30cfa27a355d299 #9383
Conversation
|
||
return { | ||
title: $gettext('Blocked pop-ups and redirects'), | ||
timeout: 20, |
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.
@elizavetaRa 10s felt too short, so I doubled it. Still quite a lot of text to digest for the average user though
Random CI failures.. |
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.
We were somehow not talking about the same thing... I meant, we should put the whole window open and message code into the composable - not just the message...
const { $gettext } = useGettext() | ||
|
||
return { | ||
title: $gettext('Blocked pop-ups and redirects'), |
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.
Please use a slightly different title to make clear, that blocking is not a feature but that the app detected, that pop ups are getting blocked:
"Pop-up and redirect block detected"
timeout: 20, | ||
status: 'warning', | ||
desc: $gettext( | ||
'Some features might not work correctly. Please enable pop-ups and redirects in Settings > Privacy & Security > Site Settings > Permissions' |
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.
Please use a more generic message that applies to all browsers:
"Please turn on pop-ups and redirects in your browser settings to make sure everything works right."
60b2af1
to
3a6a8a7
Compare
SonarCloud Quality Gate failed. 0 Bugs 33.3% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Related Issue