From 2c3644f561e83af0659abef6aabaa5c0ab5c5069 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 27 Sep 2019 00:22:11 +0000 Subject: [PATCH] attachment: implement optional blur + internationalized text for sensitive content --- src/components/attachment/attachment.vue | 41 +++++++++++++++++++++++- static/config.json | 3 +- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 73958092..ac472225 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -24,6 +24,11 @@ :href="attachment.url" @click.prevent="toggleHidden" > +
+ + {{$t('general.sensitive')}}
{{$t('general.sensitive_hint')}} +
+
+ +