[PR #1449] [MERGED] feat: add signing link copy #1639

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1449
Author: @dguyen
Created: 11/6/2024
Status: Merged
Merged: 11/6/2024
Merged by: @dguyen

Base: mainHead: feat/copy-signing-links


📝 Commits (1)

  • ac9a1f4 feat: add signing link copy

📊 Changes

7 files changed (+340 additions, -42 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view-dropdown.tsx (+18 -0)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx (+63 -41)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx (+5 -0)
📝 apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx (+17 -1)
apps/web/src/components/document/document-recipient-link-copy-dialog.tsx (+151 -0)
📝 packages/lib/utils/recipients.ts (+4 -0)
packages/ui/components/common/copy-text-button.tsx (+82 -0)

📄 Description

Description

Add more options to copy signing links.

Summary by CodeRabbit

Release Notes

  • New Features

    • Introduced a new dialog for copying signing links, enhancing document sharing capabilities.
    • Added clearer recipient status indicators, improving user interface and feedback.
    • Implemented a new button component for copying text with visual feedback.
  • Bug Fixes

    • Preserved error handling during document download processes.
  • Documentation

    • Updated components to improve clarity and maintainability.
  • Chores

    • Added utility functions and hooks to support new features.

🔄 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/1449 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 11/6/2024 **Status:** ✅ Merged **Merged:** 11/6/2024 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `feat/copy-signing-links` --- ### 📝 Commits (1) - [`ac9a1f4`](https://github.com/documenso/documenso/commit/ac9a1f435f7a263848680c162f007c875a9abf33) feat: add signing link copy ### 📊 Changes **7 files changed** (+340 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view-dropdown.tsx` (+18 -0) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx` (+63 -41) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx` (+5 -0) 📝 `apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx` (+17 -1) ➕ `apps/web/src/components/document/document-recipient-link-copy-dialog.tsx` (+151 -0) 📝 `packages/lib/utils/recipients.ts` (+4 -0) ➕ `packages/ui/components/common/copy-text-button.tsx` (+82 -0) </details> ### 📄 Description ## Description Add more options to copy signing links. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced a new dialog for copying signing links, enhancing document sharing capabilities. - Added clearer recipient status indicators, improving user interface and feedback. - Implemented a new button component for copying text with visual feedback. - **Bug Fixes** - Preserved error handling during document download processes. - **Documentation** - Updated components to improve clarity and maintainability. - **Chores** - Added utility functions and hooks to support new features. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:34:07 +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#1639
No description provided.