fraction / oasis

Free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
http://oasis-demo.fraction.io
GNU Affero General Public License v3.0
287 stars 42 forks source link

Fix 'liked by' hover in replies in Thread view #397

Closed sbillig closed 4 years ago

sbillig commented 4 years ago

What's the problem you solved?

The 'liked by' title (hover) wasn't present in replies in the Threads view; now it is.

What solution are you recommending?

post() and postInAside() were basically the same, apart from the missing 'liked by' title in the latter, and an additional "post" css class in the former, so I removed postInAside() and used post() in its place.

The "post" class doesn't seem to do anything, so I left it in for the replies (which now have class = "post reply", instead of just "reply"). Lemme know if I should change this.

christianbundy commented 4 years ago

Deleting lines and fixing a bug? Almost too good to be true. Thanks for fixing this!