Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Feature/apps 3013 markdown #1296

Merged
merged 31 commits into from
Jun 25, 2021
Merged

Feature/apps 3013 markdown #1296

merged 31 commits into from
Jun 25, 2021

Conversation

solomontang
Copy link
Contributor

@solomontang solomontang commented Jun 23, 2021

  • Add MarkdownPreview, MarkdownEditor, and MarkdownWrapper (styles) components
  • adds react-markdown, remark-gfm, and rehype-highlight, to dependencies
  • update material-ui to latest
    image

"clsx": "~1.1.1",
"polished": "~4.1.0",
"process": "~0.11.10",
Copy link
Member

Choose a reason for hiding this comment

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

Is this the Node process package? Why does this need to be included? How big is the package?

Copy link
Member

Choose a reason for hiding this comment

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

@codecov
Copy link

codecov bot commented Jun 23, 2021

Codecov Report

Merging #1296 (003e81b) into develop (3f1b0f8) will increase coverage by 0.11%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop    #1296      +/-   ##
===========================================
+ Coverage    90.28%   90.39%   +0.11%     
===========================================
  Files          125      128       +3     
  Lines         1420     1437      +17     
  Branches       385      388       +3     
===========================================
+ Hits          1282     1299      +17     
  Misses         130      130              
  Partials         8        8              
Impacted Files Coverage Δ
src/index.js 100.00% <ø> (ø)
src/text/src/components/TextArea.js 100.00% <ø> (ø)
src/markdown/src/components/MarkdownEditor.js 100.00% <100.00%> (ø)
src/markdown/src/components/MarkdownPreview.js 100.00% <100.00%> (ø)
.../markdown/src/components/styled/MarkdownWrapper.js 100.00% <100.00%> (ø)

Comment on lines 96 to 98
export {
MarkdownWrapper
};
Copy link
Member

Choose a reason for hiding this comment

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

This should be the default export:

Suggested change
export {
MarkdownWrapper
};
export default MarkdownWrapper;

giuliacampana
giuliacampana previously approved these changes Jun 24, 2021
anzioka
anzioka previously approved these changes Jun 24, 2021
bergieboy
bergieboy previously approved these changes Jun 24, 2021
@solomontang solomontang dismissed stale reviews from bergieboy, anzioka, and giuliacampana via ad91121 June 24, 2021 22:00
@solomontang solomontang merged commit 1aa073c into develop Jun 25, 2021
@solomontang solomontang deleted the feature/APPS-3013-markdown branch June 25, 2021 16:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants