Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented May 27, 2022


<template>
<ListItem :title="item.displayName"
:titleTooltip="{content: item.displayName, boundariesElement: boundariesElement}"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:titleTooltip="{content: item.displayName, boundariesElement: boundariesElement}"
:titleTooltip="{content: item.displayName.length > 20 ? item.displayName : '', boundariesElement: boundariesElement}"

Should the tooltip display for any length name (follows the standard of the spreed right sidebar) or only for names above a certain character length (follows the standard of server user list)?

@ghost ghost marked this pull request as draft May 30, 2022 13:14
@nickvergessen nickvergessen added this to the 💚 Next Major (25) milestone Jun 14, 2022
@ghost ghost closed this by deleting the head repository Nov 14, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Insert tooltip in left sidebar component

2 participants