summaryrefslogtreecommitdiffstats
path: root/apps/comments/css
Commit message (Collapse)AuthorAgeFilesLines
* Collapse long commentsVincent Petry2016-02-081-0/+43
| | | | | | | Very crude a naive implementation that relies on length and number of newlines. Should be good enough for most cases. Clicking on such comments will expand them.
* Limit comment size to 1000 in UIVincent Petry2016-02-051-1/+9
| | | | | | | | Whenever the limit is almost reached (90% of the length), a tooltip will appear. Once the limit is exceeded, the "Post" button will be disabled and the field will become red.
* Move comment delete action into edit modeVincent Petry2016-02-031-1/+1
|
* Comment owner can now edit or deleteVincent Petry2016-02-031-0/+27
|
* Add file row indicator for unread commentsVincent Petry2016-02-031-0/+4
|
* Add spinner when submitting commentsVincent Petry2016-02-021-2/+2
|
* Improve comments style, add avatarsVincent Petry2016-02-021-0/+51