extended-brief working

This commit is contained in:
isUnknown 2024-11-19 14:10:35 +01:00
parent 984c8b7737
commit b99c05062f
20 changed files with 38 additions and 13 deletions

View file

@ -1,13 +1,13 @@
<template>
<PdfViewer
v-if="
dialog.content.slug === 'client-brief' ||
dialog.content.slug.includes('brief') ||
dialog.content.slug === 'proposal'
"
/>
</template>
<script setup>
import PdfViewer from "./client-brief/PdfViewer.vue";
import PdfViewer from "./brief/PdfViewer.vue";
import { useDialogStore } from "../../stores/dialog";
const dialog = useDialogStore();

View file

@ -13,7 +13,7 @@
<img :src="project.logo" alt="Logo" class="project-logo | rounded-sm" />
<ol class="project-steps" data-steps="1">
<li class="project-step" data-status="in-progress">
<span class="pill" data-icon="clientBrief">{{
<span class="pill" data-icon="Brief">{{
stepsLabels[project.currentStep]
}}</span>
</li>