add blank page button

This commit is contained in:
Pete Matsyburka
2024-07-09 23:47:46 +03:00
parent c01cfe83be
commit e96cb5eb8a
4 changed files with 98 additions and 9 deletions
@@ -5,6 +5,7 @@
@drop.prevent="onDropFiles"
>
<label
id="document_dropzone"
class="w-full relative hover:bg-base-200/30 rounded-md border border-2 border-base-content/10 border-dashed"
:for="inputId"
:class="{ 'opacity-50': isLoading || isProcessing }"