From d1e24eacac80208c3d061cf5c4d5d2645acb2142 Mon Sep 17 00:00:00 2001 From: saraBoutej Date: Fri, 17 May 2024 13:20:01 +0100 Subject: [PATCH] feat: Review the display of embedded links - MEED-6851 - Meeds-io/MIPs#124 (cherry picked from commit 8f44dd2aebb235eeae848e1d585f42081f8f64b0) --- kudos-webapps/src/main/webapp/vue-app/js/Kudos.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kudos-webapps/src/main/webapp/vue-app/js/Kudos.js b/kudos-webapps/src/main/webapp/vue-app/js/Kudos.js index 985d25287..9f5de3f99 100644 --- a/kudos-webapps/src/main/webapp/vue-app/js/Kudos.js +++ b/kudos-webapps/src/main/webapp/vue-app/js/Kudos.js @@ -336,7 +336,9 @@ export function registerActivityActionExtension() { noSummaryEllipsis: true, supportsIcon: true, useSameViewForMobile: true, + noEmbeddedLinkView: true, isCollapsed: true, + summaryLinesToDisplay: 4, getDefaultIcon: (activityOrComment) => ({ icon: 'fa fa-award primary--text', size: activityOrComment.activityId && 37 || 72,