Skip to content

Commit

Permalink
feat(article): fix editor
Browse files Browse the repository at this point in the history
- change editor from ck editor to quill
- add responsiveness for smaller size screens

[#162381200]
  • Loading branch information
Andela-Jalil committed Dec 11, 2018
1 parent 7eb629c commit ca12f8e
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 68 deletions.
117 changes: 102 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@ckeditor/ckeditor5-build-classic": "^11.1.1",
"@ckeditor/ckeditor5-react": "^1.1.0",
"acorn": "^6.0.4",
"autoprefixer": "^9.3.1",
"babel-core": "^7.0.0-bridge.0",
Expand All @@ -67,9 +65,6 @@
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"downshift": "^3.1.5",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"enzyme-to-json": "^3.3.4",
"express": "^4.16.4",
"font-awesome": "^4.7.0",
"html-loader": "^0.5.5",
Expand All @@ -85,6 +80,7 @@
"react": "^16.6.3",
"react-autocomplete": "^1.8.1",
"react-dom": "^16.6.3",
"react-quill": "^1.3.3",
"react-redux": "^5.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
Expand Down
1 change: 0 additions & 1 deletion public/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ body {

.site-content {
overflow: hidden;
padding: 0 2em;
}

footer {
Expand Down
Loading

0 comments on commit ca12f8e

Please sign in to comment.