[PR #828] [CLOSED] feat: sign document with text signature #1194

Closed
opened 2026-02-26 19:32:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/828
Author: @ephraimduncan
Created: 1/11/2024
Status: Closed

Base: mainHead: feat/accept-text-signature


📝 Commits (10+)

  • 6ad3edb feat: sign document with text
  • e17e456 INCOMPLETE: refactor signature pad and input into a single component
  • 0b8e84b refactor: singature pad & provider stuff
  • 27e5ef0 Revert "INCOMPLETE: refactor signature pad and input into a single component"
  • 075e15d feat: replace caveat font with dancing script
  • 1d91a9e fix: canvas for drawing signature and clear signature position
  • daa541d fix: disable input when there is a signature available
  • 9979d32 Merge branch 'main' into feat/accept-text-signature
  • f6ce7be fix: disable input for only drawn signature
  • dd5f392 fix: position of undo signature button

📊 Changes

11 files changed (+176 additions, -31 deletions)

View changed files

📝 apps/marketing/src/components/(marketing)/widget.tsx (+7 -5)
📝 apps/web/next.config.js (+5 -0)
📝 apps/web/src/app/(signing)/sign/[token]/form.tsx (+133 -14)
📝 apps/web/src/app/(signing)/sign/[token]/signature-field.tsx (+1 -1)
packages/assets/fonts/dancing-script.ttf (+0 -0)
📝 packages/lib/constants/pdf.ts (+1 -1)
📝 packages/lib/server-only/pdf/insert-field-in-pdf.ts (+21 -7)
📝 packages/trpc/server/document-router/router.ts (+0 -1)
📝 packages/tsconfig/process-env.d.ts (+1 -0)
📝 packages/ui/primitives/signature-pad/signature-pad.tsx (+6 -2)
📝 turbo.json (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/828 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 1/11/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/accept-text-signature` --- ### 📝 Commits (10+) - [`6ad3edb`](https://github.com/documenso/documenso/commit/6ad3edb6c8afc2589f8b545ca8b1459f353ad3fb) feat: sign document with text - [`e17e456`](https://github.com/documenso/documenso/commit/e17e4566cdb4186c05dda05717558d3570888687) INCOMPLETE: refactor signature pad and input into a single component - [`0b8e84b`](https://github.com/documenso/documenso/commit/0b8e84b6b7018412c714654db287575498bd5caf) refactor: singature pad & provider stuff - [`27e5ef0`](https://github.com/documenso/documenso/commit/27e5ef0a51d122f86d3d8d08a9dff6bff99ddff1) Revert "INCOMPLETE: refactor signature pad and input into a single component" - [`075e15d`](https://github.com/documenso/documenso/commit/075e15d428c94460f8af09100adcb65cca9c5830) feat: replace caveat font with dancing script - [`1d91a9e`](https://github.com/documenso/documenso/commit/1d91a9e813a4f4754cc7c4c5c32e282bf31e547a) fix: canvas for drawing signature and clear signature position - [`daa541d`](https://github.com/documenso/documenso/commit/daa541d57072b2d62cb50df320a09ad153768a26) fix: disable input when there is a signature available - [`9979d32`](https://github.com/documenso/documenso/commit/9979d32a56b4b9b81338c86041982e928a67eb37) Merge branch 'main' into feat/accept-text-signature - [`f6ce7be`](https://github.com/documenso/documenso/commit/f6ce7be61fd181b29d92557d257b63eddf2df126) fix: disable input for only drawn signature - [`dd5f392`](https://github.com/documenso/documenso/commit/dd5f39205a7c913783abad3c1689c0a4034b7159) fix: position of undo signature button ### 📊 Changes **11 files changed** (+176 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/src/components/(marketing)/widget.tsx` (+7 -5) 📝 `apps/web/next.config.js` (+5 -0) 📝 `apps/web/src/app/(signing)/sign/[token]/form.tsx` (+133 -14) 📝 `apps/web/src/app/(signing)/sign/[token]/signature-field.tsx` (+1 -1) ➕ `packages/assets/fonts/dancing-script.ttf` (+0 -0) 📝 `packages/lib/constants/pdf.ts` (+1 -1) 📝 `packages/lib/server-only/pdf/insert-field-in-pdf.ts` (+21 -7) 📝 `packages/trpc/server/document-router/router.ts` (+0 -1) 📝 `packages/tsconfig/process-env.d.ts` (+1 -0) 📝 `packages/ui/primitives/signature-pad/signature-pad.tsx` (+6 -2) 📝 `turbo.json` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1194
No description provided.