plebbit / plebbit-react

A GUI for plebbit
https://plebbitapp.eth.limo
GNU General Public License v2.0
35 stars 6 forks source link

The replyCount in the comment card shows 0 when undefined, but it should show a loading skeleton instead, because it doesn't yet know that it's 0 #318

Closed estebanabaroa closed 1 year ago

estebanabaroa commented 1 year ago

The replyCount in the comment card shows 0 when comment.replyCount === undefined, but it should show a loading skeleton instead, because it doesn't yet know that it's 0. Sometimes it shows 0, and then comments appears later, which is bad UX, the user will think it's 0 instead of thinking that comments are loading.