frontend richtig schick gemacht und backend geordnet. ComfyUI Prompt zum Seeder hinzugefügt.
This commit is contained in:
@@ -14,9 +14,7 @@
|
||||
@click="$emit('prevPage')"
|
||||
:disabled="currentPage === 1"
|
||||
>
|
||||
<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="m15.75 19.5-7.5-7.5 7.5-7.5" />
|
||||
</svg>
|
||||
<font-awesome-icon :icon="['fas', 'arrow-left']" class="h-4 w-4" />
|
||||
{{ __('api.navigation.previous') }}
|
||||
</button>
|
||||
<button
|
||||
@@ -26,9 +24,7 @@
|
||||
:disabled="currentPage === totalPages"
|
||||
>
|
||||
{{ __('api.navigation.next') }}
|
||||
<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="m8.25 4.5 7.5 7.5-7.5 7.5" />
|
||||
</svg>
|
||||
<font-awesome-icon :icon="['fas', 'arrow-right']" class="h-4 w-4" />
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user