From 5f54cfa6edadb1a7e729d9a6ce57e8cc0f63e28b Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sun, 22 Mar 2026 03:55:42 +0000 Subject: [PATCH] Get a callback to fire on click. --- ts/components/CommunicationColumnList.vue | 46 ++++++- ts/view/Communication.vue | 160 ++++++++++------------ 2 files changed, 113 insertions(+), 93 deletions(-) diff --git a/ts/components/CommunicationColumnList.vue b/ts/components/CommunicationColumnList.vue index 1cd0258a..80308961 100644 --- a/ts/components/CommunicationColumnList.vue +++ b/ts/components/CommunicationColumnList.vue @@ -1,3 +1,19 @@ + +