ep_comments_page
ep_comments_page copied to clipboard
Comments in Etherpad - No Longer Highly Experimental, now highly awesome!
## Context * **OS**: Intel Mac OS X 10_14_6 * **Browser** : Mozilla/5.0, Chrome/86.0.4240.198 * **Etherpad** version: 1.8.6 * **ep_comments_page** version: 0.1.51 ## Behavior When adding a suggestion, proposition text...
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.56.0. Release notes Sourced from eslint's releases. v8.56.0 Features 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin) 31a7e3f feat: fix...
Bumps [saucelabs/sauce-connect-action](https://github.com/saucelabs/sauce-connect-action) from 2.3.5 to 2.3.6. Release notes Sourced from saucelabs/sauce-connect-action's releases. Sauce Connect Proxy Version 4.8.2 update to Sauce Connect v4.8.2 prevent unhandled promise rejection from startSc dependencies updated...
The positioning of inline comment input form would go out of view when text is on the left side of document, added check to see if popup is out of...
Tried in FF and Chrome newest version. No error in console shown. See video attached. https://user-images.githubusercontent.com/888562/206703507-2b641748-1229-4a54-bbc7-8af59e9b28d8.mp4
1. Reply to a comment 2. Submit a suggested change 
Remove underscore dependency for [this function](https://github.com/ether/ep_comments_page/blob/277f0d024fff50cabad2ce15fde49988f62ae69e/static/js/index.js#L1074&L1078): ```js EpComments.prototype.buildComments = function (commentsData) { const comments = _.map(commentsData, (commentData, commentId) => this.buildComment(commentId, commentData.data)); return comments; }; ``` **TO** ```js EpComments.prototype.buildComments = function...