From 625736361ba7169e4ab231fe9a1ccd0c9638c4ac Mon Sep 17 00:00:00 2001 From: nichenqin Date: Fri, 23 Aug 2024 12:09:06 +0800 Subject: [PATCH] feat: preview template --- .../[shareId]/+page.svelte | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/routes/(template)/create-from-template/[shareId]/+page.svelte b/apps/frontend/src/routes/(template)/create-from-template/[shareId]/+page.svelte index a18482a28..f7e4d4a2e 100644 --- a/apps/frontend/src/routes/(template)/create-from-template/[shareId]/+page.svelte +++ b/apps/frontend/src/routes/(template)/create-from-template/[shareId]/+page.svelte @@ -16,6 +16,8 @@ import type { PageData } from "./$types" import * as Select from "$lib/components/ui/select/index.js" import { toast } from "svelte-sonner" + import * as Dialog from "$lib/components/ui/dialog" + import { Button } from "$lib/components/ui/button" export let data: PageData @@ -95,7 +97,24 @@ Name - +
+ + + + + + + + + +