-
Notifications
You must be signed in to change notification settings - Fork 879
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
Updates to shields panel v2 #12523
Updates to shields panel v2 #12523
Conversation
9789f0b
to
f0f9939
Compare
Need to check unit test & storybook failures.
|
f0f9939
to
8c705b8
Compare
@simonhong Fixed all crashes |
8c705b8
to
54c0665
Compare
A Storybook has been deployed to preview UI for the latest push |
54c0665
to
b6e3447
Compare
A Storybook has been deployed to preview UI for the latest push |
b6e3447
to
780c5e9
Compare
A Storybook has been deployed to preview UI for the latest push |
780c5e9
to
cd8bc74
Compare
A Storybook has been deployed to preview UI for the latest push |
cd8bc74
to
77a928c
Compare
A Storybook has been deployed to preview UI for the latest push |
77a928c
to
9137e74
Compare
A Storybook has been deployed to preview UI for the latest push |
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.
Don't have more comments for c++ side.
I'll pass webui changes review to @petemill
babfa96
to
5fa7aef
Compare
A Storybook has been deployed to preview UI for the latest push |
5fa7aef
to
1d4744f
Compare
A Storybook has been deployed to preview UI for the latest push |
5a5d554
to
d21fef2
Compare
A Storybook has been deployed to preview UI for the latest push |
- Added favicon observer - Added web component button
d39a5a5
to
3876d05
Compare
A Storybook has been deployed to preview UI for the latest push |
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.
nice polish 👍
Just a couple nits or follow-ups
@@ -64,14 +70,13 @@ function TreeList (props: Props) { | |||
</div> | |||
</S.TreeBox> | |||
<S.Footer> | |||
<S.BackButton | |||
type="button" | |||
<Button | |||
aria-label="Back to previous screen" |
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.
follow-up: should be translated
@@ -18,7 +18,7 @@ | |||
|
|||
<message name="IDS_BRAVE_SHIELDS_BROKEN" desc="A footnote below the main Shields switch button."> | |||
If this site seems broken, try Shields down. | |||
<ph name="LINK_BEFORE">$1</ph>Note: this may reduce Brave privacy protections.<ph name="LINK_AFTER">$2</ph> | |||
<ph name="LINK_BEFORE">$1</ph>Note: this may reduce Brave's privacy protections.<ph name="LINK_AFTER">$2</ph> |
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.
This isn't really a link is it? Just styling differently for the second line? Also I'm not sure how translations will handle or preserve the line-break (and whether we should rely on that anyway).
I suggest we split in to 2 strings to be simpler.
merged, will do follow ups on a separate PR |
Resolves brave/brave-browser#21416
Resolves brave/brave-browser#21559
Resolves brave/brave-browser#21572
Resolves brave/brave-browser#21570
Resolves brave/brave-browser#21583
Resolves brave/brave-browser#21613
Resolves brave/brave-browser#17369
Resolves brave/brave-browser#21581
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: