Custom Discourse Reactions

Hello,

I made a theme component from this. I think it makes it easier. :slightly_smiling_face:

Thanks to @nolo’s previously made theme component Category List with Banners I can easily implement the list setting to the reactions label. Thank you :heart:

I added fixes and some settings:

  1. reactions_label
    Separate with semicolon ;
    reaction name;reaction label
    May-29-2022 17-02-05

  2. reactions picker rounding
    Reactions picker (border-radius) corners rounding. You can use px, em, etc
    Default 1em.
    Screenshot 2022-05-29 at 17.03.39
    If you want to make it more or less rounded change this setting.
    The previous version was 2em.
    Screenshot 2022-05-29 at 17.06.59

  3. state panel rounding
    Reactions State Panel (border-radius) corners rounding. You can use px, em, etc
    Screenshot 2022-05-29 at 17.08.55

  4. user list rounding
    Reactions User list (border-radius) corners rounding. You can use px, em, etc
    Screenshot 2022-05-29 at 17.07.56

  5. hide user list heading
    This option will hide this user list heading on panel. The heading is smiley on this image.
    Screenshot 2022-05-29 at 17.27.53

  6. hide user list
    This option will hide the user list panel. This is the dark hovered panel.
    Screenshot 2022-05-29 at 17.07.56

  7. hide who liked
    This option will hide the default who liked section.
    Screenshot 2022-05-29 at 17.10.49

I have a few more plans with this component, which I will add later. :slightly_smiling_face:

15 Likes