arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Add support for reacting to posts #37

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Adds the ability to react to posts. Fixes #12.

The existing logic for dislikes didn't work. This fixes the bugs in that, but it still seems like a weird way to do things - once someone unlikes a post, no votes of any kind will show for that post from that person again, even if they post another vote later. Is that how it's supposed to work?

arj03 commented 3 years ago

This is really fantastic!

I added a few minor review suggestions.

KyleMaas commented 3 years ago

How's that? I think my vim indentation settings were set for tabs.

arj03 commented 3 years ago

Excellent! Thanks a lot.