Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Various URL bar related design fixes #8059

Merged
merged 1 commit into from
Apr 4, 2017

Conversation

NejcZdovc
Copy link
Contributor

@NejcZdovc NejcZdovc commented Apr 3, 2017

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).

Resolves #8058

Auditors

@bradleyrichter @bsclifton

Test Plan

@NejcZdovc NejcZdovc added design A design change, especially one which needs input from the design team. feature/URLbar PR/needs-QA-attention ☕ labels Apr 3, 2017
@NejcZdovc NejcZdovc added this to the 0.14.2 milestone Apr 3, 2017
@NejcZdovc NejcZdovc self-assigned this Apr 3, 2017
Copy link
Contributor

@bradleyrichter bradleyrichter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks perfect. solves all items in referenced issue...

Copy link
Member

@bsclifton bsclifton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! ++ 😄

color: #333;
box-shadow: inset 0 0 0 1px #bbb, inset 0 0 0 3px rgba(55, 169, 253, 0.4);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's replace #bbb and rgba(55, 169, 253, 0.4) with variables and add them to variables.less and global.js for future refactoring work.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@@ -132,11 +132,10 @@ const styles = StyleSheet.create({
WebkitAppRegion: 'no-drag',
borderWidth: '1px 1px 1px 0px',
borderStyle: 'solid',
borderColor: '#CBCBCB',
borderColor: '#BBB',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's apply the variable for box-shadow of navigationBar.less.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@luixxiul luixxiul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left the feedbacks.

@NejcZdovc
Copy link
Contributor Author

@luixxiul can you please review it again?

@NejcZdovc NejcZdovc requested a review from luixxiul April 4, 2017 09:18
Copy link
Contributor

@luixxiul luixxiul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on macOS. LGTM!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
design A design change, especially one which needs input from the design team. feature/URLbar QA/test-plan-specified release-notes/include
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants