Commit graph

7 commits

Author SHA1 Message Date
Lauri Ojansivu
aa2a15bf1b Fix lint errors. 2018-06-26 01:36:44 +03:00
pravdomil
620bbb3394 refactor 2018-06-19 16:43:02 +02:00
pravdomil
77ae6c17e7 submit inline form on click outside 2018-06-19 16:38:42 +02:00
Maxime Quandalle
77069a36cd
Fix undefined variables errors 2016-07-21 11:19:52 +02:00
Maxime Quandalle
3ed00f3db7
Avoid <a> links redirections on inlinedForm
Fixes #647 (IE 11)
2016-07-20 11:33:51 +02:00
Maxime Quandalle
b3851817ec Enforce a consistent ES6 coding style
Replace the old (and broken) jshint + jscsrc by eslint and configure
it to support some of the ES6 features.

The command `eslint` currently has one error which is a bug that was
discovered by its static analysis and should be fixed (usage of a
dead object).
2015-09-03 23:12:46 +02:00
Maxime Quandalle
d644cba38f Replace the component bounded cachedValue by a global UnsavedEdits
This new draft saving system is currently only implemented for the
card description and comment. We need better a component
inheritance/composition model to support this for all editable fields.

Fixes #186
2015-08-31 15:52:16 +02:00
Renamed from client/components/forms/inlinedform.js (Browse further)