-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Surface script blocking shortcuts to "Allow once", fix scripts functionality, focus indicators, and scroll #2996
Comments
Added dash.svg to the zipped folder per Cezar's feedback. |
- blocking a script now takes effect immeditately. scripts blocked now go to the blocked list only after second interaction address brave/brave-browser#2996
- * scripts now show intermediary state "allowed once" and "blocked once" * lists with zero items are now hidden * add ability to see grouped scripts address brave/brave-browser#2996
- blocking a script now takes effect immeditately. scripts blocked now go to the blocked list only after second interaction address brave/brave-browser#2996
- * scripts now show intermediary state "allowed once" and "blocked once" * lists with zero items are now hidden * add ability to see grouped scripts fix brave/brave-browser#4572 fix brave/brave-browser#4570 fix brave/brave-browser#4567 address brave/brave-browser#2996
- blocking a script now takes effect immeditately. scripts blocked now go to the blocked list only after second interaction address brave/brave-browser#2996
- * scripts now show intermediary state "allowed once" and "blocked once" * lists with zero items are now hidden * add ability to see grouped scripts fix brave/brave-browser#4572 fix brave/brave-browser#4570 fix brave/brave-browser#4567 address brave/brave-browser#2996
@karenkliu could you please take a look at this and check what items remain missing? It would be best if we can split them into multiple smaller issues. |
At a quick glance, it seems only full FQDN display is missing, but I can be possibly wrong. |
FQDN was split from here a while ago #4574. I did a new check and it does seem it's the only item left. I'm going to close this one for now but please re-open if I'm mistaken. |
Description
noscript.mov.zip
The current design takes 3 clicks:
Designs
When looking at the scripts detail view, we should enable horizontal scrolling so that someone can see the full FQDN.
If it's longer than the content area, the additional text to the left of the registered domain (ETLD+1) is initially truncated as an ellipses. In this new design, we do not show the path or "https://" at all. Only the full FQDN or (...)(registered domain) is shown.
All interactive UI elements in the scripts detail view should have keyboard support and the appropriate focus treatment.
The interface should accommodate long strings when translated. For example, the strings in the Shields panel translated to Russian should wrap like this:
Grab the SVG assets from this ZIP folder:
icons.zip
For more CSS and plain text, check Abstract link: https://share.goabstract.com/68d70c4d-8c77-4588-9ee5-ce6418505c79
Theme Update
Since we enabled light/dark theme switching in a quick fix, here is the updated color theming for your reference:
Abstract link: https://share.goabstract.com/bb5e3286-b046-4276-9651-37768069932e
The text was updated successfully, but these errors were encountered: