-
Notifications
You must be signed in to change notification settings - Fork 509
Show the conversation subtitle on hover #5855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show the conversation subtitle on hover #5855
Conversation
| default: '', | ||
| }, | ||
| subtitleText: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ideally we could get the text from the slot contents but this turned out to be a non-trivial problem especially with Vue 3
Signed-off-by: Christoph Wurst <[email protected]>
5d616fa to
360ee66
Compare
|
Conflicts with #5437 |
Looks good to me actually :) |
marcoambrosini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that shomething like this should be implemented on the listitem component in the nextcloud vue library
Make it scroll :D |
|
Guess this one won't make it. |

Before
After