Skip to content

Commit

Permalink
feat: Add can collapse option to kudos activity extension - MEED-4539 -
Browse files Browse the repository at this point in the history
…Meeds-io/MIPs#124

(cherry picked from commit b62b6e0)
  • Loading branch information
SaraBoutej committed Apr 26, 2024
1 parent 07ff89c commit 3b479c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kudos-webapps/src/main/webapp/vue-app/js/Kudos.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ export function registerActivityActionExtension() {
noSummaryEllipsis: true,
supportsIcon: true,
useSameViewForMobile: true,
isCollapsed: true,
getDefaultIcon: (activityOrComment) => ({
icon: 'fa fa-award primary--text',
size: activityOrComment.activityId && 37 || 72,
Expand Down

0 comments on commit 3b479c0

Please sign in to comment.