From fd14495cf091063dc7ba0e45cd1cbb2312acc5e7 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 02:03:02 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/documents.pleading.new.tsx | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/src/routes/documents.pleading.new.tsx b/src/routes/documents.pleading.new.tsx index 92ed7c4..44be252 100644 --- a/src/routes/documents.pleading.new.tsx +++ b/src/routes/documents.pleading.new.tsx @@ -376,6 +376,56 @@ function PleadingNewPage() { + {/* Attorney signature */} + + +
+
+ +

+ Pulled from your profile. Toggle off to omit. Edit it in{" "} + Settings → Profile. +

+
+
+ + + {includeSignature ? "Included" : "Omitted"} + +
+
+ + {includeSignature ? ( + !sigBlock.trim() && !sigImagePath ? ( +
+ No signature found on your profile yet. Add one in Settings → Profile. +
+ ) : ( +
+ {sigImagePath && sigImageDataUrl ? ( + Signature + ) : ( +
+ )} +
_______________________________
+
+                    {sigBlock || (no block text)}
+                  
+
+ ) + ) : null} + + + {/* Footer */}