[PR #1768] [MERGED] feat: embed authoring part two #1837

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

📋 Pull Request Information

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

Base: mainHead: feat/embed-authoring-part-two


📝 Commits (3)

  • 83cfa73 feat: add embedded authoring for editing documents and templates
  • dae7040 fix: add team flag for authoring embeds
  • 567a6f0 fix: build error

📊 Changes

28 files changed (+1267 additions, -269 deletions)

View changed files

📝 apps/remix/app/components/embed/authoring/configure-document-recipients.tsx (+33 -13)
📝 apps/remix/app/components/embed/authoring/configure-document-view.tsx (+8 -2)
📝 apps/remix/app/components/embed/authoring/configure-document-view.types.ts (+3 -1)
📝 apps/remix/app/components/embed/authoring/configure-fields-view.tsx (+20 -35)
apps/remix/app/components/embed/authoring/configure-fields-view.types.ts (+29 -0)
📝 apps/remix/app/components/embed/authoring/field-advanced-settings-drawer.tsx (+4 -27)
apps/remix/app/routes/embed+/v1+/authoring+/_layout.tsx (+102 -0)
📝 apps/remix/app/routes/embed+/v1+/authoring+/document.create.tsx (+8 -11)
apps/remix/app/routes/embed+/v1+/authoring+/document.edit.$id.tsx (+314 -0)
📝 apps/remix/app/routes/embed+/v1+/authoring+/template.create.tsx (+3 -7)
apps/remix/app/routes/embed+/v1+/authoring+/template.edit.$id.tsx (+314 -0)
📝 apps/remix/app/routes/embed+/v1+/authoring_.completed.create.tsx (+0 -0)
apps/remix/app/routes/embed+/v1.authoring+/_layout.tsx (+0 -66)
📝 packages/lib/constants/date-formats.ts (+6 -0)
📝 packages/lib/jobs/definitions/emails/send-team-deleted-email.ts (+1 -0)
📝 packages/lib/server-only/recipient/set-document-recipients.ts (+10 -2)
packages/prisma/migrations/20250501123616_add_embedded_authoring_team_flag/migration.sql (+2 -0)
📝 packages/prisma/schema.prisma (+2 -0)
📝 packages/trpc/server/embedding-router/_router.ts (+4 -2)
📝 packages/trpc/server/embedding-router/create-embedding-presign-token.ts (+15 -4)

...and 8 more files

📄 Description

No description provided


🔄 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/1768 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 5/1/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/embed-authoring-part-two` --- ### 📝 Commits (3) - [`83cfa73`](https://github.com/documenso/documenso/commit/83cfa734ab64528e061fedd3d1be1bc19a85c545) feat: add embedded authoring for editing documents and templates - [`dae7040`](https://github.com/documenso/documenso/commit/dae7040032577dd2f0a03501493f5f33e25d69fc) fix: add team flag for authoring embeds - [`567a6f0`](https://github.com/documenso/documenso/commit/567a6f0d57e937a6aa76da1f1c687778c92f58e6) fix: build error ### 📊 Changes **28 files changed** (+1267 additions, -269 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/embed/authoring/configure-document-recipients.tsx` (+33 -13) 📝 `apps/remix/app/components/embed/authoring/configure-document-view.tsx` (+8 -2) 📝 `apps/remix/app/components/embed/authoring/configure-document-view.types.ts` (+3 -1) 📝 `apps/remix/app/components/embed/authoring/configure-fields-view.tsx` (+20 -35) ➕ `apps/remix/app/components/embed/authoring/configure-fields-view.types.ts` (+29 -0) 📝 `apps/remix/app/components/embed/authoring/field-advanced-settings-drawer.tsx` (+4 -27) ➕ `apps/remix/app/routes/embed+/v1+/authoring+/_layout.tsx` (+102 -0) 📝 `apps/remix/app/routes/embed+/v1+/authoring+/document.create.tsx` (+8 -11) ➕ `apps/remix/app/routes/embed+/v1+/authoring+/document.edit.$id.tsx` (+314 -0) 📝 `apps/remix/app/routes/embed+/v1+/authoring+/template.create.tsx` (+3 -7) ➕ `apps/remix/app/routes/embed+/v1+/authoring+/template.edit.$id.tsx` (+314 -0) 📝 `apps/remix/app/routes/embed+/v1+/authoring_.completed.create.tsx` (+0 -0) ➖ `apps/remix/app/routes/embed+/v1.authoring+/_layout.tsx` (+0 -66) 📝 `packages/lib/constants/date-formats.ts` (+6 -0) 📝 `packages/lib/jobs/definitions/emails/send-team-deleted-email.ts` (+1 -0) 📝 `packages/lib/server-only/recipient/set-document-recipients.ts` (+10 -2) ➕ `packages/prisma/migrations/20250501123616_add_embedded_authoring_team_flag/migration.sql` (+2 -0) 📝 `packages/prisma/schema.prisma` (+2 -0) 📝 `packages/trpc/server/embedding-router/_router.ts` (+4 -2) 📝 `packages/trpc/server/embedding-router/create-embedding-presign-token.ts` (+15 -4) _...and 8 more files_ </details> ### 📄 Description _No description provided_ --- <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:17 +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#1837
No description provided.