aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/js/commentsmodifymenu.js
Commit message (Collapse)AuthorAgeFilesLines
* Move comments to webpackRoeland Jago Douma2019-02-261-109/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust some jsdocsJulius Härtl2018-10-241-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move more comments to compiled handlebarsRoeland Jago Douma2018-10-151-18/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fixing failing test cases due to change in functionality.Abijeet2018-03-271-3/+5
| | | | | | Also fixes scrutinizer warnings. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Adds a tooltip for the submit / save button in comments.Abijeet2018-03-271-2/+2
| | | | | | | | Towards #7281 Also hiding the menu before triggering click action. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Moves the edit and delete options into a dropdown menu.Abijeet2018-03-271-0/+122
Fixes #7281 - Added a new View to render the dropdown. - Modified the existing code. Signed-off-by: Abijeet <abijeetpatro@gmail.com>