summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebarArchives.jade
Commit message (Collapse)AuthorAgeFilesLines
* Add Worker role.Lauri Ojansivu2020-01-051-24/+30
| | | | | | | | | | This was originally added at Wekan v3.58, reverted at Wekan v3.60 because of bugs, and now after fixes added back. Thanks to xet7 ! Closes #2788
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-30/+24
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-24/+30
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Fixed #2338 -> Slow opening of big boards with too many archived itemswekan2019-05-131-47/+49
|
* remove featureguillaume2019-04-231-6/+22
|
* 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