고급 템플릿 및 E2E/유닛 테스트 안정화 작업
CI / test (push) Failing after 6m8s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-11-18 18:20:07 +09:00
parent 7178e3bab5
commit 052490b695
4 changed files with 379 additions and 10 deletions
+24
View File
@@ -40,6 +40,9 @@ export default function EditorPage() {
const addFaqTemplateSection = useEditorStore((state) => state.addFaqTemplateSection);
const addPricingTemplateSection = useEditorStore((state) => state.addPricingTemplateSection);
const addTestimonialsTemplateSection = useEditorStore((state) => state.addTestimonialsTemplateSection);
const addBlogTemplateSection = useEditorStore((state) => state.addBlogTemplateSection);
const addTeamTemplateSection = useEditorStore((state) => state.addTeamTemplateSection);
const addFooterTemplateSection = useEditorStore((state) => state.addFooterTemplateSection);
const updateBlock = useEditorStore((state) => state.updateBlock);
const selectBlock = useEditorStore((state) => state.selectBlock);
const replaceBlocks = useEditorStore((state) => state.replaceBlocks);
@@ -397,6 +400,27 @@ export default function EditorPage() {
>
Testimonials 릿
</button>
<button
type="button"
className="w-full rounded border border-slate-700 bg-slate-900 px-3 py-2 text-left text-xs hover:bg-slate-800"
onClick={addBlogTemplateSection}
>
Blog 릿
</button>
<button
type="button"
className="w-full rounded border border-slate-700 bg-slate-900 px-3 py-2 text-left text-xs hover:bg-slate-800"
onClick={addTeamTemplateSection}
>
Team 릿
</button>
<button
type="button"
className="w-full rounded border border-slate-700 bg-slate-900 px-3 py-2 text-left text-xs hover:bg-slate-800"
onClick={addFooterTemplateSection}
>
Footer 릿
</button>
</div>
<p className="text-xs text-slate-500">
Text / Image / Button / Section .