-
Notifications
You must be signed in to change notification settings - Fork 973
Moves buttons from navigator and navigationBar into separate components #10355
Moves buttons from navigator and navigationBar into separate components #10355
Conversation
Resolves brave#10354 Auditors: @cezaraugusto @bsclifton Test Plan: - check if reload button is working - check if stop button is working - check if forward/back buttons are working - check if long press forward/back buttons are working - check if bookmark button is working (add/remove)
please refer to the original commit in the commit message if you don't mind. thanks. |
bookmarkButton: true, | ||
removeBookmarkButton: !!this.props.bookmarkKey, | ||
withHomeButton: getSetting(settings.SHOW_HOME_BUTTON), | ||
normalizeButton: true |
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.
will this be replaced with <NormalizedButton>
later?
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.
yeah this PR just moves things around and don't change any functionalities or introduce new ones
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.
ok understood.
@luixxiul which one is the original commit? this is just a pre-work for your PR |
Codecov Report
@@ Coverage Diff @@
## master #10355 +/- ##
==========================================
+ Coverage 53.67% 53.91% +0.24%
==========================================
Files 238 244 +6
Lines 21049 21189 +140
Branches 3256 3268 +12
==========================================
+ Hits 11297 11423 +126
- Misses 9752 9766 +14
|
ok nvm. |
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.
test plan works, no regressions in automated tests, ++
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.
++
Submitter Checklist:
git rebase -i
to squash commits (if needed).Resolves #10354
Addresses #9283
Auditors: @cezaraugusto @bsclifton
Test Plan:
Reviewer Checklist:
Tests