summaryrefslogtreecommitdiffstats
path: root/client/lib/multiSelection.js
Commit message (Collapse)AuthorAgeFilesLines
* Click on the page to escape the last actionMaxime Quandalle2015-06-071-6/+3
| | | | | | This is a generalization of what we had for closing a popup by clicking outside of it. It now works for inlinedForms and detailsPane as well.
* Implement multi-selectionMaxime Quandalle2015-05-301-0/+159
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.