Cássio Zen
78e179854e
Editorial Workflow basic doc
2016-10-17 18:05:39 -02:00
Cássio Zen
3f433f9c9e
Documentation folder
2016-10-17 18:05:15 -02:00
Andrey Okonetchnikov
f3b448106d
Added notifications. Closes #101
...
- Using react-notifications to manage redux state
- Refactored Toast component to be stateless
- Toasts can be stacked
- Cleaned up CSS
- Updated stories
2016-10-17 12:35:31 +02:00
Andrey Okonetchnikov
863d90c8ee
Use Loader on the entry page. Closes #102
2016-10-14 13:42:58 +02:00
Andrey Okonetchnikov
0d525bdad1
Run yarn instead of npm on Travis CI
2016-10-14 13:35:43 +02:00
Andrey Okonetchnikov
d22f49fa01
Merge branch 'master' into yarn
2016-10-14 12:45:44 +02:00
Andrey Okonetchnikov
3b18fb4f87
Added visual feedback during saving of the entry. Related to #101
2016-10-13 14:31:44 +02:00
Andrey Okonetchnikov
e53262d92c
Moved persisting logic to entryDraft reducer + added tests.
2016-10-13 14:30:11 +02:00
Andrey Okonetchnikov
ffe27acc10
Merge branch 'master' into markitup-react
2016-10-13 13:48:41 +02:00
Andrey Okonetchnikov
6ac9407908
Merge pull request #110 from netlify/jest-update
...
Update Jest to 0.16
2016-10-13 13:47:06 +02:00
Andrey Okonetchnikov
3d715a9f9f
Updated lint-staged to 3.1.0
2016-10-13 13:45:31 +02:00
Andrey Okonetchnikov
d630463dd5
Merge branch 'master' into jest-update
2016-10-13 13:40:15 +02:00
Andrey Okonetchnikov
f9c43bd275
Removed expect import
2016-10-13 11:56:26 +02:00
Andrey Okonetchnikov
5e333aca20
Removed obsolte snapshot
2016-10-13 11:55:46 +02:00
Andrey Okonetchnikov
27659b77f1
Removed console.error from auth reducer to cleanup tests outputs. We should use Netlify error wrapper.
2016-10-13 11:34:55 +02:00
Andrey Okonetchnikov
b61b53d15b
Merge branch 'master' into markitup-react
2016-10-13 11:27:53 +02:00
Andrey Okonetchnikov
e7a4675075
Merge pull request #107 from netlify/tmp-disable-lint-ci
...
Temporarily disabled linting in `test` script
2016-10-13 11:26:43 +02:00
Andrey Okonetchnikov
9565b1d68f
Added yarn.lock file
2016-10-13 11:21:04 +02:00
Andrey Okonetchnikov
3376322bf4
Temporarily disabled linting in test
script until #96 and #99 are merged.
...
This way we can at least see if tests are failing.
2016-10-13 11:17:49 +02:00
Andrey Okonetchnikov
077e83dfc9
Handle entry persisting state in actions and reducer + added tests.
2016-10-12 19:19:05 +02:00
Andrey Okonetchnikov
a80d1087b2
Simplified a regexp in the webpack config
2016-10-12 19:17:37 +02:00
Andrey Okonetchnikov
06b0a7bdaa
Added fsevents as devDep to reduce the CPU load of webpack-dev-server on Mac OS X.
...
See https://github.com/webpack/webpack-dev-middleware/issues/40
2016-10-12 17:13:11 +02:00
Andrey Okonetchnikov
8d51f9be3e
Fixed ESLint errors and tests for entries reducer
2016-10-12 16:04:58 +02:00
Andrey Okonetchnikov
2f37b3df12
Fixed eslint errors
2016-10-12 16:01:27 +02:00
Andrey Okonetchnikov
4c5e72a2eb
Updated MarkitupReactRenderer test
2016-10-12 15:52:41 +02:00
Andrey Okonetchnikov
fee2d8e731
Updated Jest config to work with webpack and CSS-modules
2016-10-12 14:52:05 +02:00
Andrey Okonetchnikov
190aa05d68
Use react-toolbox buttons. Added Cancel button for the entry editor.
2016-10-11 18:27:37 +02:00
Andrey Okonetchnikov
6fa02bf79b
Removed //eslint-disable-line
2016-10-11 14:56:33 +02:00
Andrey Okonetchnikov
4868267669
Added onOverlayClick to handle the NavBar. Hide it initially + added a fixed permanentAt to make editing screen more usable.
2016-10-11 11:42:06 +02:00
Andrey Okonetchnikov
03ac8fcaed
Use a correct propType
2016-10-11 11:34:28 +02:00
Andrey Okonetchnikov
0688a9c5ab
Added propTypes + some code refactoring to fix eslint errors
2016-10-11 11:33:56 +02:00
Andrey Okonetchnikov
4da6c9708a
Added propTypes to AppHeader and fixed ESLint errors.
2016-10-11 10:47:47 +02:00
Andrey Okonetchnikov
e0160af9c6
Merge branch 'master' into markitup-react
2016-10-11 10:41:51 +02:00
Andrey Okonetchnikov
ad7acfb347
Merge pull request #97 from netlify/css-modules-undefined
...
CSS-modules `undefined` overlay
2016-10-11 10:32:00 +02:00
Andrey Okonetchnikov
0dd8ad46b9
Merge pull request #94 from netlify/ui-cleanup
...
Better AppHeader
2016-10-11 10:30:59 +02:00
Andrey Okonetchnikov
899681ee84
Merge branch 'master' into markitup-react
2016-10-11 10:28:42 +02:00
Cássio Zen
e89db336a7
avoid branches without metadata
...
but keep trying to load metadata for remaining unpublished branches
2016-10-10 18:33:49 -03:00
Andrey Okonetchnikov
cc1c2f91e0
Moved frontend deps from devDependencies to dependencies. Fixes lots of eslint errors.
2016-10-10 22:17:25 +02:00
Cássio Zen
494ea636a3
eslint adjustments
2016-10-10 16:35:42 -03:00
Cássio Zen
ff0949e417
small bugfixes
2016-10-10 16:10:55 -03:00
Cássio Souza
2815a86e0c
Search integration (React Version) ( #84 )
...
* algolia integration skeleton
* Configuration Defaults
* Implemented partial entries with lazy loading of complete file
* Moved backend selection logic to actioncreators
* basic pagination for entries
* general search skeleton
* Basic search result listing
* Redo search for different search terms
* search results pagination
* Changing integration config & handling
* Changing integration config & handling
* new integration config model
2016-10-10 15:34:21 -03:00
Andrey Okonetchnikov
5cb820b2f1
Updated lint-staged to 4.0.0-beta-2
2016-10-10 18:00:55 +02:00
Andrey Okonetchnikov
91927357b7
Added jest to lint-staged
2016-10-07 16:44:33 +02:00
Andrey Okonetchnikov
b295d1e6ab
Updated jest to 16.x
2016-10-07 16:44:23 +02:00
Andrey Okonetchnikov
45d810a25f
Updated eslint config GH repo name
2016-10-06 17:03:30 +02:00
Andrey Okonetchnikov
b1a039701c
Require utils.css in dev mode only
2016-10-06 16:11:11 +02:00
Andrey Okonetchnikov
44d652de35
Added utils.css with .undefined global class
2016-10-06 16:10:21 +02:00
Andrey Okonetchnikov
60ec67c2a9
Added process.env.NODE_ENV
to webpack.DefinePlugin
2016-10-06 15:59:19 +02:00
Andrey Okonetchnikov
de5958752a
Merge pull request #90 from netlify/enforce-code-style
...
Enforces code style
2016-10-06 15:35:02 +02:00
Andrey Okonetchnikov
5388884bf6
Integrated with webpack dev config
2016-10-06 15:27:25 +02:00