From d0819c9ffaf64fd52fb32316a55a7633443d4e93 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 1 Apr 2025 11:42:31 +0200 Subject: [PATCH] fix(front): playable playlists with description --- .../src/components/common/RenderedDescription.vue | 6 +++--- front/src/components/playlists/Form.vue | 10 ++++++++++ front/src/views/playlists/Detail.vue | 14 ++++++++++---- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/front/src/components/common/RenderedDescription.vue b/front/src/components/common/RenderedDescription.vue index 1bf562a33..14eb0f898 100644 --- a/front/src/components/common/RenderedDescription.vue +++ b/front/src/components/common/RenderedDescription.vue @@ -35,7 +35,7 @@ const props = withDefaults(defineProps(), { canUpdate: true, fetchHtml: false, permissive: false, - truncateLength: 150 + truncateLength: 200 }) const preview = ref('') @@ -100,7 +100,7 @@ const submit = async () => { @@ -109,7 +109,7 @@ const submit = async () => { diff --git a/front/src/components/playlists/Form.vue b/front/src/components/playlists/Form.vue index 9a3217b25..bb99b8f25 100644 --- a/front/src/components/playlists/Form.vue +++ b/front/src/components/playlists/Form.vue @@ -152,6 +152,16 @@ const submit = async () => { :label="t('components.playlists.Form.label.visibility')" /> + +
+