[PR #188] [MERGED] Templates #379

Closed
opened 2026-03-03 11:29:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/188
Author: @charanm927
Created: 5/27/2025
Status: Merged
Merged: 5/27/2025
Merged by: @charanm927

Base: mainHead: templates


📝 Commits (2)

  • cb06814 feat: add TemplateCard component and enhance template display with tabs for official and user templates
  • 80d2852 feat: implement getAllTemplatesAction with official and user template fetching, add schema validation

📊 Changes

8 files changed (+233 additions, -39 deletions)

View changed files

📝 src/actions/templates/index.ts (+16 -2)
📝 src/actions/templates/validator.ts (+4 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/templates/page.tsx (+54 -16)
📝 src/components/templates/DeployTemplate.tsx (+104 -12)
src/components/templates/TemplateCard.tsx (+33 -0)
📝 src/components/templates/TemplateDetails.tsx (+16 -9)
📝 src/payload-types.ts (+2 -0)
📝 src/payload/collections/Templates/index.ts (+4 -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/dflow-sh/dflow/pull/188 **Author:** [@charanm927](https://github.com/charanm927) **Created:** 5/27/2025 **Status:** ✅ Merged **Merged:** 5/27/2025 **Merged by:** [@charanm927](https://github.com/charanm927) **Base:** `main` ← **Head:** `templates` --- ### 📝 Commits (2) - [`cb06814`](https://github.com/dflow-sh/dflow/commit/cb06814f4a16df638455d56264416a5fab20394a) feat: add TemplateCard component and enhance template display with tabs for official and user templates - [`80d2852`](https://github.com/dflow-sh/dflow/commit/80d285209343b0f0cc3386c082d2104c1849876c) feat: implement getAllTemplatesAction with official and user template fetching, add schema validation ### 📊 Changes **8 files changed** (+233 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/templates/index.ts` (+16 -2) 📝 `src/actions/templates/validator.ts` (+4 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/templates/page.tsx` (+54 -16) 📝 `src/components/templates/DeployTemplate.tsx` (+104 -12) ➕ `src/components/templates/TemplateCard.tsx` (+33 -0) 📝 `src/components/templates/TemplateDetails.tsx` (+16 -9) 📝 `src/payload-types.ts` (+2 -0) 📝 `src/payload/collections/Templates/index.ts` (+4 -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-03-03 11:29:38 +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/dflow#379
No description provided.