server icon indicating copy to clipboard operation
server copied to clipboard

[BITV]: Replace custom tooltips with native one for Users page

Open JuliaKirschenheuter opened this issue 3 years ago • 1 comments

Problem

To show a tooltip on a several components we currently use v-tooltip. An example can be found in https://github.com/nextcloud/server/blob/master/apps/settings/src/components/UserList/UserRow.vue#L96

v-tooltip is not accessible and we want to migrate to native tooltips (title attribute) instead. An overview can be found in https://github.com/nextcloud/nextcloud-vue/issues/2503

Solution

Add a title prop to several components that will render as title attribute on the HTML element.

JuliaKirschenheuter avatar Dec 27 '22 08:12 JuliaKirschenheuter

An example can be found in

in?

ChristophWurst avatar Dec 27 '22 13:12 ChristophWurst