mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
This adds a click handler to `.user-group-mention` which works in a fashion that is quite similar to `.user-mention`. It generates and displays a popover. The popover has a list of members, their online status (if they are not bots) or their bot status if they are bots (it's not clear whether ultimately bots should be able to be members of usergroups, but I'm able to add one, so I thought it would be worth supporting). The popover's `UL` element has max-height and overflow-y atttributes so large groups will grow a scrollbar. Fixes #8300.
8 lines
189 B
Handlebars
8 lines
189 B
Handlebars
<div class="popover message-info-popover group-info-popover">
|
|
<div class="popover-inner">
|
|
<div class="popover-content">
|
|
<div></div>
|
|
</div>
|
|
</div>
|
|
</div>
|