[PR #1741] [MERGED] feat: support embedded authoring for creation #1821

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1741
Author: @Mythie
Created: 4/10/2025
Status: Merged
Merged: 4/10/2025
Merged by: @Mythie

Base: mainHead: feat/authoring-embed


📝 Commits (2)

  • a4bbe5d feat: support embedded authoring for creation
  • bf201b7 fix: type errors

📊 Changes

42 files changed (+3849 additions, -137 deletions)

View changed files

📝 apps/documentation/providers/plausible.tsx (+0 -2)
apps/remix/app/components/embed/authoring/configure-document-advanced-settings.tsx (+355 -0)
apps/remix/app/components/embed/authoring/configure-document-context.tsx (+68 -0)
apps/remix/app/components/embed/authoring/configure-document-recipients.tsx (+393 -0)
apps/remix/app/components/embed/authoring/configure-document-upload.tsx (+241 -0)
apps/remix/app/components/embed/authoring/configure-document-view.tsx (+131 -0)
apps/remix/app/components/embed/authoring/configure-document-view.types.ts (+48 -0)
apps/remix/app/components/embed/authoring/configure-fields-view.tsx (+661 -0)
apps/remix/app/components/embed/authoring/field-advanced-settings-drawer.tsx (+83 -0)
📝 apps/remix/app/components/embed/embed-client-loading.tsx (+5 -1)
📝 apps/remix/app/routes/embed+/_v0+/_layout.tsx (+0 -0)
📝 apps/remix/app/routes/embed+/_v0+/direct.$url.tsx (+0 -0)
📝 apps/remix/app/routes/embed+/_v0+/sign.$url.tsx (+0 -0)
apps/remix/app/routes/embed+/v1.authoring+/_layout.tsx (+66 -0)
apps/remix/app/routes/embed+/v1.authoring+/create-completed.tsx (+53 -0)
apps/remix/app/routes/embed+/v1.authoring+/document.create.tsx (+184 -0)
apps/remix/app/routes/embed+/v1.authoring+/template.create.tsx (+175 -0)
apps/remix/app/types/embed-authoring-base-schema.ts (+23 -0)
📝 apps/remix/vite.config.ts (+10 -3)
📝 package-lock.json (+10 -0)

...and 22 more files

📄 Description

Adds support for creating documents and templates
using our embed components.

Support is super primitive at the moment and is being polished.


🔄 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/1741 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/authoring-embed` --- ### 📝 Commits (2) - [`a4bbe5d`](https://github.com/documenso/documenso/commit/a4bbe5d4e67bcaed51e5d60ee77427adebb164d8) feat: support embedded authoring for creation - [`bf201b7`](https://github.com/documenso/documenso/commit/bf201b723c4830aee35a113ef6952ed9e406da78) fix: type errors ### 📊 Changes **42 files changed** (+3849 additions, -137 deletions) <details> <summary>View changed files</summary> 📝 `apps/documentation/providers/plausible.tsx` (+0 -2) ➕ `apps/remix/app/components/embed/authoring/configure-document-advanced-settings.tsx` (+355 -0) ➕ `apps/remix/app/components/embed/authoring/configure-document-context.tsx` (+68 -0) ➕ `apps/remix/app/components/embed/authoring/configure-document-recipients.tsx` (+393 -0) ➕ `apps/remix/app/components/embed/authoring/configure-document-upload.tsx` (+241 -0) ➕ `apps/remix/app/components/embed/authoring/configure-document-view.tsx` (+131 -0) ➕ `apps/remix/app/components/embed/authoring/configure-document-view.types.ts` (+48 -0) ➕ `apps/remix/app/components/embed/authoring/configure-fields-view.tsx` (+661 -0) ➕ `apps/remix/app/components/embed/authoring/field-advanced-settings-drawer.tsx` (+83 -0) 📝 `apps/remix/app/components/embed/embed-client-loading.tsx` (+5 -1) 📝 `apps/remix/app/routes/embed+/_v0+/_layout.tsx` (+0 -0) 📝 `apps/remix/app/routes/embed+/_v0+/direct.$url.tsx` (+0 -0) 📝 `apps/remix/app/routes/embed+/_v0+/sign.$url.tsx` (+0 -0) ➕ `apps/remix/app/routes/embed+/v1.authoring+/_layout.tsx` (+66 -0) ➕ `apps/remix/app/routes/embed+/v1.authoring+/create-completed.tsx` (+53 -0) ➕ `apps/remix/app/routes/embed+/v1.authoring+/document.create.tsx` (+184 -0) ➕ `apps/remix/app/routes/embed+/v1.authoring+/template.create.tsx` (+175 -0) ➕ `apps/remix/app/types/embed-authoring-base-schema.ts` (+23 -0) 📝 `apps/remix/vite.config.ts` (+10 -3) 📝 `package-lock.json` (+10 -0) _...and 22 more files_ </details> ### 📄 Description Adds support for creating documents and templates using our embed components. Support is super primitive at the moment and is being polished. --- <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:13 +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#1821
No description provided.