aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/src/components/Comment.vue
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-4/+4
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* fix(comments): manually center align submit button in new comment fieldEdward Ly2024-07-171-1/+1
| | | | Signed-off-by: Edward Ly <contact@edward.ly>
* fix(comments): comment deleting with activities installedGrigory Vodyanov2024-07-151-1/+8
| | | | | | | Signed-off-by: Grigory Vodyanov <scratchx@gmx.com> Signed-off-by: Grigory V <scratchx@gmx.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(comments): Use proper icon components instead of icon classes to fix ↵Ferdinand Thiessen2024-06-131-11/+25
| | | | | | dark mode Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* enh(comments): Add always visible labels for comment inputFerdinand Thiessen2024-01-121-0/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(comments): Move from Moment.js to `NcDateTime`Ferdinand Thiessen2023-11-271-7/+11
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Remove quotes from inputMarco2023-11-221-1/+1
| | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
* Verticaly align comment avatarMarco2023-11-221-1/+1
| | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
* feat(comments): Use activity tab to mount comments sidebar section if availableFerdinand Thiessen2023-11-161-1/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(comments): move new comment instructions placeholder to descriptionGrigorii K. Shartsev2023-10-071-24/+37
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-021-1/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix lint errorsVarun Patil2023-05-231-1/+3
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* Optimize webpack chunksVarun Patil2023-05-231-1/+1
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* Create semantic list for comments in comments tabjulia.kirschenheuter2023-04-031-2/+8
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-11/+11
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Refine file comments designQuentin Guidée2022-12-221-72/+84
| | | | Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
* Fix mentions rendering in comment editorLouis Chemineau2022-11-211-0/+1
| | | | | | NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-25/+25
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-4/+4
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Buttonify comment postingChristopher Ng2022-07-191-22/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Auto fix warningsLouis Chemineau2022-01-211-4/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-2/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use new div method in scssLouis Chemineau2022-01-081-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix comments field value updateVincent Petry2021-03-111-2/+3
| | | | | | | Fixes issue where the comment field value was not properly read out of the rich content field. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Only include moments once in commentsRoeland Jago Douma2021-01-221-1/+1
| | | | | | Shaves off a decent amount of the code size. Let alone the parsing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add mentions dataJohn Molakvoæ (skjnldsv)2020-10-281-5/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Hide long messagesJohn Molakvoæ (skjnldsv)2020-10-281-1/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix white-space displayJohn Molakvoæ (skjnldsv)2020-10-281-2/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Prevent submitting empty messagesJohn Molakvoæ (skjnldsv)2020-10-281-2/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)2020-10-201-1/+4
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-201-0/+295
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>