diff --git a/apps/OpenSign/src/assets/images/newCeleb.gif b/apps/OpenSign/src/assets/images/newCeleb.gif deleted file mode 100644 index c0b0d9555..000000000 Binary files a/apps/OpenSign/src/assets/images/newCeleb.gif and /dev/null differ diff --git a/apps/OpenSign/src/components/opensigndrive/DriveBody.js b/apps/OpenSign/src/components/opensigndrive/DriveBody.js index 9bbc030f6..216a35124 100644 --- a/apps/OpenSign/src/components/opensigndrive/DriveBody.js +++ b/apps/OpenSign/src/components/opensigndrive/DriveBody.js @@ -321,7 +321,7 @@ function DriveBody(props) { return listType === "table" ? ( data.Type === "Folder" ? ( handleOnclikFolder(data)}> - + ) : (
checkPdfStatus(data)}> - + { setIsLoading(true); @@ -63,10 +61,6 @@ function EmailComponent({ " target=_blank>here

" }; sendMail = await axios.post(url, params, { headers: headers }); - setIsEmailCelebration(true); - setTimeout(() => { - setIsEmailCelebration(false); - }, 3000); } catch (error) { console.log("error", error); setIsLoading(false); @@ -205,11 +199,6 @@ function EmailComponent({
- {isEmailCelebration && ( -
- celeb -
- )}

Recipients added here will get a copy of the signed document.

diff --git a/apps/OpenSign/src/components/pdf/Placeholder.js b/apps/OpenSign/src/components/pdf/Placeholder.js index e5029b11e..43d42da80 100644 --- a/apps/OpenSign/src/components/pdf/Placeholder.js +++ b/apps/OpenSign/src/components/pdf/Placeholder.js @@ -776,6 +776,7 @@ function Placeholder(props) { {isTabAndMobile ? (
) : ( -
+
{props?.handleUserName && props?.handleUserName( props?.data?.Id, @@ -327,10 +327,10 @@ function PlaceholderType(props) { alt="stamp" draggable="false" src={props.pos.SignUrl} - className="w-full h-full object-contain" + className="w-full h-full" /> ) : ( -
+
{props?.handleUserName && props?.handleUserName( props?.data?.Id, @@ -412,6 +412,12 @@ function PlaceholderType(props) { ); }} className={textWidgetCls} + style={{ + fontSize: props.pos.options?.fontSize + ? props.pos.options?.fontSize + "px" + : "12px", + color: props.pos.options?.fontColor || "black" + }} cols="50" /> ) : ( @@ -470,10 +476,10 @@ function PlaceholderType(props) { alt="initials" draggable="false" src={props.pos.SignUrl} - className="w-full h-full object-contain" + className="w-full h-full" /> ) : ( -
+
{props?.handleUserName && props?.handleUserName( props?.data?.Id, @@ -505,6 +511,12 @@ function PlaceholderType(props) { ); }} className={textWidgetCls} + style={{ + fontSize: props.pos.options?.fontSize + ? props.pos.options?.fontSize + "px" + : "12px", + color: props.pos.options?.fontColor || "black" + }} cols="50" /> ) : ( @@ -539,6 +551,12 @@ function PlaceholderType(props) { ); }} className={textWidgetCls} + style={{ + fontSize: props.pos.options?.fontSize + ? props.pos.options?.fontSize + "px" + : "12px", + color: props.pos.options?.fontColor || "black" + }} cols="50" /> ) : ( @@ -573,6 +591,12 @@ function PlaceholderType(props) { ); }} className={textWidgetCls} + style={{ + fontSize: props.pos.options?.fontSize + ? props.pos.options?.fontSize + "px" + : "12px", + color: props.pos.options?.fontColor || "black" + }} cols="50" /> ) : ( @@ -650,10 +674,10 @@ function PlaceholderType(props) { alt="image" draggable="false" src={props.pos.SignUrl} - className="w-full h-full object-contain" + className="w-full h-full" /> ) : ( -
+
{props?.handleUserName && props?.handleUserName( props?.data?.Id, @@ -685,6 +709,12 @@ function PlaceholderType(props) { ); }} className={textWidgetCls} + style={{ + fontSize: props.pos.options?.fontSize + ? props.pos.options?.fontSize + "px" + : "12px", + color: props.pos.options?.fontColor || "black" + }} cols="50" /> ) : ( @@ -749,6 +779,12 @@ function PlaceholderType(props) { ); }} className={textWidgetCls} + style={{ + fontSize: props.pos.options?.fontSize + ? props.pos.options?.fontSize + "px" + : "12px", + color: props.pos.options?.fontColor || "black" + }} cols="50" /> ); @@ -759,17 +795,11 @@ function PlaceholderType(props) { alt="image" draggable="false" src={props.pos.SignUrl} - className="w-full h-full object-contain" + className="w-full h-full" />
) : ( -
+
{props.pos.isStamp ?
stamp
:
signature
} {props?.handleUserName && props?.handleUserName(props?.data?.Id, props?.data?.Role)} diff --git a/apps/OpenSign/src/components/pdf/RenderAllPdfPage.js b/apps/OpenSign/src/components/pdf/RenderAllPdfPage.js index 16c6a3637..2dc682e2a 100644 --- a/apps/OpenSign/src/components/pdf/RenderAllPdfPage.js +++ b/apps/OpenSign/src/components/pdf/RenderAllPdfPage.js @@ -65,10 +65,7 @@ function RenderAllPdfPage({ }; return ( -
+
Pages
diff --git a/apps/OpenSign/src/components/pdf/WidgetComponent.js b/apps/OpenSign/src/components/pdf/WidgetComponent.js index b9284b354..b9380774c 100644 --- a/apps/OpenSign/src/components/pdf/WidgetComponent.js +++ b/apps/OpenSign/src/components/pdf/WidgetComponent.js @@ -252,7 +252,7 @@ function WidgetComponent({