From 682b5747b1c24e68a837e32eee9723119dd9db1d Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 12 Jun 2026 15:30:31 +0200 Subject: [PATCH] =?UTF-8?q?feat(documents)=20:=20pastille=20et=20libell?= =?UTF-8?q?=C3=A9=20Partage=20sur=20les=20documents=20li=C3=A9s=20au=20par?= =?UTF-8?q?tage=20SMB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/task/TaskDocumentList.vue | 45 ++++++++++--------- frontend/i18n/locales/fr.json | 3 +- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/frontend/components/task/TaskDocumentList.vue b/frontend/components/task/TaskDocumentList.vue index b49f741..b4aed6b 100644 --- a/frontend/components/task/TaskDocumentList.vue +++ b/frontend/components/task/TaskDocumentList.vue @@ -11,31 +11,36 @@ @click="$emit('preview', doc)" > -
- - +
+
+ + +
+ + + +

{{ doc.originalName }}

-

- - {{ formatFileSize(doc.size) }} +

+ {{ $t('taskDocuments.shareLinkLabel') }} + · {{ formatFileSize(doc.size) }}

diff --git a/frontend/i18n/locales/fr.json b/frontend/i18n/locales/fr.json index e373002..bbdb21f 100644 --- a/frontend/i18n/locales/fr.json +++ b/frontend/i18n/locales/fr.json @@ -134,7 +134,8 @@ "linkShareHint": "Cliquez sur un dossier pour naviguer, sur un fichier pour le lier au ticket.", "linkShareSuccess": "Fichier du partage lié au ticket.", "linkShareError": "Impossible de lier ce fichier (type non autorisé ou introuvable).", - "shareLinkBadge": "Lien vers le partage" + "shareLinkBadge": "Lien vers le partage", + "shareLinkLabel": "Partage" }, "tasks": { "created": "Ticket créé avec succès.",