summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-07-26130-130/+130
|
* Merge pull request #9222 from ↵Morris Jobke2018-07-258-48/+421
|\ | | | | | | | | nextcloud/feature/noid/search-for-files-by-comments Allow to search files by comments
| * Brighter comments iconMorris Jobke2018-07-251-1/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Add pagination supportJoas Schilling2018-07-251-17/+30
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow to search by commentsJoas Schilling2018-07-257-1/+345
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Correctly register everything via the Application classJoas Schilling2018-07-252-48/+62
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Limit small avatar rendering only to inline mentionsJulius Härtl2018-07-251-1/+5
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixed comments designJohn Molakvoæ (skjnldsv)2018-07-241-24/+22
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Focus the comment input on tab select/loadingJohn Molakvoæ (skjnldsv)2018-07-241-0/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-07-242-0/+2
|
* Merge pull request #10286 from nextcloud/bugfix/noid/comments-layoutMorris Jobke2018-07-191-0/+1
|\ | | | | Fix comment input overlay on empty discussion
| * Fix comment input overlay on empty discussionJulius Härtl2018-07-181-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix inline avatar display for mentions in commentsJulius Härtl2018-07-182-3/+26
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-07-106-8/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-06-272-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-06-222-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-212-4/+6
|
* Various apps scssJohn Molakvoæ (skjnldsv)2018-06-202-16/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-06-172-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-032-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-312-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-304-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-05-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-262-10/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-05-256-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-2312-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-05-222-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1812-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1712-22/+22
|
* [tx-robot] updated from transifexNextcloud bot2018-05-132-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-252-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-222-4/+4
|
* Fixes issue with the large cursor on Safari in the comment section.Abijeet2018-04-141-3/+6
| | | | | | This was being caused due to the `display: inline-block` on the contenteditable div. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-04-132-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-12130-260/+260
|
* Merge pull request #7800 from Abijeet/bug-7281Morris Jobke2018-04-115-103/+240
|\ | | | | Fixes the usability issues with the comment section delete and edit
| * Fixing failing test cases due to change in functionality.Abijeet2018-03-272-25/+25
| | | | | | | | | | | | Also fixes scrutinizer warnings. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Disabled comment changes opacity only for message text.Abijeet2018-03-271-1/+1
| | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Adds a tooltip for the submit / save button in comments.Abijeet2018-03-272-3/+3
| | | | | | | | | | | | | | | | Towards #7281 Also hiding the menu before triggering click action. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Added ellipsis for longer usernames.Abijeet2018-03-271-1/+6
| | | | | | | | | | | | Towards #7281 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Moves the edit and delete options into a dropdown menu.Abijeet2018-03-274-25/+151
| | | | | | | | | | | | | | | | | | Fixes #7281 - Added a new View to render the dropdown. - Modified the existing code. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Converts the css file to scss file, and adds border-top to comments.Abijeet2018-03-271-0/+4
| | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Fixes the following UI issues,Abijeet2018-03-272-57/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Increased the size of the delete, edit, close and submit buttons to take up 44x44px. 2. Now showing the delete button at all times when editing to avoid usability issues with touch screens. 3. Edit icon is also shown at all times, rather than only on hover. 4. Reduced the gap between comments a wee bit. 5. Fixed issues with focus event now working properly for edit and delete. 6. Removed absolute positioning of elements for alignment. 7. Fixed issue with tooltips becoming too high due to padding around actions. Occurred due to my changes. 8. Changed the position of the submit and close icons. 9. Fixed issue with jumping of the delete icon in Firefox. Occurred due to my changes. 10. Fixed issue with wrapping of content due to long author names. Occurred due to my changes. 11. Fixed issue with longer comments not appearing properly. This might have occurred due to my changes. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * Fixes div being added placed directly under ul during editing of comments.Abijeet2018-03-271-4/+5
| | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>