From 95d60952b3ea470495003b0d0e51840cd8e68605 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 30 Sep 2023 21:43:19 -0400 Subject: configure html podcast description support and minor ui tweaks --- front-end/src/views/Blog/ckeditor/Editor.vue | 32 +++++++++++++++---- .../src/views/Blog/components/ContentSearch.vue | 8 +++-- .../src/views/Blog/components/Posts/PostEdit.vue | 26 +++++++++++++--- .../components/podcast-helpers/EpisodeAdder.vue | 36 ++++++++++++++++------ .../components/podcast-helpers/podcast-form.ts | 12 +++++--- 5 files changed, 87 insertions(+), 27 deletions(-) (limited to 'front-end') diff --git a/front-end/src/views/Blog/ckeditor/Editor.vue b/front-end/src/views/Blog/ckeditor/Editor.vue index 3cd9a8c..4fc534b 100644 --- a/front-end/src/views/Blog/ckeditor/Editor.vue +++ b/front-end/src/views/Blog/ckeditor/Editor.vue @@ -1,7 +1,21 @@