Mathias Biilmann Christensen
c859d7234e
Position editor toolbar
2016-10-22 04:37:22 -07:00
Mathias Biilmann Christensen
a172c13996
Update package name
2016-10-21 17:02:05 -07:00
Mathias Biilmann Christensen
3cdaf7cc66
Bump version
2016-10-21 17:00:05 -07:00
Cássio Souza
2c8cdfc15e
Webpack for production build ( #134 )
...
* Webpack config for production build
2016-10-21 21:18:45 -02:00
Andrey Okonetchnikov
188fec4529
[feature] Better loading indicator
...
- Use react-topbar-progress-indicator as a global loading indicator.
- Added a global reducer that only holds `isFetching` for now.
- Display loading indicator on any `*_REQUEST` actions.
- Closes #103
2016-10-20 18:52:24 +02:00
Cássio Souza
e001714aed
Optimistic Updates ( #114 )
...
* Optimistic Updates structure
* Optimistic update for Editorial Workflow
2016-10-18 14:30:13 -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
ffe27acc10
Merge branch 'master' into markitup-react
2016-10-13 13:48:41 +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
b61b53d15b
Merge branch 'master' into markitup-react
2016-10-13 11:27:53 +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
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
fee2d8e731
Updated Jest config to work with webpack and CSS-modules
2016-10-12 14:52:05 +02:00
Andrey Okonetchnikov
899681ee84
Merge branch 'master' into markitup-react
2016-10-11 10:28:42 +02: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
de5958752a
Merge pull request #90 from netlify/enforce-code-style
...
Enforces code style
2016-10-06 15:35:02 +02:00
Andrey Okonetchnikov
9c7c5360e6
Use shareable netlify eslint config.
2016-10-06 14:57:47 +02:00
Andrey Okonetchnikov
6d484463ca
Added declaration-use-variable
2016-10-06 14:57:46 +02:00
Andrey Okonetchnikov
0361c4c79b
Updated eslint-* deps
2016-10-06 14:57:46 +02:00
Andrey Okonetchnikov
4c30278fb5
Added npm-check with tasks
2016-10-06 14:57:46 +02:00
Andrey Okonetchnikov
6d9a3962dc
npm test
will run all linters and tests. This is needed for the CI.
2016-10-05 17:45:29 +02:00
Andrey Okonetchnikov
18be4e8fd2
Removed *.jsx from lint-staged config
2016-10-05 12:34:58 +02:00
Andrey Okonetchnikov
af0563eb70
Added lint-staged rule for CSS files
2016-10-05 12:34:27 +02:00
Andrey Okonetchnikov
a801714f16
Added stylefmt and lint:css:fix task
2016-10-05 12:32:59 +02:00
Andrey Okonetchnikov
0ccaad5822
Added stylelint + config
2016-10-05 12:15:26 +02:00
Andrey Okonetchnikov
ca34def49e
Merge branch 'master' into markitup-react
2016-10-03 17:00:11 +02:00
Andrey Okonetchnikov
4c50952131
Enfore semicolon for class properties
2016-10-03 16:34:48 +02:00
Andrey Okonetchnikov
2b5a987945
WIP on drag'n'drop image uploading
2016-09-28 11:19:12 +02:00
Andrey Okonetchnikov
f38e6b6f25
Use dangerouslySetInnerHTML since the react parser wasn't working with inline styles correctly.
2016-09-27 12:18:52 +02:00
Andrey Okonetchnikov
e0724aa1bd
Use react-htmlparser2 to render HTML to React VDOM
2016-09-27 11:26:28 +02:00
Andrey Okonetchnikov
cdc71a2bbf
Sanitize unsupported props. This removes all React warnings. Refactored renderToken.
2016-09-26 15:37:25 +02:00
Andrey Okonetchnikov
c928fbccaf
Switched to enzyme
2016-09-22 21:52:43 +02:00
Andrey Okonetchnikov
2c483220b5
Updated lint-staged
2016-09-22 17:37:18 +02:00
Andrey Okonetchnikov
862b85e4c3
Added support for testing React components
2016-09-22 17:20:05 +02:00
Andrey Okonetchnikov
0b69f6fa98
Switched to Jest testing framework.
...
Made tests pass again. Created entries.spec.js + made it pass.
Added wallaby.config.js to support wallaby.js runner.
2016-09-20 14:00:03 +02:00
Andrey Okonetchnikov
19e33a0d82
Merge branch 'react-pr' into dashboard-link
2016-09-16 15:20:24 +02:00
Cássio Zen
ded39fc1bc
Merge branch 'react-pr' of https://github.com/netlify/netlify-cms into react-pr
2016-09-15 15:50:39 -03:00
Cássio Zen
9914b5a668
refactor dragndrop
2016-09-15 15:50:33 -03:00
Andrey Okonetchnikov
ede273a732
Splitted webpack config into base and dev. Re-use it in .storybook webpack config.
2016-09-15 20:05:18 +02:00
Andrey Okonetchnikov
b2d4714c90
Integrated material-ui
2016-09-15 18:53:24 +02:00
Andrey Okonetchnikov
bc88df5bf0
Merge branch 'react' into react-pr
2016-09-15 10:59:46 +02:00
Cássio Zen
0b447d483d
Editorial workflow Drag'nDrop
2016-09-13 18:54:39 -03:00
Andrey Okonetchnikov
357bcb18cc
Merge branch 'react-pr' into lint-staged
2016-09-13 18:50:18 +02:00
Andrey Okonetchnikov
5f74d0ae28
Removed extract-text-webpack-plugin for now to enable HMR for CSS as well.
2016-09-13 17:18:19 +02:00
Andrey Okonetchnikov
3f4bc929e9
Enabled HMR
2016-09-13 17:08:51 +02:00
Andrey Okonetchnikov
09841c05e2
Added lint-staged with the eslint autofix config.
2016-09-13 15:27:29 +02:00
Andrey Okonetchnikov
26dab74439
Updated eslint
...
Updated ESLint dependency and removed unused eslint-loader.
Also added 2 tasks to package.json: 'lint' and 'lint:fix'.
2016-09-13 15:23:17 +02:00
Andrey Okonetchnikov
c810aec0b5
Added missing dependenicy expect
2016-09-13 12:53:22 +02:00
Mathias Biilmann Christensen
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
Mathias Biilmann Christensen
8221c9c170
Maor UI polish for editing with live preview
2016-09-12 11:14:21 +02:00
Mathias Biilmann Christensen
bbbf3c5621
Add datetime widget
2016-09-11 23:07:48 +02:00
Mathias Biilmann Christensen
8d63ff0a88
Expose methods for installations to create custom preview components
2016-09-11 17:53:44 +02:00
Cássio Zen
c84d538eb6
editor workflow ui adjustments
2016-09-09 17:15:58 -03:00
Cássio Zen
04db90710b
Loading Animation
2016-09-05 18:28:07 -03:00
Mathias Biilmann Christensen
2980ba8565
Add netlify-git backend
2016-09-04 19:55:14 +02:00
Cássio Zen
b4f3a38bd5
Preview using MarkupIt
2016-08-18 17:26:01 -03:00
Cássio Zen
d22a4da057
Using custom markup-it (temporarily)
2016-08-18 09:09:24 -03:00
Cássio Zen
a0a24ebf72
plugin architecture
2016-08-17 09:52:17 -03:00
Cássio Zen
994d969247
Raw text editor (with markdown highlight)
2016-08-11 17:06:01 -03:00
Cássio Zen
5a4fe3c214
changed markdown serializer
2016-08-10 18:59:56 -03:00
Cássio Zen
669cfe3e8c
slate version bump
2016-08-06 18:55:02 -03:00
Cássio Zen
5fa551dcb2
Add/Remove link
2016-08-06 18:16:30 -03:00
Cássio Zen
baf388039e
Block menu implementation
2016-08-05 13:19:31 -03:00
Cássio Zen
08d5110d3a
Hover menu
2016-08-02 23:25:45 -03:00
Cássio Zen
fb38de60d3
draftjs out, slate in
2016-08-01 16:41:55 -03:00
Cássio Zen
7345c7bd32
Generating findbar commands dynamically based on config
2016-07-20 12:15:29 -03:00
Cássio Zen
18ad041d96
Preparing for github file persistence
2016-07-19 17:11:22 -03:00
Cássio Zen
8fdb46f085
extracting css file
2016-07-18 15:07:45 -03:00
Cássio Zen
e3643217de
setting base href support for router
2016-07-15 15:05:04 -03:00
Cássio Zen
1741c12bea
First CardUI commit
2016-07-11 18:57:54 -03:00
Cássio Zen
2ba79fde26
storybook build task
2016-07-06 19:51:43 -03:00
Cássio Zen
cc505a4025
Merge branch 'storybook' into react-find-bar
2016-07-06 15:51:43 -03:00
Cássio Zen
409f0e2ec0
Added storybook stories
2016-07-05 15:48:18 -03:00
Cássio Zen
473357b6b7
start implementing findbar
2016-07-05 13:48:52 -03:00
Cássio Zen
44bf70a2ae
Basic methods: compile regexp, match command, get suggestions
2016-06-30 18:12:23 -03:00
Cássio Zen
c6babdecff
UI structure (basic cards + css modules setup)
2016-06-30 17:28:47 -03:00
Cássio Zen
f5509c7808
Rect dependency version bump
2016-06-30 17:28:47 -03:00
Cássio Zen
37cf1ba52d
eslint compliance on presentational components
2016-06-30 17:28:47 -03:00
Mathias Biilmann Christensen
c64fa11f3a
Add build script
2016-06-18 13:05:28 -07:00
Mathias Biilmann Christensen
32e54cdbdc
Load, display and edit entries from test repo and github
2016-06-05 01:52:18 -07:00
Mathias Biilmann Christensen
d2aa1adf7b
Basic editing with some widgets
2016-05-30 16:55:32 -07:00
Mathias Biilmann Christensen
978b7290c5
Test repo can now be used to list entries
2016-02-25 20:40:35 -08:00
Mathias Biilmann Christensen
c60d8ba706
Initial commit
2016-02-25 00:45:56 -08:00