Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Collapse long comments | Vincent Petry | 2016-02-08 | 1 | -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 UI | Vincent Petry | 2016-02-05 | 1 | -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 mode | Vincent Petry | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Comment owner can now edit or delete | Vincent Petry | 2016-02-03 | 1 | -0/+27 |
| | |||||
* | Add file row indicator for unread comments | Vincent Petry | 2016-02-03 | 1 | -0/+4 |
| | |||||
* | Add spinner when submitting comments | Vincent Petry | 2016-02-02 | 1 | -2/+2 |
| | |||||
* | Improve comments style, add avatars | Vincent Petry | 2016-02-02 | 1 | -0/+51 |