[PR #356] [CLOSED] feat: templates #906

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/356
Author: @ephraimduncan
Created: 9/7/2023
Status: Closed

Base: feat/refreshHead: feat/templates


📝 Commits (2)

📊 Changes

15 files changed (+919 additions, -0 deletions)

View changed files

apps/web/src/app/(dashboard)/template/page.tsx (+166 -0)
apps/web/src/components/forms/template/create-template.action.ts (+25 -0)
packages/lib/server-only/template/create-template.ts (+38 -0)
packages/prisma/migrations/20230909113116_add_templates/migration.sql (+34 -0)
packages/prisma/migrations/20230909195606_single_player_mode/migration.sql (+21 -0)
packages/prisma/migrations/20230909195903_add_templates/migration.sql (+34 -0)
packages/prisma/migrations/20230910120846_template_private/migration.sql (+2 -0)
packages/prisma/migrations/20230910120946_template_description/migration.sql (+2 -0)
packages/prisma/migrations/20230910121833_document_name/migration.sql (+8 -0)
📝 packages/prisma/schema.prisma (+27 -0)
packages/ui/primitives/document-flow/add-template-details.tsx (+103 -0)
packages/ui/primitives/document-flow/add-template-details.types.ts (+10 -0)
packages/ui/primitives/document-flow/add-template-fields.tsx (+418 -0)
packages/ui/primitives/document-flow/add-template-fields.types.ts (+21 -0)
templates (+10 -0)

📄 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/356 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 9/7/2023 **Status:** ❌ Closed **Base:** `feat/refresh` ← **Head:** `feat/templates` --- ### 📝 Commits (2) - [`d4f6fa7`](https://github.com/documenso/documenso/commit/d4f6fa7dc49244f9c5806d7fc69f43aec66cade9) feat: add templates model - [`7b28ba9`](https://github.com/documenso/documenso/commit/7b28ba968e7f611f17bc2f6557b9a5bd08e92c6a) feat: wip ### 📊 Changes **15 files changed** (+919 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `apps/web/src/app/(dashboard)/template/page.tsx` (+166 -0) ➕ `apps/web/src/components/forms/template/create-template.action.ts` (+25 -0) ➕ `packages/lib/server-only/template/create-template.ts` (+38 -0) ➕ `packages/prisma/migrations/20230909113116_add_templates/migration.sql` (+34 -0) ➕ `packages/prisma/migrations/20230909195606_single_player_mode/migration.sql` (+21 -0) ➕ `packages/prisma/migrations/20230909195903_add_templates/migration.sql` (+34 -0) ➕ `packages/prisma/migrations/20230910120846_template_private/migration.sql` (+2 -0) ➕ `packages/prisma/migrations/20230910120946_template_description/migration.sql` (+2 -0) ➕ `packages/prisma/migrations/20230910121833_document_name/migration.sql` (+8 -0) 📝 `packages/prisma/schema.prisma` (+27 -0) ➕ `packages/ui/primitives/document-flow/add-template-details.tsx` (+103 -0) ➕ `packages/ui/primitives/document-flow/add-template-details.types.ts` (+10 -0) ➕ `packages/ui/primitives/document-flow/add-template-fields.tsx` (+418 -0) ➕ `packages/ui/primitives/document-flow/add-template-fields.types.ts` (+21 -0) ➕ `templates` (+10 -0) </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 19:30:59 +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#906
No description provided.