frontend richtig schick gemacht und backend geordnet. ComfyUI Prompt zum Seeder hinzugefügt.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="flex items-start justify-between gap-4">
|
||||
<div>
|
||||
<p class="text-xs uppercase tracking-[0.5em] text-slate-400">{{ __('api.print_dialog.title') }}</p>
|
||||
<h2 class="mt-2 text-3xl font-semibold text-white">{{ __('api.print_dialog.quantity_prompt') }}</h2>
|
||||
<h2 class="mt-2 text-3xl font-semibold text-slate-900 dark:text-white">{{ __('api.print_dialog.quantity_prompt') }}</h2>
|
||||
<p class="mt-2 text-sm text-slate-300">
|
||||
Maximale Ausgabe pro Auftrag:
|
||||
<span class="font-semibold text-emerald-300">{{ maxCopies }}</span>
|
||||
@@ -16,9 +16,7 @@
|
||||
@click="$emit('close')"
|
||||
:aria-label="__('api.print_dialog.cancel_button')"
|
||||
>
|
||||
<svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6m-12 0 12 12" />
|
||||
</svg>
|
||||
<font-awesome-icon :icon="['fas', 'xmark']" class="h-4 w-4" />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -32,7 +30,7 @@
|
||||
@click="decrementQuantity"
|
||||
aria-label="-1"
|
||||
>
|
||||
−
|
||||
<font-awesome-icon :icon="['fas', 'minus']" class="h-6 w-6" />
|
||||
</button>
|
||||
<div class="min-w-[4rem] text-6xl font-bold tracking-tight text-slate-900 dark:text-white">{{ quantity }}</div>
|
||||
<button
|
||||
@@ -41,7 +39,7 @@
|
||||
@click="incrementQuantity"
|
||||
aria-label="+1"
|
||||
>
|
||||
+
|
||||
<font-awesome-icon :icon="['fas', 'plus']" class="h-6 w-6" />
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user