summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardBody.js
Commit message (Collapse)AuthorAgeFilesLines
* Work on the card activities and commentsMaxime Quandalle2015-06-121-10/+1
| | | | | | | | | This commit also introduces a new CSSEvents object that is used to abstract vendor specifics events related to CSS transitions and animations. Fixes #183. Fixes #179.
* Improve the card details pane overlay interactionsMaxime Quandalle2015-06-061-0/+10
|
* Start designing the card details paneMaxime Quandalle2015-06-051-2/+6
| | | | Implement a dynamic overflow to focus sight on the pane.
* Implement multi-selectionMaxime Quandalle2015-05-301-6/+13
| | | | | | 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.
* UI improvementsMaxime Quandalle2015-05-271-0/+141
* Implement visibility choice on board creation; * Rework the board header bar. Remove links to un-implemented features; * Implement a board star counter (visible if the board have >2 stars); * Define a new icon (a thin cross) to close elements; * Remove $(document).on('mouseover') event handlers that were basically fired hundreds of times for nothing, we now define a proper Tracker dependency to execute jquery-ui plugin initialization only when something has changed; * Bug fixes related to list scrolling.