[PR #1823] [MERGED] feat: multisign embedding #1871

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1823
Author: @Mythie
Created: 6/5/2025
Status: Merged
Merged: 6/5/2025
Merged by: @Mythie

Base: mainHead: feat/multisign-embed


📝 Commits (3)

  • 441f921 feat: multisign embedding
  • cf5fef6 fix: update logic for completed and pending fields
  • 6c4cf0b Merge branch 'main' into feat/multisign-embed

📊 Changes

14 files changed (+1257 additions, -13 deletions)

View changed files

📝 apps/remix/app/components/embed/embed-direct-template-client-page.tsx (+1 -1)
📝 apps/remix/app/components/embed/embed-document-signing-page.tsx (+1 -1)
apps/remix/app/components/embed/multisign/multi-sign-document-list.tsx (+182 -0)
apps/remix/app/components/embed/multisign/multi-sign-document-signing-view.tsx (+394 -0)
apps/remix/app/routes/embed+/v1+/multisign+/_index.tsx (+327 -0)
apps/remix/app/types/embed-multisign-document-schema.ts (+17 -0)
packages/lib/client-only/hooks/use-element-bounds.ts (+75 -0)
📝 packages/trpc/server/embedding-router/_router.ts (+4 -0)
packages/trpc/server/embedding-router/apply-multi-sign-signature.ts (+102 -0)
packages/trpc/server/embedding-router/apply-multi-sign-signature.types.ts (+18 -0)
packages/trpc/server/embedding-router/get-multi-sign-document.ts (+62 -0)
packages/trpc/server/embedding-router/get-multi-sign-document.types.ts (+50 -0)
📝 packages/ui/components/field/field.tsx (+23 -10)
📝 packages/ui/primitives/alert.tsx (+1 -1)

📄 Description

Adds the ability to use a multisign embedding for cases where multiple documents need to be signed in a convenient manner.


🔄 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/1823 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/multisign-embed` --- ### 📝 Commits (3) - [`441f921`](https://github.com/documenso/documenso/commit/441f9219d6bf5d9d2dcbc81a90fe4ad209d5f222) feat: multisign embedding - [`cf5fef6`](https://github.com/documenso/documenso/commit/cf5fef6b7508ec9a2f6cbb7be9f3d28c08eaaefc) fix: update logic for completed and pending fields - [`6c4cf0b`](https://github.com/documenso/documenso/commit/6c4cf0b34a8073275142a6774747cd24599a3252) Merge branch 'main' into feat/multisign-embed ### 📊 Changes **14 files changed** (+1257 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/embed/embed-direct-template-client-page.tsx` (+1 -1) 📝 `apps/remix/app/components/embed/embed-document-signing-page.tsx` (+1 -1) ➕ `apps/remix/app/components/embed/multisign/multi-sign-document-list.tsx` (+182 -0) ➕ `apps/remix/app/components/embed/multisign/multi-sign-document-signing-view.tsx` (+394 -0) ➕ `apps/remix/app/routes/embed+/v1+/multisign+/_index.tsx` (+327 -0) ➕ `apps/remix/app/types/embed-multisign-document-schema.ts` (+17 -0) ➕ `packages/lib/client-only/hooks/use-element-bounds.ts` (+75 -0) 📝 `packages/trpc/server/embedding-router/_router.ts` (+4 -0) ➕ `packages/trpc/server/embedding-router/apply-multi-sign-signature.ts` (+102 -0) ➕ `packages/trpc/server/embedding-router/apply-multi-sign-signature.types.ts` (+18 -0) ➕ `packages/trpc/server/embedding-router/get-multi-sign-document.ts` (+62 -0) ➕ `packages/trpc/server/embedding-router/get-multi-sign-document.types.ts` (+50 -0) 📝 `packages/ui/components/field/field.tsx` (+23 -10) 📝 `packages/ui/primitives/alert.tsx` (+1 -1) </details> ### 📄 Description Adds the ability to use a multisign embedding for cases where multiple documents need to be signed in a convenient manner. --- <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:27 +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#1871
No description provided.