Skip to content

Commit 493731a

Browse files
Merge pull request #615 from OpenSignLabs/staging
2 parents 28fd98c + cc8b4b7 commit 493731a

File tree

83 files changed

+4560
-1930
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+4560
-1930
lines changed

apps/OpenSign/package-lock.json

Lines changed: 175 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/OpenSign/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"radix-ui": "^1.0.1",
1818
"react": "^18.2.0",
1919
"react-bootstrap": "^2.10.2",
20+
"react-cookie": "^7.1.4",
2021
"react-datepicker": "^6.4.0",
2122
"react-dnd": "^16.0.1",
2223
"react-dnd-html5-backend": "^16.0.1",
@@ -28,6 +29,7 @@
2829
"react-konva": "^18.2.10",
2930
"react-modal": "^3.16.1",
3031
"react-pdf": "^7.7.1",
32+
"react-quill": "^2.0.0",
3133
"react-redux": "^9.1.0",
3234
"react-rnd": "^10.4.1",
3335
"react-router-dom": "^6.22.3",
@@ -36,6 +38,7 @@
3638
"react-select": "^5.8.0",
3739
"react-signature-canvas": "^1.0.6",
3840
"react-tooltip": "^5.26.3",
41+
"react-web-share": "^2.0.2",
3942
"reactour": "^1.19.2",
4043
"redux": "^5.0.1",
4144
"redux-thunk": "^3.1.0",

apps/OpenSign/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6+
<link rel="icon" href="/favicon.ico" />
77
<!-- <link rel="icon" type="image/png"
88
href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAALlJREFUaEPtmN0NwjAMBpNxYDKYiM1Yp90g93CKStH1NbIdfz921Dker2Pc+Js1cDF7MXAxASMGYkAigBI6vh9ZwoXP53uZoAYcvhwdA3mAVbI2aSb+9zFKU4IURB6j/HoPUIEa2G3iGIAhQQDlAUIoE2diabIklISS0NoFPebo77RF6OenEF3QntOm128he0GKrwHyACFoz2MgBqSGkpAEcHs47oHtN5AFakACqMNjQEMoE8SABFCHn4HE2zGHSLeEAAAAAElFTkSuQmCC"
99
sizes="40x40" /> -->
@@ -15,7 +15,7 @@
1515
manifest.json provides metadata used when your web app is installed on a
1616
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1717
-->
18-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
18+
<link rel="manifest" href="/manifest.json" />
1919
<!--
2020
Notice the use of %PUBLIC_URL% in the tags above.
2121
It will be replaced with the URL of the `public` folder during the build.

0 commit comments

Comments
 (0)