Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint errors. | Lauri Ojansivu | 2018-06-26 | 1 | -4/+4 |
| | |||||
* | refactor | pravdomil | 2018-06-19 | 1 | -3/+3 |
| | |||||
* | submit inline form on click outside | pravdomil | 2018-06-19 | 1 | -1/+11 |
| | |||||
* | Fix undefined variables errors | Maxime Quandalle | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Avoid <a> links redirections on inlinedForm | Maxime Quandalle | 2016-07-20 | 1 | -1/+3 |
| | | | | Fixes #647 (IE 11) | ||||
* | Enforce a consistent ES6 coding style | Maxime Quandalle | 2015-09-03 | 1 | -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 Quandalle | 2015-08-31 | 1 | -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 |