Filip Barl
982711f9af
Wrap multiline JSX DOM.
2017-10-17 19:08:43 +02:00
Filip Barl
230aea32cf
Autofix jsx-max-props-per-line.
2017-10-17 19:08:43 +02:00
Filip Barl
d81e50d418
Fix DOM closing tag location.
2017-10-17 19:07:52 +02:00
Filip Barl
ef2f32dc99
Declared Sparkline PropTypes.
2017-10-17 19:07:14 +02:00
Filip Barl
c26914087f
Use destructuring instead of deep assignment whenever possible.
2017-10-17 19:07:14 +02:00
Filip Barl
dbea420883
Autofix for padded-blocks.
2017-10-17 19:07:14 +02:00
Filip Barl
2fcbdb7e16
Applied autofix for object-curly-newline rule.
2017-10-17 19:07:14 +02:00
Filip Barl
d9a8afe81d
No restricted globals.
2017-10-17 19:07:14 +02:00
Filip Barl
a07e5dd70a
Small DOM semantic replacements.
2017-10-17 19:07:14 +02:00
Filip Barl
a369c158a5
Converted some links into buttons.
2017-10-17 19:07:14 +02:00
Filip Barl
659c9b1304
Fixed spaced-comment.
2017-10-17 19:03:44 +02:00
Filip Barl
dfe4944ec7
Fixed indentation.
2017-10-17 19:03:44 +02:00
jpellizzari
bfefa0902b
Added exports and install script
2017-01-24 11:25:02 -08:00
jpellizzari
62448ee7cb
Added debugging/troubleshooting menu; Moved troubleshooting icons
2017-01-05 13:46:51 -08:00
Filip Barl
26b3e9efc9
Reapplied all the eslint upgrade changes
2016-12-15 15:04:53 +01:00
David
99bfab89b7
Revert "Upgraded eslint & eslint-config-airbnb"
2016-12-12 16:06:13 +01:00
Filip Barl
1b5f3ae4bf
Using individual D3 modules
2016-12-12 11:04:49 +01:00
Filip Barl
71f44e8b70
Got rid of findDOMNode helper
2016-12-12 11:04:49 +01:00
Filip Barl
90685c89f1
Applied 'jsx-no-target-blank' lint rule
2016-12-12 11:04:15 +01:00
Filip Barl
86d61cf0d6
Extracted 'static' methods outside of classes for the 'class-methods-use-this' lint rule
2016-12-12 11:04:15 +01:00
Filip Barl
8dce4e8f36
Fixed the failing test
2016-12-12 11:03:16 +01:00
Filip Barl
776b4d72eb
Applied no-mixed-operators linting rule
2016-12-12 11:03:16 +01:00
Filip Barl
e60418a986
Applied label-has-for linting rule
2016-12-12 11:03:16 +01:00
Filip Barl
b9241b377a
Applied no-underscore-dangle linting rule
2016-12-12 11:03:16 +01:00
Filip Barl
3fdcd9b5e7
Applied arrow-parens linting rule
2016-12-12 11:02:18 +01:00
Filip Barl
f5ae864fa2
Made all lines less than 100 characters
2016-12-12 10:58:29 +01:00
fbarl
e47c3e0973
Applied a couple of simpler rules
2016-12-12 10:56:56 +01:00
fbarl
0cb48f6d71
Upgraded eslint, airbnb linting rules, and made trivial fixes
2016-12-12 10:55:45 +01:00
David Kaltschmidt
96aae9bc99
Migrate from Flux to Redux
...
* better state visibility
* pure state changes
* state debug panel (show: crtl-h, move: ctrl-w)
2016-04-27 17:21:46 +02:00
Simon Howe
4c378283cb
Pure-mixin-ify more stuff.
...
Helps a lot for dragging around the canvas.
2016-04-06 12:44:24 +02:00
David Kaltschmidt
e4270f69b7
Upgraded dev deps and linted JS according to latest airbnb rules
2016-03-15 18:09:45 +01:00
Simon Howe
dbd789317d
Also proxy WS to the BE while in dev mode.
...
WS weren't using the proxy.
2015-12-15 16:39:57 +01:00
David Kaltschmidt
7d5cc11d7e
Enable linter for js test files
2015-11-11 19:09:40 +01:00
David Kaltschmidt
acbf8a665d
Upgrade eslint, react and react-motion
...
* get rid of material-ui
* reduced bundle size by 20%
2015-11-11 15:51:27 +01:00
David Kaltschmidt
abcb94b1f1
UI for controls.
...
- Make backend address configurable via env variable
- `BACKEND_HOST=1.2.3.4:4040 npm start` points the frontend to the app on that server. Just for development
- Render control icons
- removed close x for details panel
- added control icons in its space
- closing of panel still works by clicking on same node, or background
- Dont allow control while pending
- Render and auto-dismiss control error
- Make tests pass
2015-11-06 17:44:28 +00:00
David Kaltschmidt
7d1ee40a2b
Fixed lint errors in all js files
...
- Also added linter configuration, and make linter fail on error
- fixing ES6 errors and added ES6 transformer
- gulp target to try local build
- linted gulpfile
- cant hook into gulp lint yet, because gulp does currently not support
ES6 which some rules demand, since gulp cant transpile itself, we have a
chicken and egg problem.
- ES6 transpiler for test runner
- removed old linter config
- adapted editorconfig to reflect linter config
2015-05-28 15:07:13 +00:00
David Kaltschmidt
42a3f57e11
Added linter for js
...
- use global stricts
- use airbnb linter rules
- gulp lint target
- make target client-lint
2015-05-28 15:06:46 +00:00