summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardBody.styl
Commit message (Collapse)AuthorAgeFilesLines
* Add siwmlane button. Allow card drop between swimlanesAndrés Manelli2018-01-191-4/+0
|
* First swimlane draft, no functionalityAndrés Manelli2018-01-191-2/+4
|
* Optimize for mobile web, show single list per page with navigate barnztqa2017-11-291-0/+15
|
* Improve list title formMaxime Quandalle2015-09-021-13/+13
|
* Fix the cursor used while dragging a listMaxime Quandalle2015-08-281-2/+2
|
* Yet another iteration on the user interfaceMaxime Quandalle2015-08-281-12/+5
| | | | | | | | | | | | * Automatically display the overlay when the card details is opened (previously we waited for the mouse to enter the card details panel) * Improve the design of the minicards badges * Change the minicard background when it is hovered or selected * Removes unimplemented features links from the UI * Fix the board canvas position when the sidebar is open (was hidden behind) Fixes #215
* Improve card and list sortable dragMaxime Quandalle2015-06-171-1/+0
| | | | | | | | Use a custom build of jquery-ui with only the plugins we need (instead of including everything). Fix a tricky bug of conflict between Blaze reactive updates and jquery-ui (which caused cards to sometimes disappear).
* Improve the multi-selection experienceMaxime Quandalle2015-06-161-1/+2
| | | | | | | | | | 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.
* Add a UI to restore archived cardsMaxime Quandalle2015-06-071-1/+2
|
* Improve the card details pane overlay interactionsMaxime Quandalle2015-06-061-0/+1
|
* Start designing the card details paneMaxime Quandalle2015-06-051-22/+32
| | | | Implement a dynamic overflow to focus sight on the pane.
* Work on the user account systemMaxime Quandalle2015-06-031-0/+1
| | | | | | | | 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/+5
| | | | | | 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/+34
* 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.