summaryrefslogtreecommitdiffstats
path: root/client/components/cards/labels.jade
Commit message (Collapse)AuthorAgeFilesLines
* - [View markdown on List names, Custom Fields (Text and Dropdown), Label names,Lauri Ojansivu2019-05-111-1/+2
| | | | | | | | All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334
* Add check to see if permissionnztqa2017-09-291-1/+2
|
* Re-implement label deletionMaxime Quandalle2015-10-201-1/+1
| | | | | | This was not ported during v0.9 re-factor. Fixes #322
* Switch the font to robotoMaxime Quandalle2015-08-201-2/+2
|
* Allow a user to edit its profile or avatar from a member popoverMaxime Quandalle2015-06-191-2/+2
| | | | | | | Fixes the data context on the member popover in the details pane. Also change the way Popover detect if the click is initiated from a parent popover -- from reading Blaze context, to looking at the event target parents.
* Fix #199Maxime Quandalle2015-06-161-5/+15
|
* Work on the card activities and commentsMaxime Quandalle2015-06-121-0/+27
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.