[PR #945] [MERGED] feat: custom text field #1267

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/945
Author: @ephraimduncan
Created: 2/17/2024
Status: Merged
Merged: 2/24/2024
Merged by: @Mythie

Base: mainHead: custom-text-field


📝 Commits (6)

  • 5687503 feat: sign document with a custom text
  • ad6fad1 fix: custom text with multiline throwing an error
  • 9301b8e fix: multiple text fields sharing the same text value
  • 11299d3 feat: add custom text to singleplayer
  • a5e51e6 Merge branch 'main' into custom-text-field
  • d34c862 fix: switch custom text to input rather than textarea

📊 Changes

12 files changed (+272 additions, -4 deletions)

View changed files

📝 apps/marketing/src/app/(marketing)/singleplayer/client.tsx (+1 -0)
📝 apps/web/src/app/(signing)/sign/[token]/page.tsx (+4 -0)
apps/web/src/app/(signing)/sign/[token]/text-field.tsx (+166 -0)
📝 packages/lib/server-only/pdf/insert-field-in-pdf.ts (+7 -2)
📝 packages/trpc/server/singleplayer-router/helper.ts (+1 -0)
📝 packages/trpc/server/singleplayer-router/schema.ts (+1 -0)
📝 packages/ui/primitives/document-flow/add-fields.tsx (+22 -0)
📝 packages/ui/primitives/document-flow/add-signature.tsx (+45 -1)
📝 packages/ui/primitives/document-flow/add-signature.types.ts (+1 -0)
📝 packages/ui/primitives/document-flow/add-subject.tsx (+1 -1)
📝 packages/ui/primitives/document-flow/single-player-mode-fields.tsx (+1 -0)
📝 packages/ui/primitives/template-flow/add-template-fields.tsx (+22 -0)

📄 Description

https://github.com/documenso/documenso/assets/55143799/c0f296ce-1e91-4b49-9c19-1bdffbd3163f


🔄 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/945 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 2/17/2024 **Status:** ✅ Merged **Merged:** 2/24/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `custom-text-field` --- ### 📝 Commits (6) - [`5687503`](https://github.com/documenso/documenso/commit/5687503dfc8a63b7492489af13b8fb1b813edfa8) feat: sign document with a custom text - [`ad6fad1`](https://github.com/documenso/documenso/commit/ad6fad1182437cdb619f5a3530d6ef9ee186d76e) fix: custom text with multiline throwing an error - [`9301b8e`](https://github.com/documenso/documenso/commit/9301b8ef4d8946025c59ae6ee238bf4e35288f46) fix: multiple text fields sharing the same text value - [`11299d3`](https://github.com/documenso/documenso/commit/11299d3f92b7bfa0478ef1c034ce4ff716159da0) feat: add custom text to singleplayer - [`a5e51e6`](https://github.com/documenso/documenso/commit/a5e51e63a17238eeab326b12e8dfe3fae51ddc14) Merge branch 'main' into custom-text-field - [`d34c862`](https://github.com/documenso/documenso/commit/d34c8626887aef23a4d4658c1906fb959b9dacaa) fix: switch custom text to input rather than textarea ### 📊 Changes **12 files changed** (+272 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/src/app/(marketing)/singleplayer/client.tsx` (+1 -0) 📝 `apps/web/src/app/(signing)/sign/[token]/page.tsx` (+4 -0) ➕ `apps/web/src/app/(signing)/sign/[token]/text-field.tsx` (+166 -0) 📝 `packages/lib/server-only/pdf/insert-field-in-pdf.ts` (+7 -2) 📝 `packages/trpc/server/singleplayer-router/helper.ts` (+1 -0) 📝 `packages/trpc/server/singleplayer-router/schema.ts` (+1 -0) 📝 `packages/ui/primitives/document-flow/add-fields.tsx` (+22 -0) 📝 `packages/ui/primitives/document-flow/add-signature.tsx` (+45 -1) 📝 `packages/ui/primitives/document-flow/add-signature.types.ts` (+1 -0) 📝 `packages/ui/primitives/document-flow/add-subject.tsx` (+1 -1) 📝 `packages/ui/primitives/document-flow/single-player-mode-fields.tsx` (+1 -0) 📝 `packages/ui/primitives/template-flow/add-template-fields.tsx` (+22 -0) </details> ### 📄 Description https://github.com/documenso/documenso/assets/55143799/c0f296ce-1e91-4b49-9c19-1bdffbd3163f --- <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:32 +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#1267
No description provided.