summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebarArchives.jade
Commit message (Collapse)AuthorAgeFilesLines
* Add popup menu and archive actionAndrés Manelli2018-02-011-0/+11
|
* Update translation source fileMaxime Quandalle2015-09-011-5/+5
|
* Hide feature non-member users can't useMaxime Quandalle2015-08-281-8/+10
| | | | | Fixes #206 Fixes #244
* Start the migration from iron-router to flow-routerMaxime Quandalle2015-08-231-1/+1
| | | | | | | | | | | | | | | | | | | Motivations: * Iron-Router foces us to use Tracker.nonreactive black magic in order to avoid un-necessary re-renders; * There is a community consensus (supported by some MDG members) that the flow-router API is easier to reason about; * The useraccounts now supports flow router (that was a blocking element when I considered the switch ~3months ago) On the server we use the Picker router, as encouraged by the Kadira team (which develop both Flow and Picker routers). In the current state of things there are some bugs related to the missing Loading architecure. Previously onRendered callback where always called when the data the component needed was available, now we have to handle this ourselves, which we will in a following commit.
* Implement list restorationMaxime Quandalle2015-08-221-11/+24
|
* Warn if the user try to restore a card in an archived listMaxime Quandalle2015-08-201-0/+2
|
* Add a UI to restore archived cardsMaxime Quandalle2015-06-071-0/+10