daisyUI 3.0
This commit is contained in:
@@ -105,7 +105,7 @@ const toggleEncryption = async () => {
|
||||
<div class="items-top w-full flex-row sm:flex">
|
||||
<div class="font-bold sm:w-4/12">Export notes</div>
|
||||
<UIButton size="sm" @click="exportNotes">
|
||||
<i class="fa-fw fa-solid fa-file-export mr-2"></i>
|
||||
<i class="fa-fw fa-solid fa-file-export"></i>
|
||||
Export notes
|
||||
</UIButton>
|
||||
</div>
|
||||
@@ -113,13 +113,13 @@ const toggleEncryption = async () => {
|
||||
<div class="flex-shrink-0 font-bold sm:w-4/12">Delete account</div>
|
||||
<div>
|
||||
<UIButton size="sm" color="error" @click="showDeleteAccountDialog = true">
|
||||
<i class="fa-fw fa-solid fa-trash mr-2"></i>
|
||||
<i class="fa-fw fa-solid fa-trash"></i>
|
||||
Delete account
|
||||
</UIButton>
|
||||
<UIAlert
|
||||
color="warning"
|
||||
density="compact"
|
||||
class="mt-1 space-y-2"
|
||||
class="mt-1 space-y-2 text-sm"
|
||||
v-if="showDeleteAccountDialog"
|
||||
>
|
||||
<div>
|
||||
@@ -146,7 +146,7 @@ const toggleEncryption = async () => {
|
||||
@click="showEncryptionDialog = true"
|
||||
v-if="showEncryptionDialog === false"
|
||||
>
|
||||
<i class="fa-fw fa-solid fa-key mr-2"></i>
|
||||
<i class="fa-fw fa-solid fa-key"></i>
|
||||
Enable end-to-end encryption
|
||||
</UIButton>
|
||||
</template>
|
||||
@@ -156,11 +156,11 @@ const toggleEncryption = async () => {
|
||||
@click="showEncryptionDialog = true"
|
||||
v-if="showEncryptionDialog === false"
|
||||
>
|
||||
<i class="fa-fw fa-solid fa-key mr-2"></i>
|
||||
<i class="fa-fw fa-solid fa-key"></i>
|
||||
Disable end-to-end encryption
|
||||
</UIButton>
|
||||
</template>
|
||||
<UIAlert color="info" density="compact" v-if="showEncryptionDialog">
|
||||
<UIAlert color="info" density="compact" class="text-sm" v-if="showEncryptionDialog">
|
||||
<div class="w-full space-y-2">
|
||||
<div>
|
||||
Enter your passphrase to
|
||||
|
||||
Reference in New Issue
Block a user