Frontend: Refactor settings, table and dialog styles #3168

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-12-06 16:39:14 +01:00
parent 9ef66f2a4f
commit 6dd7131ac7
37 changed files with 616 additions and 579 deletions

View File

@@ -14,10 +14,8 @@
</v-row>
</v-card-actions>
<v-card-title class="pb-0">
<h3 class="text-body-2 mb-0">
<translate>Global Options</translate>
</h3>
<v-card-title class="pb-0 text-subtitle-2">
<translate>Global Options</translate>
</v-card-title>
<v-card-actions>
@@ -153,10 +151,8 @@
</v-card-actions>
<template v-if="!settings.DisableBackups">
<v-card-title class="pb-0">
<h3 class="text-body-2 mb-0">
<translate>Backup</translate>
</h3>
<v-card-title class="pb-0 text-subtitle-2">
<translate>Backup</translate>
</v-card-title>
<v-card-actions>
@@ -212,10 +208,8 @@
</v-card-actions>
</template>
<v-card-title class="pb-0">
<h3 class="text-body-2 mb-0" :title="$gettext('Preview Images')">
<translate>Preview Images</translate>
</h3>
<v-card-title class="pb-0 text-subtitle-2">
<translate>Preview Images</translate>
</v-card-title>
<v-card-actions>
@@ -257,10 +251,8 @@
</v-row>
</v-card-actions>
<v-card-title class="pb-0">
<h3 class="text-body-2 mb-0">
<translate>Image Quality</translate>
</h3>
<v-card-title class="pb-0 text-subtitle-2">
<translate>Image Quality</translate>
</v-card-title>
<v-card-actions>
@@ -288,10 +280,8 @@
</v-row>
</v-card-actions>
<v-card-title class="pb-0">
<h3 class="text-body-2 mb-0">
<translate>File Conversion</translate>
</h3>
<v-card-title class="pb-0 text-subtitle-2">
<translate>File Conversion</translate>
</v-card-title>
<v-card-actions>