mirror of https://github.com/zulip/zulip.git
popovers: Migrate user status indicator tooltip to tippy.
Replaced the existing HTML tooltip with tippy.js for user status indicator within the user info popover.
This commit is contained in:
parent
94ffef4de9
commit
fcff3cc5da
|
@ -7,7 +7,7 @@
|
|||
{{#if is_bot}}
|
||||
<i class="zulip-icon zulip-icon-bot" aria-hidden="true"></i>
|
||||
{{else}}
|
||||
<span class="{{user_circle_class}} user_circle popover_user_presence" title="{{user_last_seen_time_status}}"></span>
|
||||
<span class="{{user_circle_class}} user_circle popover_user_presence tippy-zulip-tooltip" data-tippy-content="{{user_last_seen_time_status}}" data-tippy-placement="top"></span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue