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:
aryanshridhar 2021-06-04 12:27:32 +00:00 committed by Tim Abbott
parent 94ffef4de9
commit fcff3cc5da
1 changed files with 1 additions and 1 deletions

View File

@ -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>