Skip to content
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

refactor app load #134

Merged
merged 5 commits into from
Dec 22, 2016
Merged

refactor app load #134

merged 5 commits into from
Dec 22, 2016

Conversation

vutran
Copy link
Member

@vutran vutran commented Dec 14, 2016

This PR decouples the createWindow() function. This allows us to load the theme file before creating the window to set the default window's background color.

The <App /> component is split into an outer and inner wrapper so we can better manage it's margins/padding for faking the squared/rounded edges with CSS border-radius.

In addition, the ResultDetailsContainer is also updated to return an empty <span /> element if no details are available. This eliminates the border that is seen from the <ResultsDetails /> component.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.356% when pulling 96fb45f on fix-linux-bg-color into 8e8df61 on develop.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.356% when pulling df8fb3f on fix-linux-bg-color into 8e8df61 on develop.

@vutran
Copy link
Member Author

vutran commented Dec 14, 2016

This should also fix the issue seen in #132

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.356% when pulling 810a207 on fix-linux-bg-color into 8e8df61 on develop.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.845% when pulling 6b936cd on fix-linux-bg-color into b83de88 on develop.

@vutran vutran force-pushed the fix-linux-bg-color branch from 6b936cd to 7cf33d5 Compare December 18, 2016 22:06
@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.845% when pulling 7cf33d5 on fix-linux-bg-color into b83de88 on develop.

@vutran vutran merged commit 7d75be3 into develop Dec 22, 2016
@vutran vutran deleted the fix-linux-bg-color branch December 22, 2016 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants