summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebarArchives.js
Commit message (Collapse)AuthorAgeFilesLines
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-031-17/+17
| | | | | | | | | 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).
* Update translation source fileMaxime Quandalle2015-09-011-2/+2
|
* Implement list restorationMaxime Quandalle2015-08-221-4/+19
|
* Warn if the user try to restore a card in an archived listMaxime Quandalle2015-08-201-0/+5
|
* Add a UI to restore archived cardsMaxime Quandalle2015-06-071-0/+26