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

Ztri 32 markdown to jsx #32

Merged
merged 3 commits into from
Jun 16, 2020
Merged

Ztri 32 markdown to jsx #32

merged 3 commits into from
Jun 16, 2020

Conversation

Joepock123
Copy link
Contributor

No description provided.

@Joepock123 Joepock123 requested review from Ivo-Evans and VatsKan June 16, 2020 13:37
@codecov-commenter
Copy link

codecov-commenter commented Jun 16, 2020

Codecov Report

Merging #32 into master will decrease coverage by 1.56%.
The diff coverage is 26.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   59.38%   57.81%   -1.57%     
==========================================
  Files          36       38       +2     
  Lines         261      275      +14     
  Branches       15       15              
==========================================
+ Hits          155      159       +4     
- Misses        102      112      +10     
  Partials        4        4              
Impacted Files Coverage Δ
src/App.js 100.00% <ø> (ø)
...c/components/Pages/workshopOverview/MainSection.js 75.00% <0.00%> (ø)
...ponents/Pages/workshopOverview/WorkshopOverview.js 16.66% <ø> (ø)
src/utils/getFromJSON.js 0.00% <ø> (ø)
...omponents/Pages/WorkshopContent/WorkshopContent.js 9.09% <9.09%> (ø)
src/components/Pages/WorkshopContent/style.js 100.00% <100.00%> (ø)
src/styles/variables.js 100.00% <100.00%> (ø)

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 8b95540...a80baa3. Read the comment docs.

@@ -23,6 +23,7 @@
"@typescript-eslint/parser": "^3.2.0",
"airtable": "^0.8.1",
"inquirer": "^7.1.0",
"markdown-to-jsx": "^6.11.4",
Copy link
Contributor

Choose a reason for hiding this comment

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

i see youve added another dependency interesting

Copy link
Contributor Author

Choose a reason for hiding this comment

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

How about dat

import PropTypes from 'prop-types';
// import Markdown from 'markdown-to-jsx';

import * as SC from './style';
Copy link
Contributor

Choose a reason for hiding this comment

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

very clear what SC means

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -10,6 +10,7 @@ export const offWhite = '#fbf9fa';
export const medButtonHeight = '42px';
export const smallButtonHeight = '38px';
export const titleBarVerticalPadding = '8px';
export const mainContainerWidth = '700px';
Copy link
Contributor

Choose a reason for hiding this comment

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

nice use of relative units

@VatsKan VatsKan merged commit 681e6ea into master Jun 16, 2020
@VatsKan
Copy link
Contributor

VatsKan commented Jun 16, 2020

well done folks

@Joepock123 Joepock123 deleted the ZTRI-32-markdown-to-jsx branch June 18, 2020 13:51
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.

3 participants