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

Global styles #1557

Merged
merged 10 commits into from
Aug 8, 2019
Merged

Global styles #1557

merged 10 commits into from
Aug 8, 2019

Conversation

bjoernricks
Copy link
Contributor

@bjoernricks bjoernricks commented Aug 8, 2019

Checklist:

Replace rendering of global styles via glamor with a styled component.
We are using the GlobalStyles component instead now.
@bjoernricks bjoernricks marked this pull request as ready for review August 8, 2019 13:23
With this change glamor is only used for the Axis component.
Currently this test may be a bit flacky. It will fail e.g. if glamor is
removed or the version of styled-component is changed. If it fails to
often it should be removed.
@codecov
Copy link

codecov bot commented Aug 8, 2019

Codecov Report

Merging #1557 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1557      +/-   ##
==========================================
+ Coverage    36.5%   36.51%   +0.01%     
==========================================
  Files        1031     1031              
  Lines       23796    23792       -4     
  Branches     6571     6570       -1     
==========================================
+ Hits         8686     8687       +1     
+ Misses      13723    13719       -4     
+ Partials     1387     1386       -1
Impacted Files Coverage Δ
gsa/src/web/app.js 0% <ø> (ø) ⬆️
gsa/src/web/utils/theme.js 100% <ø> (ø) ⬆️
gsa/src/web/components/layout/globalstyles.js 100% <100%> (ø)
gsa/src/web/components/chart/line.js 12.56% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0f3dca1...3f9c868. Read the comment docs.

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@swaterkamp swaterkamp left a comment

Choose a reason for hiding this comment

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

I found a small typo in the Changelog. Other than that this PR looks good.

swaterkamp and others added 2 commits August 8, 2019 16:30
Co-Authored-By: Steffen Waterkamp <32056637+swaterkamp@users.noreply.github.com>
@bjoernricks bjoernricks merged commit 2b30d51 into greenbone:master Aug 8, 2019
@bjoernricks bjoernricks deleted the global-styles branch August 8, 2019 14:55
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