mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #188] [MERGED] Templates #379
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#379
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:templates📝 Commits (2)
cb06814feat: add TemplateCard component and enhance template display with tabs for official and user templates80d2852feat: 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.