#1 We add the “View thread” button that collapses or expands the sub-comments of a comment. On collapse, the chevron is pointing to the right, on expand, it is pointing downwards.
#1.1. Ideally, if not too hard to add, this “View thread” button also has the number of sub-comments of the initial comment.
#1.2. If there are 0 sub-comments, the “View thread” button isn’t viewable.
#2 Quotes get a new look, with big quotation marks at the beginning, followed by big italic link-colored text.
#3 Comment actions get added below the comment content. On big screens, these buttons have labels.
Note: Annotations should have their look updated to be cohesive with comments. See the proposal for their look update.
Hi, sorry to ask this but if comments are to be getting an visual update and improvement would it be possible to also include a fix to this issue? https://jira.xwiki.org/browse/XWIKI-21730
It’s still quite confusing for our users that they can post comments on pages they only have view rights (no edit rights) but can‘t delete them.
I’m not sure how it’s handled today, but my guess is that every single comment is loaded.
If we keep loading every comment from the start, it should be pretty easy to have a count here
I’m worried about consistency. In lots of places (everywhere?) we use actions on the right. So I think this would be a new style rule and we need to agree that we want to go in this direction and imagine other places where it should also apply.
<future>
At some point we’ll need to solve the comment scalability issue (imagine a page with 1000 comments). Either through some “more” button or through a LiveData table with a custom layout. If we were to implement it with a LD, would we put the action buttons on the right as we do everywhere else?
</future>
I find it way simpler to notice actions on the right than under. In your proposed screenshot, my brain is mixing the action with the text of the comment and I find it very hard to process.
I also find the actions under very distracting when all you want is to read the comments, which is the main use case (there are in general some order of magnitude of readers vs writers in a wiki).
In addition, this will use a new vertical line and vertical space is scarce, leading to displaying less comments overall on a single page.
+1
Moreover, but I have no typography skills, I’d like quotations to just add an extra element, and do not change the quote contents - e.g. the vertical bar XWiki currently has - or its formatting (no font change, weight, etc.
So one is free to quote something with the original formatting or manually get rid of it (i.e. with Ctrl+Shift+V), otherwise it’s always a pain to handle quotations with copy-paste (even of content outside the wiki)