Merge pull request #59 from johndoe6345789/codex/refactor-templateexplorer-and-templateselector

Make TemplateSelector/Explorer UI JSON-driven and componentized
This commit is contained in:
2026-01-18 00:44:43 +00:00
committed by GitHub
4 changed files with 475 additions and 259 deletions

View File

@@ -6,7 +6,7 @@ import defaultTemplate from '@/config/seed-data.json'
export type TemplateType = 'default' | 'e-commerce' | 'blog' | 'dashboard'
interface Template {
export interface Template {
id: TemplateType
name: string
description: string