From 9c917103cf06f7b37c4962d2ad13286364c82a38 Mon Sep 17 00:00:00 2001 From: J-Ha Date: Thu, 12 Oct 2023 14:33:21 +0200 Subject: [PATCH] #122 - UX improvement change the behaviour of view and edit in collectionsIndex --- src/components/Collections/CollectionIndex.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Collections/CollectionIndex.vue b/src/components/Collections/CollectionIndex.vue index d16f927c..c77f60f5 100644 --- a/src/components/Collections/CollectionIndex.vue +++ b/src/components/Collections/CollectionIndex.vue @@ -24,14 +24,14 @@ - {{ collection.name }} + {{ collection.name }}
{{ collection.cocktails.length }} {{ $t('cocktails.title') }} · {{ collection.description ? overflowText(collection.description, 100) : 'n/a' }} {{ $t('share.title') }} · - {{ $t('view') }} + {{ $t('edit') }} · {{ $t('remove') }}