Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Collapse long comments | Vincent Petry | 2016-02-08 | 1 | -4/+25 |
| | | | | | | | 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/+29 |
| | | | | | | | | 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. | ||||
* | Special label for deleted users in comments list | Vincent Petry | 2016-02-04 | 1 | -4/+15 |
| | |||||
* | Move comment delete action into edit mode | Vincent Petry | 2016-02-03 | 1 | -13/+20 |
| | |||||
* | Comment owner can now edit or delete | Vincent Petry | 2016-02-03 | 2 | -38/+158 |
| | |||||
* | Reset comments read marker after loading comments | Vincent Petry | 2016-02-03 | 4 | -7/+151 |
| | |||||
* | Add file row indicator for unread comments | Vincent Petry | 2016-02-03 | 1 | -0/+84 |
| | |||||
* | Fixed report name | Vincent Petry | 2016-02-02 | 1 | -2/+2 |
| | |||||
* | Added JS unit tests for comments | Vincent Petry | 2016-02-02 | 2 | -6/+6 |
| | |||||
* | Add spinner when submitting comments | Vincent Petry | 2016-02-02 | 1 | -5/+30 |
| | |||||
* | Fix formatting messages with newlines | Vincent Petry | 2016-02-02 | 1 | -2/+11 |
| | |||||
* | Better comments pagination logic | Vincent Petry | 2016-02-02 | 1 | -11/+9 |
| | |||||
* | Improve comments style, add avatars | Vincent Petry | 2016-02-02 | 2 | -22/+53 |
| | |||||
* | Use last comment's time for pagination | Vincent Petry | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Add pagination support for comments GUI | Vincent Petry | 2016-02-02 | 2 | -16/+45 |
| | |||||
* | Improve comment date format | Vincent Petry | 2016-02-02 | 1 | -3/+10 |
| | |||||
* | Comments GUI | Vincent Petry | 2016-02-02 | 5 | -0/+356 |