feat: centralize frontend Vuetify styling
All checks were successful
deploy-socialize / image (push) Successful in 50s
deploy-socialize / deploy (push) Successful in 19s

This commit is contained in:
2026-05-08 13:45:42 -04:00
parent e81c9f42c9
commit 1ca6ab7117
54 changed files with 1461 additions and 1304 deletions

View File

@@ -14,7 +14,7 @@
class="feedback-entry"
data-feedback-ui="true"
>
<button
<v-btn variant="text" :ripple="false"
class="feedback-entry-button"
type="button"
:title="t('feedback.open')"
@@ -22,7 +22,7 @@
>
<v-icon :icon="mdiMessageAlertOutline" />
<span>{{ t('feedback.button') }}</span>
</button>
</v-btn>
<FeedbackSubmissionDialog v-model="isDialogOpen" />
</div>