[PR #2197] [MERGED] fix: embed editing updates #2112

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2197
Author: @Mythie
Created: 11/14/2025
Status: Merged
Merged: 11/14/2025
Merged by: @Mythie

Base: mainHead: fix/embed-editing-updates


📝 Commits (1)

  • c783c80 fix: embed editing updates

📊 Changes

16 files changed (+208 additions, -151 deletions)

View changed files

📝 apps/remix/app/components/embed/authoring/configure-document-advanced-settings.tsx (+0 -27)
📝 apps/remix/app/components/embed/authoring/configure-document-recipients.tsx (+2 -3)
📝 apps/remix/app/components/embed/authoring/configure-document-view.tsx (+8 -3)
📝 apps/remix/app/components/embed/authoring/configure-document-view.types.ts (+15 -1)
📝 apps/remix/app/components/embed/authoring/configure-fields-view.tsx (+23 -19)
📝 apps/remix/app/routes/embed+/v1+/authoring+/_layout.tsx (+2 -2)
📝 apps/remix/app/routes/embed+/v1+/authoring+/document.edit.$id.tsx (+18 -3)
📝 apps/remix/app/routes/embed+/v1+/authoring+/template.create.tsx (+1 -0)
📝 apps/remix/app/routes/embed+/v1+/authoring+/template.edit.$id.tsx (+21 -4)
📝 apps/remix/app/types/embed-authoring-base-schema.ts (+19 -16)
📝 packages/trpc/server/embedding-router/create-embedding-document.types.ts (+24 -19)
📝 packages/trpc/server/embedding-router/create-embedding-template.types.ts (+19 -16)
📝 packages/trpc/server/embedding-router/update-embedding-document.types.ts (+1 -1)
📝 packages/trpc/server/embedding-router/update-embedding-template.ts (+3 -11)
📝 packages/trpc/server/embedding-router/update-embedding-template.types.ts (+19 -5)
📝 packages/ui/primitives/recipient-selector.tsx (+33 -21)

📄 Description

Allows empty recipients for embed template authoring.

Also allows fixing the step to editing fields only for embedded authoring updates.


🔄 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/2197 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 11/14/2025 **Status:** ✅ Merged **Merged:** 11/14/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `fix/embed-editing-updates` --- ### 📝 Commits (1) - [`c783c80`](https://github.com/documenso/documenso/commit/c783c80d7d9053bd8f2c0114df386b8fe9ba30b0) fix: embed editing updates ### 📊 Changes **16 files changed** (+208 additions, -151 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/embed/authoring/configure-document-advanced-settings.tsx` (+0 -27) 📝 `apps/remix/app/components/embed/authoring/configure-document-recipients.tsx` (+2 -3) 📝 `apps/remix/app/components/embed/authoring/configure-document-view.tsx` (+8 -3) 📝 `apps/remix/app/components/embed/authoring/configure-document-view.types.ts` (+15 -1) 📝 `apps/remix/app/components/embed/authoring/configure-fields-view.tsx` (+23 -19) 📝 `apps/remix/app/routes/embed+/v1+/authoring+/_layout.tsx` (+2 -2) 📝 `apps/remix/app/routes/embed+/v1+/authoring+/document.edit.$id.tsx` (+18 -3) 📝 `apps/remix/app/routes/embed+/v1+/authoring+/template.create.tsx` (+1 -0) 📝 `apps/remix/app/routes/embed+/v1+/authoring+/template.edit.$id.tsx` (+21 -4) 📝 `apps/remix/app/types/embed-authoring-base-schema.ts` (+19 -16) 📝 `packages/trpc/server/embedding-router/create-embedding-document.types.ts` (+24 -19) 📝 `packages/trpc/server/embedding-router/create-embedding-template.types.ts` (+19 -16) 📝 `packages/trpc/server/embedding-router/update-embedding-document.types.ts` (+1 -1) 📝 `packages/trpc/server/embedding-router/update-embedding-template.ts` (+3 -11) 📝 `packages/trpc/server/embedding-router/update-embedding-template.types.ts` (+19 -5) 📝 `packages/ui/primitives/recipient-selector.tsx` (+33 -21) </details> ### 📄 Description Allows empty recipients for embed template authoring. Also allows fixing the step to editing fields only for embedded authoring updates. --- <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:29 +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#2112
No description provided.