summaryrefslogtreecommitdiffstats
path: root/client/lib/inlinedform.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint errors.Lauri Ojansivu2018-06-261-4/+4
|
* refactorpravdomil2018-06-191-3/+3
|
* submit inline form on click outsidepravdomil2018-06-191-1/+11
|
* Fix undefined variables errorsMaxime Quandalle2016-07-211-1/+1
|
* Avoid <a> links redirections on inlinedFormMaxime Quandalle2016-07-201-1/+3
| | | | Fixes #647 (IE 11)
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-031-16/+16
| | | | | | | | | 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).
* Replace the component bounded `cachedValue` by a global `UnsavedEdits`Maxime Quandalle2015-08-311-0/+78
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