summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebarFilters.js
Commit message (Collapse)AuthorAgeFilesLines
* Improve the multi-selection experienceMaxime Quandalle2015-06-161-8/+50
| | | | | | | | | | 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.
* Work on the user account systemMaxime Quandalle2015-06-031-2/+2
| | | | | | | | Allow a user to modifies its name, username, initials, and password. Fixes username handling on sandstorm. Fixes #149.
* Implement multi-selectionMaxime Quandalle2015-05-301-0/+94
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.