From 894c84b94ade47dd15e3fee14f46a9bfd19ee6c1 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 17 Apr 2026 11:58:37 +0200 Subject: [PATCH] feat(DiaryParticipantsPanel): enhance gallery button styling and functionality - Updated the gallery button to include icons for improved visual feedback during loading states. - Refined button styles with a new gradient background and hover effects for better user interaction. - Adjusted button layout to ensure consistent alignment and spacing of elements. --- .../src/components/DiaryParticipantsPanel.vue | 25 ++++++++++++++++--- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/DiaryParticipantsPanel.vue b/frontend/src/components/DiaryParticipantsPanel.vue index 82cd734d..23d83189 100644 --- a/frontend/src/components/DiaryParticipantsPanel.vue +++ b/frontend/src/components/DiaryParticipantsPanel.vue @@ -9,7 +9,8 @@ :disabled="galleryLoading" @click="$emit('open-gallery')" > - {{ galleryLoading ? $t('diary.galleryCreating') : $t('diary.gallery') }} + + {{ galleryLoading ? $t('diary.galleryCreating') : $t('diary.gallery') }}