[PR #1973] [CLOSED] feat: add digitized signatures #1966

Closed
opened 2026-02-26 20:31:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1973
Author: @ephraimduncan
Created: 8/19/2025
Status: Closed

Base: mainHead: exp/keyboard-signature


📝 Commits (1)

  • 3570173 feat: add digitized signatures

📊 Changes

8 files changed (+427 additions, -6 deletions)

View changed files

📝 apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx (+3 -0)
📝 packages/lib/constants/document.ts (+7 -0)
📝 packages/lib/utils/teams.ts (+13 -1)
packages/prisma/migrations/20250819002115_add_keyboard/migration.sql (+2 -0)
📝 packages/prisma/schema.prisma (+1 -0)
packages/ui/primitives/signature-pad/keyboard-utils.ts (+207 -0)
packages/ui/primitives/signature-pad/signature-pad-keyboard.tsx (+146 -0)
📝 packages/ui/primitives/signature-pad/signature-pad.tsx (+48 -5)

📄 Description

Demo

https://github.com/user-attachments/assets/d3e1f420-45c6-441b-b315-f7c9932bbce0


🔄 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/1973 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 8/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `exp/keyboard-signature` --- ### 📝 Commits (1) - [`3570173`](https://github.com/documenso/documenso/commit/357017314da2c2d603794b4b147970360091620b) feat: add digitized signatures ### 📊 Changes **8 files changed** (+427 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx` (+3 -0) 📝 `packages/lib/constants/document.ts` (+7 -0) 📝 `packages/lib/utils/teams.ts` (+13 -1) ➕ `packages/prisma/migrations/20250819002115_add_keyboard/migration.sql` (+2 -0) 📝 `packages/prisma/schema.prisma` (+1 -0) ➕ `packages/ui/primitives/signature-pad/keyboard-utils.ts` (+207 -0) ➕ `packages/ui/primitives/signature-pad/signature-pad-keyboard.tsx` (+146 -0) 📝 `packages/ui/primitives/signature-pad/signature-pad.tsx` (+48 -5) </details> ### 📄 Description ## Demo https://github.com/user-attachments/assets/d3e1f420-45c6-441b-b315-f7c9932bbce0 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:51 +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#1966
No description provided.