summaryrefslogtreecommitdiffstats
path: root/client/lib/unsavedEdits.js
Commit message (Collapse)AuthorAgeFilesLines
* Replace the component bounded `cachedValue` by a global `UnsavedEdits`Maxime Quandalle2015-08-311-0/+82
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