[PR #1148] [MERGED] fix: allow template recipients to be filled #1426

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1148
Author: @dguyen
Created: 5/7/2024
Status: Merged
Merged: 5/7/2024
Merged by: @dguyen

Base: mainHead: fix/allow-template-recipients


📝 Commits (1)

  • 6035fcb fix: allow template recipients to be filled

📊 Changes

9 files changed (+416 additions, -348 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/templates/[id]/edit-template.tsx (+2 -0)
📝 apps/web/src/app/(dashboard)/templates/[id]/template-page-view.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx (+25 -14)
📝 packages/lib/constants/template.ts (+2 -1)
packages/ui/components/recipient/recipient-action-auth-select.tsx (+80 -0)
packages/ui/components/recipient/recipient-role-select.tsx (+97 -0)
📝 packages/ui/primitives/document-flow/add-signers.tsx (+8 -158)
📝 packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx (+195 -174)
📝 packages/ui/primitives/template-flow/add-template-placeholder-recipients.types.ts (+6 -0)

📄 Description

Description

Update the template flow to allow for entering recipient placeholder emails and names

Changes Made

  • General refactoring
  • Added advanced recipient settings for future usage

🔄 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/1148 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 5/7/2024 **Status:** ✅ Merged **Merged:** 5/7/2024 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `fix/allow-template-recipients` --- ### 📝 Commits (1) - [`6035fcb`](https://github.com/documenso/documenso/commit/6035fcbdacb82db50db6fd4e6574655537555d39) fix: allow template recipients to be filled ### 📊 Changes **9 files changed** (+416 additions, -348 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/templates/[id]/edit-template.tsx` (+2 -0) 📝 `apps/web/src/app/(dashboard)/templates/[id]/template-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx` (+25 -14) 📝 `packages/lib/constants/template.ts` (+2 -1) ➕ `packages/ui/components/recipient/recipient-action-auth-select.tsx` (+80 -0) ➕ `packages/ui/components/recipient/recipient-role-select.tsx` (+97 -0) 📝 `packages/ui/primitives/document-flow/add-signers.tsx` (+8 -158) 📝 `packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx` (+195 -174) 📝 `packages/ui/primitives/template-flow/add-template-placeholder-recipients.types.ts` (+6 -0) </details> ### 📄 Description ## Description Update the template flow to allow for entering recipient placeholder emails and names ## Changes Made - General refactoring - Added advanced recipient settings for future usage --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:33:12 +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#1426
No description provided.