arj03 / ssb-browser-demo

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

More reactions #159

Closed arj03 closed 3 years ago

arj03 commented 3 years ago

I really like reactions, sadly we only have 3. It would be really nice with a hover thing where you can select a few more.

KyleMaas commented 3 years ago

Which ones would you like? They just need to be added to this list:

https://github.com/arj03/ssb-browser-demo/blob/master/ui/ssb-msg.js#L75

KyleMaas commented 3 years ago

As you can see from that code, I had more options in there before and pared it down a bit so it wasn't so overwhelming. But there are a few easy choices there if you want them.

arj03 commented 3 years ago

I think of all those are good, maybe add :rocket: and 🍕 :-)

arj03 commented 3 years ago

Regarding the overwhelming part then I think that would be solves with a popup or something

KyleMaas commented 3 years ago

I was originally trying for a popup, but couldn't find a good elegant way to do that. I'll give it another try, though.