diff --git a/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/cinema-4-13b-022685-fr.pdf.txt b/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/cinema-4-13b-022685-fr.pdf.txt index 5723493..ab4e510 100644 --- a/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/cinema-4-13b-022685-fr.pdf.txt +++ b/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/cinema-4-13b-022685-fr.pdf.txt @@ -1,4 +1,33 @@ -Comments: +Comments: + +- + location: + page: + uri: > + projects/miss-dior-blooming-bouquet/proposal + title: Offre commerciale + href: '/projects/miss-dior-blooming-bouquet?dialog=proposal&fileIndex=1' + project: + title: Miss Dior Blooming Bouquet + uri: projects/miss-dior-blooming-bouquet + file: + uuid: file://7cCbXLUJWENOMUwh + url: file://7cCbXLUJWENOMUwh + position: + pageIndex: 1 + x: '40.256495570504' + y: '48.069498069498' + replies: [ ] + text: test2 + author: + name: Adrien Payet + email: adrien.payet@outlook.com + uuid: user://WWjXgPWk + role: admin + date: 2024-11-18T16:16:54+01:00 + id: m3n65iqx + type: comment + isRead: false ---- diff --git a/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/des-textos-revelent-comment-bfm-sest-mise-au-service-de-sarkozy-le-boss.pdf b/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/des-textos-revelent-comment-bfm-sest-mise-au-service-de-sarkozy-le-boss.pdf new file mode 100644 index 0000000..ab563ac Binary files /dev/null and b/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/des-textos-revelent-comment-bfm-sest-mise-au-service-de-sarkozy-le-boss.pdf differ diff --git a/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/des-textos-revelent-comment-bfm-sest-mise-au-service-de-sarkozy-le-boss.pdf.txt b/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/des-textos-revelent-comment-bfm-sest-mise-au-service-de-sarkozy-le-boss.pdf.txt new file mode 100644 index 0000000..0b8bc48 --- /dev/null +++ b/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/des-textos-revelent-comment-bfm-sest-mise-au-service-de-sarkozy-le-boss.pdf.txt @@ -0,0 +1,43 @@ +Comments: + +- + location: + page: + uri: > + projects/miss-dior-blooming-bouquet/proposal + title: Offre commerciale + href: > + /projects/miss-dior-blooming-bouquet?dialog=proposal + project: + title: Miss Dior Blooming Bouquet + uri: projects/miss-dior-blooming-bouquet + file: + uuid: file://3vTh1tMFeFM2JxaN + url: file://3vTh1tMFeFM2JxaN + position: + pageIndex: 1 + x: '26.50821702805' + y: '62.355212355212' + replies: [ ] + text: test + author: + name: Adrien Payet + email: adrien.payet@outlook.com + uuid: user://WWjXgPWk + role: admin + date: 2024-11-18T16:00:11+01:00 + id: m3n5k0mb + type: comment + isRead: false + +---- + +Label: Offre n°2 + +---- + +Uuid: 3vTh1tMFeFM2JxaN + +---- + +Template: pdf \ No newline at end of file diff --git a/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/proposal.txt b/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/proposal.txt index 6b4b2d6..f0282f1 100644 --- a/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/proposal.txt +++ b/public/content/projects/1_miss-dior-blooming-bouquet/2_proposal/proposal.txt @@ -2,7 +2,10 @@ Title: Offre commerciale ---- -Pdf: - file://7cCbXLUJWENOMUwh +Pdf: + +- file://3vTh1tMFeFM2JxaN +- file://7cCbXLUJWENOMUwh ---- diff --git a/src/components/project/ProjectStep.vue b/src/components/project/ProjectStep.vue index c8438de..5773461 100644 --- a/src/components/project/ProjectStep.vue +++ b/src/components/project/ProjectStep.vue @@ -1,12 +1,12 @@ diff --git a/src/components/project/client-brief/PdfViewer.vue b/src/components/project/client-brief/PdfViewer.vue index af4eba5..69efbed 100644 --- a/src/components/project/client-brief/PdfViewer.vue +++ b/src/components/project/client-brief/PdfViewer.vue @@ -44,13 +44,16 @@ import { useDialogStore } from "../../../stores/dialog"; import { useRoute, useRouter } from "vue-router"; import { storeToRefs } from "pinia"; -const dialog = useDialogStore(); -const { openedFile, comments } = storeToRefs(useDialogStore()); -openedFile.value = dialog.content.files[0]; - const router = useRouter(); const route = useRoute(); +const dialog = useDialogStore(); +const { openedFile, comments } = storeToRefs(useDialogStore()); + +openedFile.value = route.query.fileIndex + ? dialog.content.files[route.query.fileIndex] + : dialog.content.files[0]; + const licenseKey = import.meta.env.VITE_VPV_LICENSE; useLicense({ licenseKey }); diff --git a/src/views/Notifications.vue b/src/views/Notifications.vue index 854e756..f7a5e53 100644 --- a/src/views/Notifications.vue +++ b/src/views/Notifications.vue @@ -36,14 +36,14 @@ v-for="notification in sortedNotifications" :key="notification.id" > - -

@@ -71,8 +71,8 @@ > {{ notification.text }}

-
-
+ +