Skip to content

content: Implement reactions

Kévin Commaille requested to merge (removed):reactions into fractal-next

Depends on !954 (merged)

This is what it looks like, base on this mockup:

reactions-lightreactions-dark

reactions

  • Aggregate reactions for events
  • Show reactions in timeline
  • Differentiate reactions sent from user
  • Toggle reactions on click in timeline
  • Toggle reactions on click in contextual menu

There's an issue with using GtkFlowBox, we get a lot of noise in the logs, but this is a known issue:

Gtk-CRITICAL **: 18:24:44.627: gtk_widget_measure: assertion 'for_size >= minimum opposite size' failed: 33 >= 66

I also had to disable text selection for now because it's not possible to override the context menu when GtkLabel is selectable.

Closes #530 (closed)

Edited by Kévin Commaille

Merge request reports