From a2c3564a31268e4e60f05952aa3731e114ac1e30 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 21 Oct 2021 10:19:42 +0200 Subject: Improve moderation dropdown UX --- client/src/app/shared/shared-main/buttons/action-dropdown.component.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/shared/shared-main/buttons/action-dropdown.component.ts') diff --git a/client/src/app/shared/shared-main/buttons/action-dropdown.component.ts b/client/src/app/shared/shared-main/buttons/action-dropdown.component.ts index 36d7d6229..67ac6e1aa 100644 --- a/client/src/app/shared/shared-main/buttons/action-dropdown.component.ts +++ b/client/src/app/shared/shared-main/buttons/action-dropdown.component.ts @@ -9,6 +9,8 @@ export type DropdownAction = { handler?: (a: T) => any linkBuilder?: (a: T) => (string | number)[] isDisplayed?: (a: T) => boolean + + class?: string[] isHeader?: boolean } -- cgit v1.2.3