[PR #2090] [MERGED] feat: polish envelopes #2045

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2090
Author: @dguyen
Created: 10/23/2025
Status: Merged
Merged: 10/24/2025
Merged by: @Mythie

Base: mainHead: feat/envelope-enhancements


📝 Commits (8)

📊 Changes

141 files changed (+5139 additions, -2370 deletions)

View changed files

📝 apps/remix/app/app.css (+36 -0)
📝 apps/remix/app/components/dialogs/envelope-distribute-dialog.tsx (+49 -15)
apps/remix/app/components/dialogs/envelope-download-dialog.tsx (+222 -0)
apps/remix/app/components/dialogs/sign-field-checkbox-dialog.tsx (+186 -0)
📝 apps/remix/app/components/dialogs/sign-field-dropdown-dialog.tsx (+26 -98)
📝 apps/remix/app/components/dialogs/sign-field-email-dialog.tsx (+6 -4)
📝 apps/remix/app/components/dialogs/sign-field-initials-dialog.tsx (+1 -1)
📝 apps/remix/app/components/dialogs/sign-field-name-dialog.tsx (+1 -1)
📝 apps/remix/app/components/dialogs/sign-field-number-dialog.tsx (+3 -5)
📝 apps/remix/app/components/dialogs/sign-field-text-dialog.tsx (+1 -1)
📝 apps/remix/app/components/dialogs/template-use-dialog.tsx (+185 -118)
apps/remix/app/components/forms/editor/constants.ts (+0 -31)
📝 apps/remix/app/components/forms/editor/editor-field-checkbox-form.tsx (+75 -9)
📝 apps/remix/app/components/forms/editor/editor-field-dropdown-form.tsx (+77 -63)
📝 apps/remix/app/components/forms/editor/editor-field-number-form.tsx (+6 -6)
📝 apps/remix/app/components/forms/editor/editor-field-radio-form.tsx (+80 -30)
apps/remix/app/components/forms/editor/editor-field-signature-form.tsx (+68 -0)
📝 apps/remix/app/components/forms/editor/editor-field-text-form.tsx (+11 -8)
📝 apps/remix/app/components/forms/subscription-claim-form.tsx (+25 -0)
apps/remix/app/components/general/branding-logo-icon.tsx (+17 -0)

...and 80 more files

📄 Description

Description

The rest of the owl


🔄 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/2090 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/envelope-enhancements` --- ### 📝 Commits (8) - [`01345e1`](https://github.com/documenso/documenso/commit/01345e1fb2d9b07d5510b0e2553b78e828fc2c8c) feat: polish envelopes - [`f778646`](https://github.com/documenso/documenso/commit/f778646485b3bfe04c4cb7b0ede36f7d9d110356) fix: shift migrations around - [`0695f4f`](https://github.com/documenso/documenso/commit/0695f4ff51aedb0bc3acb05c4d7b6dcc1fad1126) fix: stuff - [`fd24fba`](https://github.com/documenso/documenso/commit/fd24fba1e1ececbccb53af36317ea6356c5394b8) fix: cleanup - [`0f57a77`](https://github.com/documenso/documenso/commit/0f57a7706c8d9149f9342a50c36e8c096a3b5302) fix: migration - [`a1bc5a0`](https://github.com/documenso/documenso/commit/a1bc5a0a35315b4983b19a22298fa8dc6b345e82) fix: migration - [`cdb3c82`](https://github.com/documenso/documenso/commit/cdb3c82cba8e25bb3ee3be0b2bb23824b73ae637) fix: stuff - [`6fad9ca`](https://github.com/documenso/documenso/commit/6fad9caa78d157d384ff32b2b784533500c832c1) fix: add envelope flag ### 📊 Changes **141 files changed** (+5139 additions, -2370 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/app.css` (+36 -0) 📝 `apps/remix/app/components/dialogs/envelope-distribute-dialog.tsx` (+49 -15) ➕ `apps/remix/app/components/dialogs/envelope-download-dialog.tsx` (+222 -0) ➕ `apps/remix/app/components/dialogs/sign-field-checkbox-dialog.tsx` (+186 -0) 📝 `apps/remix/app/components/dialogs/sign-field-dropdown-dialog.tsx` (+26 -98) 📝 `apps/remix/app/components/dialogs/sign-field-email-dialog.tsx` (+6 -4) 📝 `apps/remix/app/components/dialogs/sign-field-initials-dialog.tsx` (+1 -1) 📝 `apps/remix/app/components/dialogs/sign-field-name-dialog.tsx` (+1 -1) 📝 `apps/remix/app/components/dialogs/sign-field-number-dialog.tsx` (+3 -5) 📝 `apps/remix/app/components/dialogs/sign-field-text-dialog.tsx` (+1 -1) 📝 `apps/remix/app/components/dialogs/template-use-dialog.tsx` (+185 -118) ➖ `apps/remix/app/components/forms/editor/constants.ts` (+0 -31) 📝 `apps/remix/app/components/forms/editor/editor-field-checkbox-form.tsx` (+75 -9) 📝 `apps/remix/app/components/forms/editor/editor-field-dropdown-form.tsx` (+77 -63) 📝 `apps/remix/app/components/forms/editor/editor-field-number-form.tsx` (+6 -6) 📝 `apps/remix/app/components/forms/editor/editor-field-radio-form.tsx` (+80 -30) ➕ `apps/remix/app/components/forms/editor/editor-field-signature-form.tsx` (+68 -0) 📝 `apps/remix/app/components/forms/editor/editor-field-text-form.tsx` (+11 -8) 📝 `apps/remix/app/components/forms/subscription-claim-form.tsx` (+25 -0) ➕ `apps/remix/app/components/general/branding-logo-icon.tsx` (+17 -0) _...and 80 more files_ </details> ### 📄 Description ## Description The rest of the owl --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:32:11 +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#2045
No description provided.