From ee9a6c4a4102ddd3f03feb6d58139fdf7bc48fcc Mon Sep 17 00:00:00 2001 From: Marion Eyraud Date: Fri, 17 Jun 2022 15:05:16 +0200 Subject: [PATCH 1/4] Front: add setup section --- .../springboot/primary/Generator.component.ts | 2 ++ .../app/springboot/primary/Generator.vue | 19 ++++++++++++++++++- src/main/webapp/content/css/custom.css | 8 ++++++++ .../cypress/integration/Generator.spec.ts | 4 ++++ 4 files changed, 32 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/app/springboot/primary/Generator.component.ts b/src/main/webapp/app/springboot/primary/Generator.component.ts index 4bf208a14d3..eb35b778462 100644 --- a/src/main/webapp/app/springboot/primary/Generator.component.ts +++ b/src/main/webapp/app/springboot/primary/Generator.component.ts @@ -13,6 +13,7 @@ import { ProjectHistoryService } from '@/common/domain/ProjectHistoryService'; import { History } from '@/common/domain/History'; import { ProjectService } from '../domain/ProjectService'; import { StoreGeneric } from 'pinia'; +import { SetupGeneratorVue } from '@/springboot/primary/generator/setup-generator'; export default defineComponent({ name: 'GeneratorComponent', @@ -21,6 +22,7 @@ export default defineComponent({ IconVue, DefaultButtonVue, ProjectGeneratorVue, + SetupGeneratorVue, SpringBootGeneratorVue, AngularGeneratorVue, ReactGeneratorVue, diff --git a/src/main/webapp/app/springboot/primary/Generator.vue b/src/main/webapp/app/springboot/primary/Generator.vue index 3cc3d67fe58..2f95ab8bd93 100644 --- a/src/main/webapp/app/springboot/primary/Generator.vue +++ b/src/main/webapp/app/springboot/primary/Generator.vue @@ -318,7 +318,7 @@
+