-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
…nt page and make get request for the content Co-authored-by: jamesj-0 <[email protected]>
…ontent component Co-authored-by: jamesj-0 <[email protected]>
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
@@ -23,6 +23,7 @@ | |||
"@typescript-eslint/parser": "^3.2.0", | |||
"airtable": "^0.8.1", | |||
"inquirer": "^7.1.0", | |||
"markdown-to-jsx": "^6.11.4", |
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.
i see youve added another dependency interesting
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.
How about dat
import PropTypes from 'prop-types'; | ||
// import Markdown from 'markdown-to-jsx'; | ||
|
||
import * as SC from './style'; |
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.
very clear what SC means
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.
@@ -10,6 +10,7 @@ export const offWhite = '#fbf9fa'; | |||
export const medButtonHeight = '42px'; | |||
export const smallButtonHeight = '38px'; | |||
export const titleBarVerticalPadding = '8px'; | |||
export const mainContainerWidth = '700px'; |
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.
nice use of relative units
well done folks |
No description provided.