Skip to content

Commit

Permalink
Add a tooltip to show full "Replying to @..." text (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
tautautautautau authored Apr 19, 2023
1 parent b84fe4f commit 07a707e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG-nightly.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

**The changes listed here are not assigned to an official release**.

- Added a tooltip to show the full message when hovering over replies in chat
- Fixed tooltips of nametag paints appearing even if they are disabled

### Version 3.0.6.1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<div class="seventv-chat-reply-icon">
<TwChatReply />
</div>
<div class="seventv-reply-message-part">
<div
v-tooltip="`Replying to @${msgData.reply.parentDisplayName}: ${msgData.reply.parentMessageBody}`"
class="seventv-reply-message-part"
>
{{ `Replying to @${msgData.reply.parentDisplayName}: ${msgData.reply.parentMessageBody}` }}
</div>
</div>
Expand Down

0 comments on commit 07a707e

Please # to comment.