Skip to content

Conversation page bugfixes

Joshua Goins requested to merge work/redstrate/convo-bugfixes into master

Lots of small papercuts fixed in the conversations view!

  • Removed the buggy hoverhandler, and using the one provided by the list item instead. It handles the whole rect properly, including the padding.
  • Disable the boost interaction for direct posts, kind of weird we didn't handle that until now. Oops? 😆
  • Hide "Post" actions inside of threads. See the commit message for the full reasoning.

Merge request reports