From 44b4649d40b1f72efa3683757089ffcb107ceb5e Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 2 Aug 2023 21:05:13 +0700 Subject: [PATCH] Configurable project wizard (#3545) Signed-off-by: Andrey Sobolev --- .../components/projects/CreateProject.svelte | 33 +++++++++++++++---- plugins/tracker-resources/src/index.ts | 2 +- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/plugins/tracker-resources/src/components/projects/CreateProject.svelte b/plugins/tracker-resources/src/components/projects/CreateProject.svelte index 377a253202..5837010cd6 100644 --- a/plugins/tracker-resources/src/components/projects/CreateProject.svelte +++ b/plugins/tracker-resources/src/components/projects/CreateProject.svelte @@ -15,7 +15,16 @@