ui improvements
This commit is contained in:
@@ -126,12 +126,12 @@ const toggleEncryption = async () => {
|
|||||||
Are you sure you want to delete your Contexted account? This action cannot be
|
Are you sure you want to delete your Contexted account? This action cannot be
|
||||||
undone!
|
undone!
|
||||||
</div>
|
</div>
|
||||||
<div class="space-x-2">
|
<div class="flex flex-wrap gap-2">
|
||||||
<UIButton size="sm" variant="outline" color="primary" @click="deleteAccount">
|
<UIButton size="sm" variant="outline" color="primary" @click="deleteAccount">
|
||||||
Delete account
|
Delete account
|
||||||
</UIButton>
|
</UIButton>
|
||||||
<UIButton size="sm" variant="outline" @click="showDeleteAccountDialog = false">
|
<UIButton size="sm" variant="outline" @click="showDeleteAccountDialog = false">
|
||||||
Close
|
Cancel
|
||||||
</UIButton>
|
</UIButton>
|
||||||
</div>
|
</div>
|
||||||
</UIAlert>
|
</UIAlert>
|
||||||
@@ -178,7 +178,7 @@ const toggleEncryption = async () => {
|
|||||||
<i class="fa-solid fa-triangle-exclamation"></i>
|
<i class="fa-solid fa-triangle-exclamation"></i>
|
||||||
{{ toggleEncryptionError }}
|
{{ toggleEncryptionError }}
|
||||||
</UIAlert>
|
</UIAlert>
|
||||||
<div class="space-x-2">
|
<div class="flex flex-wrap gap-2">
|
||||||
<UIButton
|
<UIButton
|
||||||
:disabled="passphrase.length === 0"
|
:disabled="passphrase.length === 0"
|
||||||
size="sm"
|
size="sm"
|
||||||
@@ -189,7 +189,7 @@ const toggleEncryption = async () => {
|
|||||||
{{ encryptionEnabled ? 'Disable' : 'Enable' }} encryption
|
{{ encryptionEnabled ? 'Disable' : 'Enable' }} encryption
|
||||||
</UIButton>
|
</UIButton>
|
||||||
<UIButton size="sm" variant="outline" @click="showEncryptionDialog = false">
|
<UIButton size="sm" variant="outline" @click="showEncryptionDialog = false">
|
||||||
Close
|
Cancel
|
||||||
</UIButton>
|
</UIButton>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user