I am about to create a comments feature for my users that replicates the comments feature in the classic Apps. However, if I use a List component the new Apps layout only seems to allow me to add 2 lines in each list item. It’s not very flexible.
It’s simply built by a form and displayed via Custom Collection. Like my report button, you can add a Like button. Reply wont be inline with the comment you want to reply to though… it would just open another form to add a comment.
If you wanted to add using simply a text entry custom form, I would assume you would need a helper table with a button that adds your comment to a USC, along with the users Name, current date and image. Then complete an add row action to your actual Comments Table and reference all the info located in your helper table.
Not on my computer at the moment, but its quite simple.
Just instead of selecting a List Collection, choose Custom Collection. This allows you to add as many elements as you want, vs being restricted to only 3-4 in a List Collection.
I believe mine is just
Title Component
Rich Text for the Flex Name - Relative Date
Button - Minimal
There are some limitations to it such as the inability to group. Also of your users are on desktop, obviously look at that view too as it can look very different depending on device