From ec936f883f440cf85e411d7a2b6f651a2bebe1e2 Mon Sep 17 00:00:00 2001 From: Ana Rute Mendes Date: Wed, 7 Jun 2023 01:20:36 +0200 Subject: [PATCH] Add collection name to title attribute of collection filters on desktop (#5131) If a collection name is long the name gets collapsed and the user cannot see the full name until they enter this collection. Adding the name to the title of the button displays the collection's full name on hover as a tooltip in most browsers. Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> --- .../admin-console/vault-filters/collection-filter.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/desktop/src/admin-console/vault-filters/collection-filter.component.html b/apps/desktop/src/admin-console/vault-filters/collection-filter.component.html index bf4422a8a1..28c815d837 100644 --- a/apps/desktop/src/admin-console/vault-filters/collection-filter.component.html +++ b/apps/desktop/src/admin-console/vault-filters/collection-filter.component.html @@ -51,6 +51,7 @@ class="filter-button" (click)="applyFilter(c.node)" [attr.aria-pressed]="c.node.id === activeFilter.selectedCollectionId" + [title]="c.node.name" >