Make inbox messages more compact (#4378)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2024-01-18 15:52:59 +07:00
committed by GitHub
parent f40548f0c1
commit cf8ff1be31
9 changed files with 116 additions and 118 deletions
@@ -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}
>