No visual indication of comments being fetched/loaded in a mod post #104
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a user visit a mod post, the comments section is empty, which isn't an issue, but seconds to a moment later it populates the section with comments.
This represents a UX issue where the user might make the mistake that there is not comments to look at.
Solution: To have a visual indicator (that spinning/loading icon) in the comments section for an X period of time (let's go with 15 seconds?) where it goes away either after that period of time , or when comments finish loading in (in sets of 50 max latest comments, with a button at the bottom 'load older' to load another 50, and so on).
I am for the fixed time indicator between the two since comments use subscription and will continue to process the new events for as long as the user stays on the page (there is no finish).