From 350a7a294613db21f703be3347e98d8ba893b4f9 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 4 Nov 2025 09:22:57 -0800 Subject: [PATCH] Add send menu to bulk editor --- .../bulk-editor/bulk-editor.component.html | 32 ++++++++++++++++--- .../bulk-editor/bulk-editor.component.ts | 12 +++++++ 2 files changed, 39 insertions(+), 5 deletions(-) diff --git a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html index 2323929d1..6799a96d0 100644 --- a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html +++ b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -96,14 +96,36 @@ - @if (emailEnabled) { - - } +
+ +
+ + + + @if (emailEnabled) { + + } +
+