-
Notifications
You must be signed in to change notification settings - Fork 974
Conversation
this.props.notificationItem && styles.browserButton_notificationItem, | ||
// actionItem is just subtleItem with a blue background | ||
this.props.actionItem && | ||
[styles.browserButton_default, styles.browserButton_subtleItem, styles.browserButton_actionItem] |
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.
I would move the 3 lines above to a line between L16-L17, subtleItem
and extensionItem
.
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.
I agree
Change looks good, while opening about:error directly shows a blank tab without buttons. |
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.
Feedback left.
bad str, you should be lead to the err page typing an invalid url like |
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.
Submitter Checklist:
git rebase -i
to squash commits (if needed).Auditors: @luixxiul
Close #9163
Test Plan:
aihsdiuahsdis.cisdhjfsidf
or any other invalid url (which will lead you to about:error page)Reviewer Checklist:
Tests