summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebarFilters.jade
Commit message (Collapse)AuthorAgeFilesLines
* Add a button to move selected cardsMaxime Quandalle2015-12-101-0/+7
| | | | | | | This is an alternative to drag and drop to move a set of selected cards. This feature was available at the list level until I deleted it in 5bdf91b, so it makes sense to add it back at the multi-selection level.
* bugfix: only care active members, also optimize some codefloatinghotpot2015-12-081-24/+22
|
* Translate the label colorsMaxime Quandalle2015-10-151-1/+1
|
* Remove redundant wordsAlexander Sulfrian2015-09-161-2/+2
|
* Fix a recurrent English typoMaxime Quandalle2015-09-061-2/+2
|
* Update translation source fileMaxime Quandalle2015-09-011-8/+8
|
* profile name changed fullname and comma hotfix.Yasar icli2015-07-181-2/+2
|
* Improve the multi-selection experienceMaxime Quandalle2015-06-161-19/+46
| | | | | | | | | | New features: - select all filtered cards - assign or unassign a member to selected cards - archive selected cards This commit also fix the card sort indexes calculation when a multi- selection is drag-dropped.
* Re-factor the avatar system and support avatar uploadsMaxime Quandalle2015-06-091-1/+1
| | | | | | | | | | | | | | | The user is now able to upload an avatar, and pick one in a list. This functionality should eventually be abstracted in a community package but we still need to work on a great public API. We rely on collectionFS to manage uploaded avatars. We also removed bengott:avatar which was trying to solve the wrong problem (namely displaying the avatar, which is as simple as displaying an image), and not a avatar system as it should be. Gravatar support is coming (back) soon. We may also want to have a list of default fun avatars the user can choose instead of uploading its own one.
* Implement multi-selectionMaxime Quandalle2015-05-301-0/+57
The UI and the internal APIs are still rough around the edges but the feature is basically working. You can now select multiple cards and move them together or (un|)assign them a label.