diff --git a/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/38969543_extrait-de-louis-sullivan-form-follow-function.-de-la-tour-de-bureaux-artistiquement-consideree.pdf b/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/38969543_extrait-de-louis-sullivan-form-follow-function.-de-la-tour-de-bureaux-artistiquement-consideree.pdf new file mode 100644 index 0000000..e6d2944 Binary files /dev/null and b/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/38969543_extrait-de-louis-sullivan-form-follow-function.-de-la-tour-de-bureaux-artistiquement-consideree.pdf differ diff --git a/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/38969543_extrait-de-louis-sullivan-form-follow-function.-de-la-tour-de-bureaux-artistiquement-consideree.pdf.txt b/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/38969543_extrait-de-louis-sullivan-form-follow-function.-de-la-tour-de-bureaux-artistiquement-consideree.pdf.txt new file mode 100644 index 0000000..cb27a3c --- /dev/null +++ b/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/38969543_extrait-de-louis-sullivan-form-follow-function.-de-la-tour-de-bureaux-artistiquement-consideree.pdf.txt @@ -0,0 +1,9 @@ +Date: 2024-10-23 07:20 + +---- + +Uuid: s0lNtRA0Z7ybTCWG + +---- + +Template: document \ No newline at end of file diff --git a/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/client-brief.txt b/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/client-brief.txt index b5e72fc..1ff1bb8 100644 --- a/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/client-brief.txt +++ b/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/client-brief.txt @@ -6,7 +6,7 @@ Stepname: clientBrief ---- -Pdf: - file://Z6wXAXIq5mBocGi8 +Pdf: - file://s0lNtRA0Z7ybTCWG ---- diff --git a/src/components/comments/Comments.vue b/src/components/comments/Comments.vue new file mode 100644 index 0000000..86cf6ab --- /dev/null +++ b/src/components/comments/Comments.vue @@ -0,0 +1,77 @@ + + + diff --git a/src/components/project/ProjectStep.vue b/src/components/project/ProjectStep.vue index f06296b..6df5d9b 100644 --- a/src/components/project/ProjectStep.vue +++ b/src/components/project/ProjectStep.vue @@ -1,22 +1,22 @@ @@ -73,7 +77,8 @@ function setStatus() { } } -function showPdf() { +function showPdf(event) { + event.preventDefault(); emit("update:pdf", step.files[0].url); } diff --git a/src/components/project/client-brief/PdfViewer.vue b/src/components/project/client-brief/PdfViewer.vue index 3c03b7c..9b4fb47 100644 --- a/src/components/project/client-brief/PdfViewer.vue +++ b/src/components/project/client-brief/PdfViewer.vue @@ -20,94 +20,23 @@ local="fr_FR" @loaded="onPdfLoaded" /> - - +