summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardHeader.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix the starsMaxime Quandalle2015-08-251-2/+2
| | | | Fixes #214
* Automatically star new boards created with the header shortcutMaxime Quandalle2015-06-091-0/+3
|
* Add a UI to restore archived cardsMaxime Quandalle2015-06-071-0/+4
|
* Restore the popup to add a member to the boardMaxime Quandalle2015-06-061-1/+1
|
* Implement multi-selectionMaxime Quandalle2015-05-301-4/+17
| | | | | | 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/+157
* 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.