mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 01:55:00 +02:00
Make inbox messages more compact (#4378)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
+4
@@ -46,6 +46,8 @@
|
||||
export let showEmbedded = false
|
||||
export let hideReplies = false
|
||||
export let actions: Action[] = []
|
||||
export let skipLabel = false
|
||||
export let withFlatActions: boolean = true
|
||||
export let excludedActions: string[] = []
|
||||
export let onClick: (() => void) | undefined = undefined
|
||||
export let onReply: (() => void) | undefined = undefined
|
||||
@@ -157,6 +159,8 @@
|
||||
{showEmbedded}
|
||||
{hideReplies}
|
||||
{actions}
|
||||
{skipLabel}
|
||||
{withFlatActions}
|
||||
{onClick}
|
||||
{onReply}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user