From f91446023d3b93b9c5b7f6f998a047d16b461458 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Tue, 5 Nov 2024 09:47:15 +0100 Subject: feat(contacts-menu): implement custom javascript hook action Signed-off-by: Richard Steinmetz --- core/src/components/ContactsMenu/Contact.vue | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'core/src') diff --git a/core/src/components/ContactsMenu/Contact.vue b/core/src/components/ContactsMenu/Contact.vue index d7de04efe17..ec74697341c 100644 --- a/core/src/components/ContactsMenu/Contact.vue +++ b/core/src/components/ContactsMenu/Contact.vue @@ -23,7 +23,7 @@ :inline="contact.topAction ? 1 : 0"> + + + {{ action.displayName(contact) }} + @@ -45,16 +56,21 @@