From 658c37cc4d137f74e6daa0177313f8d1c14f580b Mon Sep 17 00:00:00 2001 From: RaktimaNXG Date: Wed, 22 May 2024 17:48:15 +0530 Subject: [PATCH 01/10] feat: add tour messages to request signatures flow --- .../src/components/pdf/DefaultSignature.js | 2 +- apps/OpenSign/src/components/pdf/PdfHeader.js | 10 +- apps/OpenSign/src/components/pdf/RenderPdf.js | 2 + apps/OpenSign/src/constant/Utils.js | 3 +- apps/OpenSign/src/pages/PdfRequestFiles.js | 203 +++++++++++++++++- 5 files changed, 206 insertions(+), 14 deletions(-) diff --git a/apps/OpenSign/src/components/pdf/DefaultSignature.js b/apps/OpenSign/src/components/pdf/DefaultSignature.js index a440e807e..1887d5164 100644 --- a/apps/OpenSign/src/components/pdf/DefaultSignature.js +++ b/apps/OpenSign/src/components/pdf/DefaultSignature.js @@ -17,7 +17,7 @@ function DefaultSignature({ defaultSignImg, xyPostion, setDefaultSignAlert }) { }; return ( -
+
+
{decline && (
handleDeclinePdfAlert()} @@ -399,7 +399,7 @@ function Header({ - +
)}
)} @@ -464,8 +464,8 @@ function Header({ {completeBtnTitle ? completeBtnTitle : isMailSend - ? "Sent" - : "Send"} + ? "Sent" + : "Send"}
@@ -505,7 +505,7 @@ function Header({
) : ( -
+