529 Commits

Author SHA1 Message Date
4020dfc912 Refactored MarkdownControl to not use constructor and simplified render method 2016-09-27 13:08:25 +02:00
107e8f7104 Moved MarkupItReactRenderer to /components. Added a story for it. 2016-09-27 12:57:41 +02:00
78eb65bca2 Renamed component 2016-09-27 12:24:52 +02:00
f38e6b6f25 Use dangerouslySetInnerHTML since the react parser wasn't working with inline styles correctly. 2016-09-27 12:18:52 +02:00
05913d4a1b Omit not allowed attributes instead of white-listing them 2016-09-27 11:33:28 +02:00
e0724aa1bd Use react-htmlparser2 to render HTML to React VDOM 2016-09-27 11:26:28 +02:00
0a9eb3d688 Fixed a typo 2016-09-27 11:14:41 +02:00
71c638bc27 Integrated MD Preview component with mediaproxy 2016-09-26 15:59:49 +02:00
cdc71a2bbf Sanitize unsupported props. This removes all React warnings. Refactored renderToken. 2016-09-26 15:37:25 +02:00
af8ea80142 Added support for custom renderers 2016-09-26 13:31:36 +02:00
20e681e7ec Added support for rendering inlined HTML in MD documents 2016-09-26 13:18:22 +02:00
1860a2389d Use Immutable data structure without converting to JSON for speed and profit. Added more tests. 2016-09-23 19:56:35 +02:00
57688af42e Support more elements. Import dicitonaries from markup-it. Added more tests. 2016-09-22 22:34:43 +02:00
9392fdbe30 Integrated MarkitupReactRenderer with Preview pane 2016-09-22 21:53:57 +02:00
04c9780ee1 Better implementation 2016-09-22 21:53:11 +02:00
c928fbccaf Switched to enzyme 2016-09-22 21:52:43 +02:00
c243a62a32 Generate keys for arrays of elements to remove React warnings. Pass only a single child if possible. 2016-09-22 18:23:44 +02:00
7fe1a6f8b6 Extracted renderToken function from class. Do not render additional <div>. 2016-09-22 17:44:25 +02:00
95008d8607 WIP on React renderer for any Markit-up syntax 2016-09-22 17:36:02 +02:00
d351f10a9b Fixed formatting of richText.js 2016-09-22 10:03:02 +02:00
d7363f276e Removed “AppHeader” and “FindBar” from UI 2016-09-19 15:52:20 -03:00
19e33a0d82 Merge branch 'react-pr' into dashboard-link 2016-09-16 15:20:24 +02:00
4da610a2b3 Better names for methods. Fixes ESLint warnings. 2016-09-16 15:01:19 +02:00
eb187e1f05 Fixed React warning when using Immutable.map with .map 2016-09-16 14:28:25 +02:00
46667926b2 Moved findBar to components and decopuled it from redux as much as possible.
Removed stories from containers. These aren't possible to write since containers depend on redux.
2016-09-16 12:54:26 +02:00
9914b5a668 refactor dragndrop 2016-09-15 15:50:33 -03:00
f6ab5e3d47 Better AppHeader component. WIP. 2016-09-15 18:56:08 +02:00
71b5b0bde9 merge button for editorial workflow 2016-09-14 18:25:45 -03:00
91846cdbc5 Toast component 2016-09-14 11:59:59 -03:00
0b447d483d Editorial workflow Drag'nDrop 2016-09-13 18:54:39 -03:00
f4a6929d17 minor css adjustments 2016-09-13 15:10:56 -03:00
357bcb18cc Merge branch 'react-pr' into lint-staged 2016-09-13 18:50:18 +02:00
e8fe7e0c80 layout adjustments 2016-09-13 12:32:26 -03:00
e783410a2d typo 2016-09-13 11:27:06 -03:00
eb14200643 Fixed ESLint errors and warning that could be fixed with eslint --fix 2016-09-13 15:30:58 +02:00
42853f2af8 Handle formats better 2016-09-13 14:53:50 +02:00
f51525baaa edit unpublished content on EntryPage (through HOC) 2016-09-13 03:59:48 -03:00
7cd5d84fa5 Merge remote-tracking branch 'origin/react-pr' into react-ui-updates
Replaced dateFormat with moment

Conflicts:
	package.json
	src/backends/netlify-git/API.js
	src/containers/CollectionPage.js
	src/formats/formats.js
2016-09-12 15:35:56 +02:00
9ced3f16c8 Add a custom template to the example 2016-09-12 15:27:45 +02:00
8221c9c170 Maor UI polish for editing with live preview 2016-09-12 11:14:21 +02:00
fcd0ce718a Support for YAML content 2016-09-11 23:08:18 +02:00
bbbf3c5621 Add datetime widget 2016-09-11 23:07:48 +02:00
8d63ff0a88 Expose methods for installations to create custom preview components 2016-09-11 17:53:44 +02:00
c84d538eb6 editor workflow ui adjustments 2016-09-09 17:15:58 -03:00
c51f42658e Get rid of double connect in markdown control 2016-09-09 17:32:23 +02:00
102429aa5b Make preview pane render to an iframe 2016-09-09 17:31:59 +02:00
b6874152d9 unpublished items dashboard 2016-09-08 19:04:54 -03:00
1065bcf0cc Merge remote-tracking branch 'origin/react' into react-ui-updates 2016-09-08 20:47:11 +02:00
76693c71bd typo 2016-09-06 15:18:48 -03:00
04db90710b Loading Animation 2016-09-05 18:28:07 -03:00