From 2aa8531ad6c7e0e94a8b590b3af22a1034a64cb1 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:23:04 +0200 Subject: [PATCH] Show workflow names if there are multiple configs (#3767) Co-authored-by: Tchoupinax Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com> --- web/components.d.ts | 1 + .../repo/pipeline/PipelineStepList.vue | 17 ++++---- .../views/repo/pipeline/PipelineConfig.vue | 40 ++++++------------- .../views/repo/pipeline/PipelineWrapper.vue | 11 ++++- 4 files changed, 33 insertions(+), 36 deletions(-) diff --git a/web/components.d.ts b/web/components.d.ts index e8e2e378f..72c5ae49e 100644 --- a/web/components.d.ts +++ b/web/components.d.ts @@ -75,6 +75,7 @@ declare module 'vue' { IMdiTagOutline: typeof import('~icons/mdi/tag-outline')['default'] InputField: typeof import('./src/components/form/InputField.vue')['default'] IPhGitlabLogoSimpleFill: typeof import('~icons/ph/gitlab-logo-simple-fill')['default'] + ISimpleIconsForgejo: typeof import('~icons/simple-icons/forgejo')['default'] ISimpleIconsGitea: typeof import('~icons/simple-icons/gitea')['default'] ISvgSpinners180RingWithBg: typeof import('~icons/svg-spinners/180-ring-with-bg')['default'] ITeenyiconsGitSolid: typeof import('~icons/teenyicons/git-solid')['default'] diff --git a/web/src/components/repo/pipeline/PipelineStepList.vue b/web/src/components/repo/pipeline/PipelineStepList.vue index 9a6614e39..4b9666327 100644 --- a/web/src/components/repo/pipeline/PipelineStepList.vue +++ b/web/src/components/repo/pipeline/PipelineStepList.vue @@ -68,7 +68,7 @@