diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index f222fc3..a04dae8 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -655,11 +655,11 @@ export default class AccountViewView extends Vue { this.$notify( { group: "alert", - type: "toast", + type: "success", title: "Download Started", text: "See your downloads directory for the backup.", }, - 5000, + -1, ); } diff --git a/src/views/ContactAmountsView.vue b/src/views/ContactAmountsView.vue index 385a285..34aa8f3 100644 --- a/src/views/ContactAmountsView.vue +++ b/src/views/ContactAmountsView.vue @@ -2,8 +2,11 @@
-
-

+
+

+ +

+ Given with {{ contact?.name }} +

-

- Given with {{ contact?.name }} -

(Only 50 most recent) diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index fc3d33f..39ec057 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -218,7 +218,7 @@
-

This identity has no contacts.

+

There are no contacts.

diff --git a/src/views/TestView.vue b/src/views/TestView.vue index 10a4973..d6bc860 100644 --- a/src/views/TestView.vue +++ b/src/views/TestView.vue @@ -16,14 +16,14 @@ { group: 'alert', type: 'toast', - text: 'I\'m a toast. Don\'t mind me.', + text: 'I\'m a toast. Without a timeout, I\'m stuck.', }, 5000, ) " - class="font-bold uppercase bg-slate-400 text-white px-3 py-2 rounded-md mr-2" + class="font-bold uppercase bg-slate-900 text-white px-3 py-2 rounded-md mr-2" > - Toast (self-dismiss) + Toast