summaryrefslogtreecommitdiffstats
path: root/client/components/activities/activities.styl
Commit message (Collapse)AuthorAgeFilesLines
* Yet another iteration on the user interfaceMaxime Quandalle2015-08-281-1/+2
| | | | | | | | | | | | * 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
* Work on the card activities and commentsMaxime Quandalle2015-06-121-0/+28
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.