add more contact management, including registration & visibility #14

Merged
anomalist merged 11 commits from separate-dbs into master 2023-03-24 05:30:32 +00:00
Showing only changes of commit e17140206c - Show all commits

View File

@@ -554,12 +554,19 @@ export default class ContactsView extends Vue {
} else {
toFrom = "from " + this.nameForDid(this.contacts, fromDid) + " to you";
}
let description;
if (this.hourDescriptionInput) {
description = " with description '" + this.hourDescriptionInput + "'";
} else {
description = " with no description";
}
if (
confirm(
"Are you sure you want to record " +
this.hourInput +
" hours " +
toFrom +
description +
"?"
)
) {