[PR #663] [MERGED] feat: add/update title of the Document #1108

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/663
Author: @tanayvaswani
Created: 11/19/2023
Status: Merged
Merged: 11/28/2023
Merged by: @Mythie

Base: mainHead: feat/title-of-own-choice


📝 Commits (5)

  • da3b7ea feat: add/update title of the Document
  • b2535c9 feat: add/update title of the Document
  • 91a54f3 feat: add/update title of the Document
  • 236b1fd chore: personal formatting
  • 3524137 chore: further personal formatting

📊 Changes

9 files changed (+221 additions, -9 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx (+52 -6)
apps/web/src/components/forms/edit-document/add-title.action.ts (+21 -0)
packages/lib/server-only/document/update-title.ts (+21 -0)
📝 packages/trpc/server/document-router/router.ts (+16 -0)
📝 packages/trpc/server/document-router/schema.ts (+7 -0)
📝 packages/ui/primitives/document-flow/add-signers.tsx (+5 -1)
packages/ui/primitives/document-flow/add-title.tsx (+88 -0)
packages/ui/primitives/document-flow/add-title.types.ts (+7 -0)
📝 packages/ui/primitives/document-flow/types.ts (+4 -2)

📄 Description

Feature to add or update title to the documents. #660

I've added the feature which provides the flexibility to users to have the custom title to their documents.

These changes adds an input to the step form, which handles the title. See #660 for more information.

Added some action, types.
Added some changes to the tRPC schema and tRPC document router.
Added some changes to the UI components.


🔄 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/663 **Author:** [@tanayvaswani](https://github.com/tanayvaswani) **Created:** 11/19/2023 **Status:** ✅ Merged **Merged:** 11/28/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/title-of-own-choice` --- ### 📝 Commits (5) - [`da3b7ea`](https://github.com/documenso/documenso/commit/da3b7ea6461c5582d0a4fd1353f11eb5323d4807) feat: add/update title of the Document - [`b2535c9`](https://github.com/documenso/documenso/commit/b2535c9aaf5c1420889ca2a5cc06842d38f3b79a) feat: add/update title of the Document - [`91a54f3`](https://github.com/documenso/documenso/commit/91a54f3b721b99246d93c2f0fcaa71183bfd7233) feat: add/update title of the Document - [`236b1fd`](https://github.com/documenso/documenso/commit/236b1fd5ac9a6759756457d15bbede6ec59f920a) chore: personal formatting - [`3524137`](https://github.com/documenso/documenso/commit/3524137b7ea8954f9b758e5588ff12fd91f1f228) chore: further personal formatting ### 📊 Changes **9 files changed** (+221 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx` (+52 -6) ➕ `apps/web/src/components/forms/edit-document/add-title.action.ts` (+21 -0) ➕ `packages/lib/server-only/document/update-title.ts` (+21 -0) 📝 `packages/trpc/server/document-router/router.ts` (+16 -0) 📝 `packages/trpc/server/document-router/schema.ts` (+7 -0) 📝 `packages/ui/primitives/document-flow/add-signers.tsx` (+5 -1) ➕ `packages/ui/primitives/document-flow/add-title.tsx` (+88 -0) ➕ `packages/ui/primitives/document-flow/add-title.types.ts` (+7 -0) 📝 `packages/ui/primitives/document-flow/types.ts` (+4 -2) </details> ### 📄 Description Feature to add or update title to the documents. #660 I've added the feature which provides the flexibility to users to have the custom title to their documents. These changes adds an input to the step form, which handles the title. See #660 for more information. **Added some action, types. Added some changes to the tRPC schema and tRPC document router. Added some changes to the UI components.** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:52 +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#1108
No description provided.