Enable user reaction list tooltip/popup
ilyakonrad opened this issue · 1 comments
I need to see a list of users who reacted with emoji and I noticed that it's turned off in css.
1. What are these themes v1 and v2, and how do I select a theme?
I can overwrite some CSS to make it kinda work but it would only result in one line with all of the names:
2. Do you plan to make it more powerful like in Flutter where you can see avatars and stuff?
Btw, I'm using custom components for everything and I can implement a custom detailed list myself, but I wouldn't do it if it was in your plans already.
1. Theme
You can choose between theme v1 and v2 by importing the corresponding stylesheet. To use theme v2 you can follow this guide. If v2
doesn't appear in your stylesheet import, you're using v1.
For theme v1 the tooltip is displayed once you open the reactions selector with the ":)" button, screenshot:
For theme v2 the tooltip is displayed once you hover over an existing reaction:
2. Reaction details
It's in our backlog, but it's not planned for the foreseeable future, so it's best to go with a custom implementation.
Feel free to reopen the ticket if you have further questions about the topic.