add labels for contacts (as a way to group them)

This commit is contained in:
2026-01-11 19:07:08 -07:00
parent 02eb891ee9
commit 662da79df8
7 changed files with 429 additions and 14 deletions

View File

@@ -842,7 +842,8 @@ export const NOTIFY_EXPORT_DATA_PROMPT = {
// Used in: ContactsView.vue (showCopySelectionsInfo method - info about copying contacts)
export const NOTIFY_CONTACT_INFO_COPY = {
title: "Info",
message: "Contact info will include name, ID, profile image, and public key.",
message:
"Copied contact info will include name, ID, profile image, and public key.",
};
// Used in: ContactsView.vue (copySelectedContacts method - no contacts selected error)