From fa6a8aa18c4db664ee90b5d457f39d0ec322fe0b Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Tue, 31 Dec 2024 12:26:44 +0100 Subject: [PATCH] Revert "Two row layout for title and context of pipeline list" (#4649) --- .../components/repo/pipeline/PipelineItem.vue | 85 ++++++++----------- 1 file changed, 36 insertions(+), 49 deletions(-) diff --git a/web/src/components/repo/pipeline/PipelineItem.vue b/web/src/components/repo/pipeline/PipelineItem.vue index 86f58aae2..e943de2a6 100644 --- a/web/src/components/repo/pipeline/PipelineItem.vue +++ b/web/src/components/repo/pipeline/PipelineItem.vue @@ -1,8 +1,8 @@ @@ -102,8 +90,7 @@ const props = defineProps<{ const { t } = useI18n(); const pipeline = toRef(props, 'pipeline'); -const { since, duration, message, shortMessage, prettyRef, created, prTitle, prTitleWithDescription } = - usePipeline(pipeline); +const { since, duration, message, shortMessage, prettyRef, created } = usePipeline(pipeline); const pipelineEventTitle = computed(() => { switch (pipeline.value.event) {