From e0127afd2b6bf402c8087a7bd27847b28d1c9b97 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 31 Oct 2022 13:03:03 +0100 Subject: [PATCH] Various front-end fixes Signed-off-by: Thomas Citharel --- js/src/components/Account/ActorCard.vue | 2 +- .../Discussion/DiscussionComment.vue | 2 +- js/src/components/Group/GroupCard.vue | 2 +- js/src/components/NavBar.vue | 4 ++-- js/src/components/TextEditor.vue | 6 +++--- js/src/views/Admin/DashboardView.vue | 14 ++++++++++---- js/src/views/Event/EventView.vue | 19 ++++++++++++------- js/src/views/Group/GroupMembers.vue | 4 ++-- 8 files changed, 32 insertions(+), 21 deletions(-) diff --git a/js/src/components/Account/ActorCard.vue b/js/src/components/Account/ActorCard.vue index 8ca1d5152..7d93e6fab 100644 --- a/js/src/components/Account/ActorCard.vue +++ b/js/src/components/Account/ActorCard.vue @@ -6,7 +6,7 @@
props.modelValue); diff --git a/js/src/components/Group/GroupCard.vue b/js/src/components/Group/GroupCard.vue index cfa881228..fa6992bba 100644 --- a/js/src/components/Group/GroupCard.vue +++ b/js/src/components/Group/GroupCard.vue @@ -2,7 +2,7 @@
-
+
emit("submit"), }), Placeholder.configure({ - placeholder: props.placeholder ?? t('Write something') - }) + placeholder: props.placeholder ?? t("Write something"), + }), ], injectCSS: false, content: props.modelValue, diff --git a/js/src/views/Admin/DashboardView.vue b/js/src/views/Admin/DashboardView.vue index cac05b8dd..69a5cc20c 100644 --- a/js/src/views/Admin/DashboardView.vue +++ b/js/src/views/Admin/DashboardView.vue @@ -66,12 +66,18 @@
-

{{ t('Last published event')}}

- +

{{ t("Last published event") }}

+
-

{{ t('Last group created')}}

- +

{{ t("Last group created") }}

+
diff --git a/js/src/views/Event/EventView.vue b/js/src/views/Event/EventView.vue index a755232b8..be93315df 100755 --- a/js/src/views/Event/EventView.vue +++ b/js/src/views/Event/EventView.vue @@ -110,9 +110,7 @@
-
-
+

{{ t("These events may interest you") }}

@@ -493,7 +499,6 @@ useHead({ });